Skip to content

Commit

Permalink
Merge pull request #64 from nicosampler/patch-1
Browse files Browse the repository at this point in the history
Update constants.ts to support Arbitrum Sepolia.
  • Loading branch information
Rubilmax authored Feb 17, 2024
2 parents dbce04a + ec262b6 commit 97ed892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const multicall3DeploymentBlockNumbers: { [chainId: number]: number } = {
42170: 1746963, // Arbitrum Nova
421613: 88114, // Arbitrum Goerli
421611: 88114, // Arbitrum Rinkeby
421614: 81930, // Arbitrum Sepolia
137: 25770160, // Polygon
80001: 25444704, // Polygon Mumbai
100: 21022491, // Gnosis
Expand Down

0 comments on commit 97ed892

Please sign in to comment.