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

Commit

Permalink
update launchpeg lens addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-3-7 committed Nov 13, 2022
1 parent 6ae50d9 commit 8c31367
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 @@ -286,8 +286,8 @@ export const LAUNCHPEG_FACTORY_ADDRESS: { [chainId in ChainId]: string } = {
}

export const LAUNCHPEG_LENS_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.FUJI]: '0x674ABC8D4aaCba9cE74E0304c831B10e7Fe4D646',
[ChainId.AVALANCHE]: '0x7f281f22eDB332807A039073a7F34A4A215bE89e'
[ChainId.FUJI]: '0x9534125d1358c8e174546Ec3ef7D98FAce54F0DA',
[ChainId.AVALANCHE]: '0xe4C3aCD3A718f99088BcbcAcb45C2924Cfe66eb8'
}

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

0 comments on commit 8c31367

Please sign in to comment.