Skip to content

Commit

Permalink
chore: add cube testnet settings
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jul 4, 2022
1 parent 41662cd commit 8175b3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions migrations/witnet.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ module.exports = {
skipDryRun: true,
},
},
cube: {
"cube.testnet": {
host: "localhost",
port: 8522,
network_id: 1819,
skipDryRun: true,
},
},
harmony: {
"harmony.testnet#0": {
host: "localhost",
Expand Down

0 comments on commit 8175b3f

Please sign in to comment.