Skip to content

Commit

Permalink
chore: add hsc settings
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jun 23, 2022
1 parent 6308066 commit 7e885fc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions migrations/witnet.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ module.exports = {
/* _reportResultGasLimit */ 530000,
],
},
hsc: {
WitnetRequestBoard: [
/* _isUpgradable */ true,
/* _verstionTag */ fromAscii(packageJson.version + "-trustable"),
/* _reportResultGasLimit */ 85000,
],
},
kcc: {
WitnetRequestBoard: [
/* _isUpgradable */ true,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7e885fc

Please sign in to comment.