Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(multicall): Update multicall contract address on Base network (#2841
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wpoulin committed Jul 26, 2023
1 parent cc2bdaa commit 2778678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multicall/multicall.registry.ts
Expand Up @@ -15,6 +15,6 @@ export const MULTICALL_ADDRESSES: Record<Network, string | null> = {
[Network.CRONOS_MAINNET]: '0x845c4753954c347175b4179b2d5b18de1629f94f',
[Network.AURORA_MAINNET]: '0x67d66e8ec1fd25d98b3ccd3b19b7dc4b4b7fc493',
[Network.EVMOS_MAINNET]: '0xa7d0561ead7da21bd6d2f0bc89849c60703be505',
[Network.BASE_MAINNET]: '0xca11bde05977b3631167028862be2a173976ca11',
[Network.BASE_MAINNET]: '0x9e1d7d1c80eb8ca9bcf7142c8be4486d7df0e920',
[Network.BITCOIN_MAINNET]: null,
};

0 comments on commit 2778678

Please sign in to comment.