Skip to content

Commit

Permalink
update contract addresses (#39)
Browse files Browse the repository at this point in the history
* update vault factory addresses

* set LIQUIDITY_AMOUNTS_HELPER_ADDRESS for mantle

* changeset
  • Loading branch information
Max-3-7 authored Mar 6, 2024
1 parent c96f47e commit 83d17ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-pillows-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@traderjoe-xyz/sdk-v2': patch
---

update contract addresses
10 changes: 5 additions & 5 deletions packages/v2/src/constants/v2Addrs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ export const LB_REWARDER_ADDRESS: { [chainId in ChainId]: Hex } = {

export const VAULT_FACTORY_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x613aDdd55D30BF626c3009e9DAC66222346Ae760',
[ChainId.ARBITRUM_ONE]: '0x613aDdd55D30BF626c3009e9DAC66222346Ae760',
[ChainId.AVALANCHE]: '0xA3D87597fDAfC3b8F3AC6B68F90CD1f4c05Fa960',
[ChainId.ARBITRUM_ONE]: '0xA3D87597fDAfC3b8F3AC6B68F90CD1f4c05Fa960',
[ChainId.ARB_GOERLI]: '0x0000000000000000000000000000000000000000',
[ChainId.BNB_CHAIN]: '0x613aDdd55D30BF626c3009e9DAC66222346Ae760',
[ChainId.BNB_CHAIN]: '0xA3D87597fDAfC3b8F3AC6B68F90CD1f4c05Fa960',
[ChainId.BNB_TESTNET]: '0x0000000000000000000000000000000000000000',
[ChainId.ETHEREUM]: '0x0000000000000000000000000000000000000000',
[ChainId.MANTLE]: '0x0000000000000000000000000000000000000000'
[ChainId.MANTLE]: '0xA3D87597fDAfC3b8F3AC6B68F90CD1f4c05Fa960'
}

export const LIQUIDITY_AMOUNTS_HELPER_ADDRESS: {
Expand All @@ -124,7 +124,7 @@ export const LIQUIDITY_AMOUNTS_HELPER_ADDRESS: {
[ChainId.BNB_CHAIN]: '0x49D3D17b5349600A7206EE7f46218A1209a5c2B4',
[ChainId.BNB_TESTNET]: '0x49D3D17b5349600A7206EE7f46218A1209a5c2B4',
[ChainId.ETHEREUM]: '0x01A0f1D2a6E123b8ff909A2DdcE124973DAC121a',
[ChainId.MANTLE]: '0x0000000000000000000000000000000000000000'
[ChainId.MANTLE]: '0x46bA84780f9a7b34C8B0E24Df07a260Fa952195D'
}

export const LIMIT_ORDER_MANAGER_ADDRESS: {
Expand Down

0 comments on commit 83d17ba

Please sign in to comment.