Skip to content

Commit

Permalink
feat(networks): integrate zkSync
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed May 30, 2024
1 parent bd6bbff commit b3e0b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const ZX = '0x'
export enum NetworkEnum {
ETHEREUM = 1,
POLYGON = 137,
ZKSYNC = 324,
BINANCE = 56,
ARBITRUM = 42161,
AVALANCHE = 43114,
Expand Down
3 changes: 3 additions & 0 deletions src/fusion-order/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ export const CHAIN_TO_WRAPPER = {
),
[NetworkEnum.FANTOM]: new Address(
'0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83'
),
[NetworkEnum.ZKSYNC]: new Address(
'0x5aea5775959fbc2557cc8789bc1bf90a239d9a91'
)
}

0 comments on commit b3e0b78

Please sign in to comment.