Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed May 16, 2024
1 parent 34cb1e6 commit a77cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/examples/SwitchingNetworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: Config = {
readOnlyUrls: {
[Mainnet.chainId]: getDefaultProvider('mainnet'),
[Optimism.chainId]: getDefaultProvider('optimism'),
[Sepolia.chainId]: 'https://rpc2.sepolia.org',
[Sepolia.chainId]: 'https://rpc.sepolia.dev',
},
}

Expand Down

0 comments on commit a77cc12

Please sign in to comment.