Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
OnahProsperity committed Oct 27, 2023
1 parent db75a11 commit ba73ccb
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 @@ -25,7 +25,7 @@ module.exports = {
// allowUnlimitedContractSize: true,
},
mumbai: {
url: process.env.POLYGON_MUMBAI_RPC_URL, //"https://rpc-mumbai.maticvigil.com/",
url: "https://polygon-mumbai.infura.io/v3/4458cf4d1689497b9a38b1d6bbf05e78", //process.env.POLYGON_MUMBAI_RPC_URL, //"https://rpc-mumbai.maticvigil.com/",
accounts: DEPLOYER_PRIVATE_KEY,
chainId: 80001,
saveDeployments: true,
Expand Down

0 comments on commit ba73ccb

Please sign in to comment.