Skip to content

Commit

Permalink
update arbitrum router v21 (#60)
Browse files Browse the repository at this point in the history
* update arbitrum router v21

* changeset
  • Loading branch information
Max-3-7 authored Nov 6, 2024
1 parent 5a0b46e commit 3f6ca0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-hats-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@traderjoe-xyz/sdk-v2': patch
---

update arbitrum router v21 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 @@ -62,7 +62,7 @@ export const LB_ROUTER_ADDRESS: { [chainId in ChainId]: Hex } = {
export const LB_ROUTER_V21_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.FUJI]: '0xb4315e873dBcf96Ffd0acd8EA43f689D8c20fB30',
[ChainId.AVALANCHE]: '0xb4315e873dBcf96Ffd0acd8EA43f689D8c20fB30',
[ChainId.ARBITRUM_ONE]: '0xb4315e873dBcf96Ffd0acd8EA43f689D8c20fB30',
[ChainId.ARBITRUM_ONE]: '0xA6598A0160f6392950C7759371b6daC8EeC4F6A2',
[ChainId.ARB_GOERLI]: '0x095EEe81B0eC73797424d67e24adab20D5A5D307',
[ChainId.BNB_CHAIN]: '0xb4315e873dBcf96Ffd0acd8EA43f689D8c20fB30',
[ChainId.BNB_TESTNET]: '0x8FABE13D95F28f7478Dc655d8D4BA99935D50e02',
Expand Down

0 comments on commit 3f6ca0c

Please sign in to comment.