File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ module.exports = {
71
71
true ,
72
72
"m/44'/889'/0'/0/" , // Connect with HDPath same as TOMO
73
73
) ,
74
- network_id : 3 , // Ropsten's id
74
+ network_id : 3 , // Ropsten's id
75
75
gas : 5500000 , // Ropsten has a lower block limit than mainnet
76
76
// confirmations: 2, // # of confs to wait between deployments. (default: 0)
77
77
// timeoutBlocks: 200, // # of blocks before a deployment times out (minimum/default: 50)
78
78
// skipDryRun: true // Skip dry run before migrations? (default: false for public nets )
79
79
} ,
80
80
81
81
// Useful for deploying to TomoChain testnet
82
- tomotestnet : {
82
+ tomotestnet : {
83
83
provider : ( ) => new HDWalletProvider (
84
84
mnemonic ,
85
85
"https://testnet.tomochain.com" ,
@@ -94,7 +94,7 @@ module.exports = {
94
94
} ,
95
95
96
96
// Useful for deploying to TomoChain mainnet
97
- tomomainnet : {
97
+ tomomainnet : {
98
98
provider : ( ) => new HDWalletProvider (
99
99
mnemonic ,
100
100
"https://rpc.tomochain.com" ,
You can’t perform that action at this time.
0 commit comments