From a114ce6777ee49b8b842dc02113a2800242ecf44 Mon Sep 17 00:00:00 2001 From: Mark Toda Date: Thu, 14 Sep 2023 14:07:25 -0700 Subject: [PATCH] feat: update celo address --- src/utils/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 2955ca51..a029252f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -65,9 +65,9 @@ const CHAIN_CONFIGS: { [key: number]: ChainConfig } = { }, // celo [42220]: { - router: '0x88a3ED7F21A3fCF6adb86b6F878C5B7a02D20e9b', + router: '0x643770e279d5d0733f21d6dc03a8efbabf3255b4', weth: WETH_NOT_SUPPORTED_ON_CHAIN, - creationBlock: 21116361, + creationBlock: 21407637, }, // celo alfajores [44787]: {