add avax config

This commit is contained in:
owen05
2021-12-21 09:41:21 +08:00
parent ad470358d0
commit 8f2e3ab280
5 changed files with 74 additions and 105 deletions

View File

@@ -155,16 +155,6 @@ module.exports = {
gas: 10000000
},
oktest: {
provider: () => {
return new HDWalletProvider(privKey, 'https://exchaintest.okexcn.com')
},
network_id: 65,
confirmations: 10,
timeoutBlocks: 200,
skipDryRun: true
},
ok: {
networkCheckTimeout: 100000,
provider: () => {
@@ -177,21 +167,6 @@ module.exports = {
skipDryRun: true
},
boba_test: {
networkCheckTimeout: 100000,
provider: () => {
return new HDWalletProvider({
privateKeys: [privKey],
providerOrUrl: 'https://rinkeby.boba.network',
chainId: 28
})
},
network_id: 28,
gasPrice: 0,
timeoutBlocks: 200,
skipDryRun: true
},
boba: {
networkCheckTimeout: 100000,
provider: () => {
@@ -268,4 +243,4 @@ module.exports = {
},
},
},
};
};