add boba config

This commit is contained in:
owen05
2021-11-24 14:35:01 +08:00
parent 7d8fde8297
commit 0392fd4474
5 changed files with 99 additions and 12 deletions

View File

@@ -192,6 +192,21 @@ module.exports = {
skipDryRun: true
},
boba: {
networkCheckTimeout: 100000,
provider: () => {
return new HDWalletProvider({
privateKeys: [privKey],
providerOrUrl: 'https://mainnet.boba.network',
chainId: 288
})
},
network_id: 288,
gasPrice: 10000000000,
timeoutBlocks: 200,
skipDryRun: true
},
neon_test: {
networkCheckTimeout: 100000,
provider: () => {