From ec262b691da4a4c9e4493f950fe3f8b4b3c47368 Mon Sep 17 00:00:00 2001 From: nicolas Date: Fri, 16 Feb 2024 13:19:04 -0300 Subject: [PATCH] Update constants.ts to support Arbitrum Sepolia. Closes #63. Reference: https://sepolia-explorer.arbitrum.io/tx/0x328ee9a055bb10db33457afc5d98e8286838bd8e967e2047b8725119b4e562dd --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index 235dda5..2752a77 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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