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

Commit

Permalink
Merge pull request #13 from traderjoe-xyz/farmlensv2
Browse files Browse the repository at this point in the history
add farmlens v2
  • Loading branch information
0xmurloc authored Mar 18, 2022
2 parents a597652 + 7616b7b commit b558dbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@ export const LOCKING_WRAPPER_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.AVALANCHE]: '0xDc3B37B5F0Fe5d3f8b8701a3F8d81A02EE8A1E1a'
}

export const FARMLENS_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x926E833c27284f7f633E461FcE6Dd17ccb2030e1',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0xc1b83cE1573984Dcf4115e983F9c28748a0F350E'
}

export const FARMLENSV2_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x86f83be9770894d8e46301b12E88e14AdC6cdb5F',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0xc321ADA8b0f7aC6ECc9899006380F3B01C5D8156'
}

export const ROCKET_JOE_TOKEN_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x3Be901d05584dc7900461a1b538ce24F7989cD65',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
Expand Down Expand Up @@ -208,12 +220,6 @@ export const JOELENSVIEW_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.AVALANCHE]: '0x0000000000000000000000000000000000000000'
}

export const FARMLENS_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x926E833c27284f7f633E461FcE6Dd17ccb2030e1',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0xc1b83cE1573984Dcf4115e983F9c28748a0F350E'
}

export const JAVAX_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x0444dcF838055493519F26021dE63Afa72EEe0D2',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
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 {
JOELENS_ADDRESS,
JOELENSVIEW_ADDRESS,
FARMLENS_ADDRESS,
FARMLENSV2_ADDRESS,
MAXIMILLION_ADDRESS,
LOCKING_WRAPPER_ADDRESS,
ROCKET_JOE_TOKEN_ADDRESS,
Expand Down

0 comments on commit b558dbf

Please sign in to comment.