Skip to content

Commit

Permalink
Update Multicall.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Feb 13, 2025
1 parent dd80281 commit 7890a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const DETERMINISTIC_MULTICALL_CHAINS = [
CHAIN_IDs.POLYGON_AMOY,
CHAIN_IDs.SCROLL_SEPOLIA,
CHAIN_IDs.SEPOLIA,
CHAIN_IDS.ARBITRUM_SEPOLIA,
CHAIN_IDs.ARBITRUM_SEPOLIA,
];

export function getMulticallAddress(chainId: number): string | undefined {
Expand Down

0 comments on commit 7890a4a

Please sign in to comment.