Skip to content

Commit 21da706

Browse files
committed
fix: base sepolia rpc
1 parent f0e8ef6 commit 21da706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui-config/networksConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export const testnetConfig: Record<string, BaseNetworkConfig> = {
133133
},
134134
[ChainId.base_sepolia]: {
135135
name: 'Base Sepolia',
136+
privateJsonRPCUrl: 'https://base-sepolia.g.alchemy.com/v2/IIdPEqieQtPDflf-075haltN8Jy4CYLp',
136137
publicJsonRPCUrl: [
137138
'https://base-sepolia.blockpi.network/v1/rpc/public',
138139
'https://sepolia.base.org',

0 commit comments

Comments
 (0)