fix network id for ubiq
This commit is contained in:
parent
31f0c6f84e
commit
e430270130
|
@ -55,7 +55,7 @@ module.exports = {
|
||||||
ubiq: {
|
ubiq: {
|
||||||
provider: () => new HDWalletProvider(mnemonic, "https://rpc.octano.dev"),
|
provider: () => new HDWalletProvider(mnemonic, "https://rpc.octano.dev"),
|
||||||
gas: 5500000,
|
gas: 5500000,
|
||||||
network_id: 88,
|
network_id: 8,
|
||||||
confirmations: 2,
|
confirmations: 2,
|
||||||
timeoutBlocks: 200,
|
timeoutBlocks: 200,
|
||||||
skipDryRun: true
|
skipDryRun: true
|
||||||
|
|
Loading…
Reference in New Issue