fix network id for ubiq

This commit is contained in:
Moon Man 2023-01-29 22:20:37 -05:00
parent 31f0c6f84e
commit e430270130
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ module.exports = {
ubiq: {
provider: () => new HDWalletProvider(mnemonic, "https://rpc.octano.dev"),
gas: 5500000,
network_id: 88,
network_id: 8,
confirmations: 2,
timeoutBlocks: 200,
skipDryRun: true