diff --git a/src/constants.ts b/src/constants.ts index a296cf416..95f0018ff 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -24,7 +24,9 @@ export const FACTORY_ADDRESS_MAP: { [chainId: number]: string } = { // BNB 56: '0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6', // Polygon - 137: '0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C' + 137: '0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C', + // Celo + 42220: '0x79a530c8e2fA8748B7B40dd3629C0520c2cCf03f' } export const INIT_CODE_HASH = '0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f'