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 #11 from traderjoe-xyz/update-joe-lens-address
Browse files Browse the repository at this point in the history
update joe lens address due to reward lens change
  • Loading branch information
0xmurloc authored Feb 28, 2022
2 parents 85f5b8d + 52bd1d6 commit 4e38226
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 @@ -179,9 +179,9 @@ export const UNITROLLER_ADDRESS: { [chainId in ChainId]: string } = {
}

export const JOELENS_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x4F101798dd4AF8A2A8325F4C54C195a61C59Dc62',
[ChainId.RINKEBY]: '0x4234528B4707d9c5F992FE63b514fd1dC7aFf42E',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0xFDF50FEa3527FaD31Fa840B748FD3694aE8a47cc'
[ChainId.AVALANCHE]: '0x994Ed0698F5145211Fd5DAE458dD7d91c2da6CEC'
}

export const JOELENSVIEW_ADDRESS: { [chainId in ChainId]: string } = {
Expand Down

0 comments on commit 4e38226

Please sign in to comment.