Skip to content

Commit

Permalink
Merge branch 'master' into remove-fallback-gas-price-oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Feb 13, 2025
2 parents edd2604 + dde2cc6 commit 256c009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/Multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const DETERMINISTIC_MULTICALL_CHAINS = [
CHAIN_IDs.POLYGON_AMOY,
CHAIN_IDs.SCROLL_SEPOLIA,
CHAIN_IDs.SEPOLIA,
CHAIN_IDs.ARBITRUM_SEPOLIA,
];

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

0 comments on commit 256c009

Please sign in to comment.