Skip to content

Commit 88f403e

Browse files
fix incorrect base mainnet rpc
1 parent e0c8437 commit 88f403e

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/model/chain

1 file changed

+1
-1
lines changed

packages/core/src/model/chain/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Base: Chain = {
2828
isTestChain: false,
2929
isLocalChain: false,
3030
multicallAddress: '0x38641b7a50CDcfde75a7A83eB7c02581F3279362',
31-
rpcUrl: 'https://base.org',
31+
rpcUrl: 'https://mainnet.base.org',
3232
nativeCurrency: {
3333
name: 'Ether',
3434
symbol: 'ETH',

0 commit comments

Comments
 (0)