Skip to content

Commit

Permalink
Use different RPC for base-sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Mar 22, 2024
1 parent 7258262 commit 382feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const networkConfigs: NetworkConfig[] = [
{
network: 'base-sepolia',
chainId: 84532,
url: `https://sepolia.base.org/`,
url: `https://clean-spring-wind.base-sepolia.discover.quiknode.pro/${QUICKNODE_KEY}`,
},
{
network: 'linea-goerli',
Expand Down

0 comments on commit 382feda

Please sign in to comment.