Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix init codehash
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmurloc committed Mar 7, 2023
1 parent 8edd573 commit ec1e481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ export const INIT_CODE_HASH: { [chainId in ChainId]: string } = {
[ChainId.AVALANCHE]: '0x0bbca9af0511ad1a1da383135cf3a8d2ac620e549ef9f6ae3a4c33c2fed0af91',
[ChainId.ARBITRUM_ONE]: '0x5c9d12e487d245c53fb0b8dd1ba2ccc48810e6b9671311502b8632e88b0d605b',
[ChainId.ARB_GOERLI]: '0xb6ca21329f2e28f35a5fc6848619516b62c84c068b584d1497decf19662bb190',
[ChainId.BNB_CHAIN]: '75e986a1d8c57bd5530b4b59ab7dd63c4d4ad267f147e17774264956de33c282',
[ChainId.BNB_TESTNET]: '75e986a1d8c57bd5530b4b59ab7dd63c4d4ad267f147e17774264956de33c282'
[ChainId.BNB_CHAIN]: '0x75e986a1d8c57bd5530b4b59ab7dd63c4d4ad267f147e17774264956de33c282',
[ChainId.BNB_TESTNET]: '0x75e986a1d8c57bd5530b4b59ab7dd63c4d4ad267f147e17774264956de33c282'
}

export const MINIMUM_LIQUIDITY = JSBI.BigInt(1000)
Expand Down

0 comments on commit ec1e481

Please sign in to comment.