Skip to content

Commit

Permalink
ropsten node fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artur committed Aug 16, 2021
1 parent 69d388e commit 6c0dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
},
},
ropsten: {
url: "https://ropsten.bondappetit.io",
url: `https://ropsten.infura.io/v3/${process.env.INFURA_API_KEY}`,
chainId: 3,
from: networks.ropsten.accounts.Governor.address,
gasPrice: parseInt(networks.ropsten.gasPrice, 10),
Expand Down

0 comments on commit 6c0dc9f

Please sign in to comment.