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

Commit

Permalink
Update JoeLens Avalanche address
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofish7 committed Oct 16, 2021
1 parent a745c72 commit c521621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const UNITROLLER_ADDRESS: { [chainId in ChainId]: string } = {
export const JOELENS_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x4F101798dd4AF8A2A8325F4C54C195a61C59Dc62',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x997fbA28c75747417571c5F3fe50015AaC2BB073'
[ChainId.AVALANCHE]: '0xFDF50FEa3527FaD31Fa840B748FD3694aE8a47cc'
}

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

0 comments on commit c521621

Please sign in to comment.