add avax config
This commit is contained in:
@@ -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 = {
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user