This commit is contained in:
owen05
2021-06-01 21:18:35 +08:00
parent e29a88c60f
commit 4facf65919
5 changed files with 124 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ module.exports = {
*/
deploySwitch: {
DEPLOY_V1: false,
DEPLOY_V2: false,
DEPLOY_V2: true,
ADAPTER: false,
MOCK_TOKEN: false,
MOCK_V2_POOL: false,
@@ -141,6 +141,17 @@ module.exports = {
skipDryRun: true
},
arb: {
provider: function () {
return wrapProvider(
new HDWalletProvider(privKey, "https://arb1.arbitrum.io/rpc")
)
},
network_id: 42161,
gas: 200000000,
gasPrice: 400000000,
},
arbtest: {
provider: function () {
return wrapProvider(