From ca7ee7c166bdd54df3229e85ccd1d60785810917 Mon Sep 17 00:00:00 2001 From: Fabian Scherer <48454910+fabianschu@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:01:38 +0700 Subject: [PATCH] fix: address lowercase --- src/lib/config/celo/pools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/config/celo/pools.ts b/src/lib/config/celo/pools.ts index b3b851cce..3dbd91a94 100644 --- a/src/lib/config/celo/pools.ts +++ b/src/lib/config/celo/pools.ts @@ -33,7 +33,7 @@ const pools: Pools = { ], }, Factories: { - '0xEB1055c017a1427726F01368C8247649c5A79bF9': 'weightedPool', // Weighted v4 + '0xeb1055c017a1427726f01368c8247649c5a79bf9': 'weightedPool', // Weighted v4 // '0x8ea89804145c007e7d226001a96955ad53836087': 'composableStablePool', // ComposableStable V4 // '0x956ccab09898c0af2aca5e6c229c3ad4e93d9288': 'composableStablePool', // '0x6b1da720be2d11d95177ccfc40a917c2688f396c': 'erc4626Linear', // ERC4626 LinearPool