Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Fix truffle config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanolkies committed Nov 20, 2019
1 parent 3b1ad87 commit b169275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
network_id: 31,
gasPrice: 6000000000,
},
testnet: {
mainnet: {
provider: () => new HDWalletProvider(mnemonic, 'https://public-node.rsk.co'),
network_id: 30,
gasPrice: 60000000,
Expand Down

0 comments on commit b169275

Please sign in to comment.