deploy on ok

This commit is contained in:
owen05
2021-08-07 22:48:12 +08:00
parent 58b87283a8
commit dd1a3c0b6a
5 changed files with 131 additions and 3 deletions

View File

@@ -160,6 +160,18 @@ module.exports = {
skipDryRun: true
},
ok: {
networkCheckTimeout: 100000,
provider: () => {
return new HDWalletProvider(privKey, 'https://exchainrpc.okex.org')
},
gasPrice: 100000000,
network_id: 66,
confirmations: 5,
timeoutBlocks: 200,
skipDryRun: true
},
omgTest: {
networkCheckTimeout: 100000,
provider: () => {