Commit c48bf850 authored by jsy1218's avatar jsy1218 Committed by GitHub

fix: include CELO in v2 factory address (#153)

* include CELO in v2 factory address

* Fix code style issues with Prettier

---------
Co-authored-by: default avatarLint Action <lint-action@samuelmeuli.com>
parent 766b59d1
...@@ -24,7 +24,9 @@ export const FACTORY_ADDRESS_MAP: { [chainId: number]: string } = { ...@@ -24,7 +24,9 @@ export const FACTORY_ADDRESS_MAP: { [chainId: number]: string } = {
// BNB // BNB
56: '0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6', 56: '0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6',
// Polygon // Polygon
137: '0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C' 137: '0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C',
// Celo
42220: '0x79a530c8e2fA8748B7B40dd3629C0520c2cCf03f'
} }
export const INIT_CODE_HASH = '0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f' export const INIT_CODE_HASH = '0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment