Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix: include CELO in v2 factory address (#153)
Browse files Browse the repository at this point in the history
* include CELO in v2 factory address

* Fix code style issues with Prettier

---------

Co-authored-by: Lint Action <[email protected]>
  • Loading branch information
jsy1218 and lint-action authored Jan 16, 2024
1 parent 766b59d commit c48bf85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c48bf85

Please sign in to comment.