Skip to content

Commit

Permalink
Update quoter v22 on Mantle (#62)
Browse files Browse the repository at this point in the history
* update quoter v22 on mantle

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

update quoter v22 on mantle
2 changes: 1 addition & 1 deletion packages/v2/src/constants/v2Addrs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const LB_QUOTER_V22_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.BNB_CHAIN]: '0x0000000000000000000000000000000000000000',
[ChainId.BNB_TESTNET]: '0x0000000000000000000000000000000000000000',
[ChainId.ETHEREUM]: '0x0000000000000000000000000000000000000000',
[ChainId.MANTLE]: '0xE25Dc29b856D5A6dF45B5D854ccF9223D716f46d'
[ChainId.MANTLE]: '0x501b8AFd35df20f531fF45F6f695793AC3316c85'
}

export const LB_ROUTER_ADDRESS: { [chainId in ChainId]: Hex } = {
Expand Down

0 comments on commit c82ee73

Please sign in to comment.