Skip to content

Commit

Permalink
fix/avax-truffle-config Adding the avax chain id to the truffle-config
Browse files Browse the repository at this point in the history
  • Loading branch information
fqlx committed Feb 15, 2022
1 parent 6343927 commit 74bdee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ module.exports = {
},
avax: {
provider: () => new HDWalletProvider(mnemonic, 'https://api.avax.network/ext/bc/C/rpc'),
network_id: 1,
network_id: 43114,
},
fuji: {
provider: () => new HDWalletProvider(mnemonic, 'https://api.avax-test.network/ext/bc/C/rpc'),
network_id: 1,
network_id: 43113,
gas: 8000000,
gasPrice: 250000000000,
skipDryRun: true,
Expand Down

0 comments on commit 74bdee6

Please sign in to comment.