diff --git a/migrations/witnet.settings.js b/migrations/witnet.settings.js index 6212036c0..f3fcf9cd8 100644 --- a/migrations/witnet.settings.js +++ b/migrations/witnet.settings.js @@ -67,6 +67,13 @@ module.exports = { /* _reportResultGasLimit */ 530000, ], }, + hsc: { + WitnetRequestBoard: [ + /* _isUpgradable */ true, + /* _verstionTag */ fromAscii(packageJson.version + "-trustable"), + /* _reportResultGasLimit */ 85000, + ], + }, kcc: { WitnetRequestBoard: [ /* _isUpgradable */ true, @@ -255,6 +262,20 @@ module.exports = { skipDryRun: true, }, }, + hsc: { + "hsc.testnet": { + host: "localhost", + port: 8524, + network_id: 170, + skipDryRun: true, + }, + "hsc.mainnet": { + host: "localhost", + port: 9524, + network_id: 70, + skipDryRun: true, + }, + }, kava: { "kava.testnet": { host: "localhost",