Skip to content

Commit

Permalink
Update lb hooks lens (#56)
Browse files Browse the repository at this point in the history
* update lb hook lens address

* changeset
  • Loading branch information
Max-3-7 authored Jul 8, 2024
1 parent 1a0d34c commit db652ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-lions-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@traderjoe-xyz/sdk-v2': patch
---

update lb hook lens address
6 changes: 3 additions & 3 deletions packages/v2/src/constants/v2Addrs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ export const APT_FARM_LENS: { [chainId in ChainId]: Hex } = {
}

export const LB_HOOKS_LENS_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.FUJI]: '0xFe439C9b95c659d4B8a0aF580Ae992Ae63E0aDE5',
[ChainId.AVALANCHE]: '0xFe439C9b95c659d4B8a0aF580Ae992Ae63E0aDE5',
[ChainId.ARBITRUM_ONE]: '0xFe439C9b95c659d4B8a0aF580Ae992Ae63E0aDE5',
[ChainId.FUJI]: '0x6124086B90AB910038E607aa1BDD67b284C31c98',
[ChainId.AVALANCHE]: '0x6124086B90AB910038E607aa1BDD67b284C31c98',
[ChainId.ARBITRUM_ONE]: '0x6124086B90AB910038E607aa1BDD67b284C31c98',
[ChainId.ARB_GOERLI]: '0x0000000000000000000000000000000000000000',
[ChainId.BNB_CHAIN]: '0x0000000000000000000000000000000000000000',
[ChainId.BNB_TESTNET]: '0x0000000000000000000000000000000000000000',
Expand Down

0 comments on commit db652ea

Please sign in to comment.