Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/model/chain/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Base: Chain = {
isTestChain: false,
isLocalChain: false,
multicallAddress: '0x38641b7a50CDcfde75a7A83eB7c02581F3279362',
rpcUrl: 'https://base.org',
rpcUrl: 'https://mainnet.base.org',
nativeCurrency: {
name: 'Ether',
symbol: 'ETH',
Expand Down