This commit is contained in:
owen05
2021-05-31 14:33:08 +08:00
parent 3c3d846962
commit 50a61ece7a
5 changed files with 27 additions and 7 deletions

View File

@@ -180,6 +180,16 @@ module.exports = {
gasPrice: 0,
},
arb: {
provider: function () {
return wrapProvider(
new HDWalletProvider(privKey, "https://arb1.arbitrum.io/rpc")
)
},
network_id: '42161',
gasPrice: 100000000,
},
matic: {
networkCheckTimeout: 1000000,
provider: () => {