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

Commit

Permalink
Add locking wrapper address
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofish7 committed Jan 8, 2022
1 parent ea82ef3 commit 33e4ea6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ export const BORINGDASHBOARD_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.AVALANCHE]: '0x1Af353148F2316487b5311Fcd522c037842D232c'
}

export const LOCKING_WRAPPER_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x60CB8E40B815fa7FF24Ab8a0603BF0afAcb49Cc0',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0xDc3B37B5F0Fe5d3f8b8701a3F8d81A02EE8A1E1a'
}

export const INIT_CODE_HASH = '0x0bbca9af0511ad1a1da383135cf3a8d2ac620e549ef9f6ae3a4c33c2fed0af91'

export const MINIMUM_LIQUIDITY = JSBI.BigInt(1000)
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export {
JOELENSVIEW_ADDRESS,
FARMLENS_ADDRESS,
MAXIMILLION_ADDRESS,
LOCKING_WRAPPER_ADDRESS
} from './constants'

export * from './errors'
Expand Down

0 comments on commit 33e4ea6

Please sign in to comment.