Skip to content

Commit 3643b8a

Browse files
committed
Update truffle-config.js
1 parent b78d88a commit 3643b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

truffle-config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ module.exports = {
7171
true,
7272
"m/44'/889'/0'/0/", // Connect with HDPath same as TOMO
7373
),
74-
network_id: 3, // Ropsten's id
74+
network_id: 3, // Ropsten's id
7575
gas: 5500000, // Ropsten has a lower block limit than mainnet
7676
// confirmations: 2, // # of confs to wait between deployments. (default: 0)
7777
// timeoutBlocks: 200, // # of blocks before a deployment times out (minimum/default: 50)
7878
// skipDryRun: true // Skip dry run before migrations? (default: false for public nets )
7979
},
8080

8181
// Useful for deploying to TomoChain testnet
82-
tomotestnet: {
82+
tomotestnet: {
8383
provider: () => new HDWalletProvider(
8484
mnemonic,
8585
"https://testnet.tomochain.com",
@@ -94,7 +94,7 @@ module.exports = {
9494
},
9595

9696
// Useful for deploying to TomoChain mainnet
97-
tomomainnet: {
97+
tomomainnet: {
9898
provider: () => new HDWalletProvider(
9999
mnemonic,
100100
"https://rpc.tomochain.com",

0 commit comments

Comments
 (0)