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

Commit

Permalink
fix farmlens v2 avalanche
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmurloc committed Mar 21, 2022
1 parent 62532bd commit 70a7c7c
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 @@ -122,7 +122,7 @@ export const FARMLENS_ADDRESS: { [chainId in ChainId]: string } = {
export const FARMLENSV2_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x144b9fD5cbb419F8B1A18CB24B93f8D9332681F8',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x317946da018248D7dDBF4ABdb3170F32Aa40C752' // TODO: update after louis' deployment
[ChainId.AVALANCHE]: '0xa89A42FbbE0c87ebBa3bA91924130Ad543D21c94'
}

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

0 comments on commit 70a7c7c

Please sign in to comment.