Skip to content

Commit

Permalink
fix: base sepolia rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Feb 20, 2025
1 parent f0e8ef6 commit 21da706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui-config/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export const testnetConfig: Record<string, BaseNetworkConfig> = {
},
[ChainId.base_sepolia]: {
name: 'Base Sepolia',
privateJsonRPCUrl: 'https://base-sepolia.g.alchemy.com/v2/IIdPEqieQtPDflf-075haltN8Jy4CYLp',
publicJsonRPCUrl: [
'https://base-sepolia.blockpi.network/v1/rpc/public',
'https://sepolia.base.org',
Expand Down

1 comment on commit 21da706

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.