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 3066c7b commit dd80281
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,

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Builds

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Builds

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Builds

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Builds

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Builds

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Builds

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Test

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Test

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Test

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Lint

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Lint

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?

Check failure on line 37 in src/utils/Multicall.ts

View workflow job for this annotation

GitHub Actions / Lint

Cannot find name 'CHAIN_IDS'. Did you mean 'CHAIN_IDs'?
];

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

0 comments on commit dd80281

Please sign in to comment.