From fb9d5a07644687083c443454f9397ef97405977f Mon Sep 17 00:00:00 2001 From: Jason-Wanxt Date: Mon, 26 Feb 2024 19:26:29 +0800 Subject: [PATCH] add arb sepolia --- src/utils/constants.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index f868e965..338b32e7 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -63,6 +63,12 @@ const CHAIN_CONFIGS: { [key: number]: ChainConfig } = { weth: '0xe39Ab88f8A4777030A534146A9Ca3B52bd5D43A3', creationBlock: 18815277, }, + // arbitrum sepolia + [421614]: { + router: '0x0B29eBd54F37665923B1D6d3a7DafC1C2B4177ec', + weth: '0x980B62Da83eFf3D4576C647993b0c1D7faf17c73', + creationBlock: 17593807, + }, // celo [42220]: { router: '0x643770e279d5d0733f21d6dc03a8efbabf3255b4',