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 #3 from traderjoe-xyz/add-farm-lens
Browse files Browse the repository at this point in the history
Add farmlens address
  • Loading branch information
dotdash808 authored Nov 11, 2021
2 parents d34a95b + 8ebde47 commit cb04ddd
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 @@ -148,6 +148,12 @@ export const JOELENSVIEW_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.AVALANCHE]: '0x0000000000000000000000000000000000000000'
}

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

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 @@ -25,6 +25,7 @@ export {
JAVAX_ADDRESS,
JOELENS_ADDRESS,
JOELENSVIEW_ADDRESS,
FARMLENS_ADDRESS,
MAXIMILLION_ADDRESS,
} from './constants'

Expand Down

0 comments on commit cb04ddd

Please sign in to comment.