add buyout extend

This commit is contained in:
owen05
2021-06-17 14:04:46 +08:00
parent 1ce8eec5f5
commit 40a4c081de
11 changed files with 138 additions and 26 deletions

View File

@@ -158,15 +158,13 @@ module.exports = {
skipDryRun: true
},
arb: {
provider: function () {
return wrapProvider(
new HDWalletProvider(privKey, "https://arb1.arbitrum.io/rpc")
)
omgTest: {
networkCheckTimeout: 100000,
provider: () => {
return new HDWalletProvider(privKey, 'https://rinkeby.omgx.network')
},
network_id: 42161,
gas: 200000000,
gasPrice: 400000000,
network_id: 28,
gasPrice: 0,
},
arbtest: {