Skip to content

Commit

Permalink
Merge pull request #65 from covalenthq/fix-broken-rpc
Browse files Browse the repository at this point in the history
replace ethereum rpc endpoint url
  • Loading branch information
noslav authored Aug 16, 2024
2 parents 357752c + 7687664 commit ff67b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ module.exports = {
networks: {
hardhat: {
forking: {
url: "https://eth-mainnet.public.blastapi.io",
url: "https://eth.llamarpc.com",
blockNumber: 13182263
},
},
test: {
url: 'http://0.0.0.0:8545/',
},
// mainnet: {
// url: "https://eth-mainnet.public.blastapi.io",
// url: "https://eth.llamarpc.com",
// accounts: [
// process.env.CONTRACTS_DEPLOYER,
// process.env.SC_MANAGER
Expand Down

0 comments on commit ff67b1a

Please sign in to comment.