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 #17 from traderjoe-xyz/rinkeby-mar-21
Browse files Browse the repository at this point in the history
update rinkbey BMCJ, BoringHelper, FarmLensV2
  • Loading branch information
0xmurloc authored Mar 21, 2022
2 parents 5120d9a + 349b51a commit 627ee31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const BORINGHELPER_ADDRESS: { [chainId in ChainId]: string } = {
}

export const BORINGHELPER_MCV3_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x11f89aE6DA4aB5D0C518A41F9424c5241A3D57A3',
[ChainId.RINKEBY]: '0xC0B09dB79846A610bc1f0C9e04542912548226DC',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0xce63ECA0C8A2084C1BaEcE7737dB88f10c412c5E'
}
Expand Down Expand Up @@ -120,7 +120,7 @@ export const FARMLENS_ADDRESS: { [chainId in ChainId]: string } = {
}

export const FARMLENSV2_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x5870b3742C9A2aCBDCE9639e121d24F5bbDd199C',
[ChainId.RINKEBY]: '0x144b9fD5cbb419F8B1A18CB24B93f8D9332681F8',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x317946da018248D7dDBF4ABdb3170F32Aa40C752'
}
Expand Down Expand Up @@ -174,7 +174,7 @@ export const VEJOE_TOKEN_ADDRESS: { [chainId in ChainId]: string } = {
}

export const BOOSTED_MASTERCHEF_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0xDf185554C4619fBd2BAFC6287ebd6e77F06A1272',
[ChainId.RINKEBY]: '0x460d978831afd5Af99738E060C3ad8a76e592beA',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F'
}
Expand Down

0 comments on commit 627ee31

Please sign in to comment.