Skip to content

Commit

Permalink
fix: base-goerli rpc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OnahProsperity committed Oct 27, 2023
1 parent ba73ccb commit 13a3679
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 @@ -37,7 +37,7 @@ module.exports = {
saveDeployments: true,
},
baseGoerli: {
url: process.env.BASE_GOERLI_RPC_URL,
url: "https://goerli.base.org",
accounts: DEPLOYER_PRIVATE_KEY,
chainId: 84531,
gasPrice: 1000000000,
Expand Down

0 comments on commit 13a3679

Please sign in to comment.