Skip to content

Commit

Permalink
replace base network rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-robin committed Nov 10, 2024
1 parent 377a35d commit 88436ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const chainConfig: Array<{
{
chainId: Chains.Base,
name: 'Base',
rpc: ['wss://base-rpc.publicnode.com'],
rpc: ['https://base.drpc.org'],
explorer: 'https://basescan.org',
},
{
Expand Down

0 comments on commit 88436ea

Please sign in to comment.