Skip to content

Commit

Permalink
update arbitrum router address (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-3-7 authored Nov 6, 2024
1 parent 9232d25 commit 6d89087
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/two-clocks-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@traderjoe-xyz/sdk-v2': patch
---

update arbitrum router address
2 changes: 1 addition & 1 deletion packages/v2/src/constants/v2Addrs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const LB_ROUTER_V21_ADDRESS: { [chainId in ChainId]: Hex } = {
export const LB_ROUTER_V22_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.FUJI]: '0x18556DA13313f3532c54711497A8FedAC273220E',
[ChainId.AVALANCHE]: '0x18556DA13313f3532c54711497A8FedAC273220E',
[ChainId.ARBITRUM_ONE]: '0x18556DA13313f3532c54711497A8FedAC273220E',
[ChainId.ARBITRUM_ONE]: '0x013e138EF6008ae5FDFDE29700e3f2Bc61d21E3a',
[ChainId.ARB_GOERLI]: '0x0000000000000000000000000000000000000000',
[ChainId.BNB_CHAIN]: '0x0000000000000000000000000000000000000000',
[ChainId.BNB_TESTNET]: '0x0000000000000000000000000000000000000000',
Expand Down

0 comments on commit 6d89087

Please sign in to comment.