Skip to content

Commit

Permalink
update mantle quoter address (#37)
Browse files Browse the repository at this point in the history
* update mantle quoter address

* changeset
  • Loading branch information
Max-3-7 authored Mar 5, 2024
1 parent fa93cf4 commit 72c1ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-foxes-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@traderjoe-xyz/sdk-v2': patch
---

update mantle quoter 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 @@ -34,7 +34,7 @@ export const LB_QUOTER_V21_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.BNB_CHAIN]: '0xd76019A16606FDa4651f636D9751f500Ed776250',
[ChainId.BNB_TESTNET]: '0xd76019A16606FDa4651f636D9751f500Ed776250',
[ChainId.ETHEREUM]: '0x4d6Dbd1b52807C71b9a148E222b167247a7cA789',
[ChainId.MANTLE]: '0x3660268Ed43583a2cdd09e3fC7079ff07DBD4Caa'
[ChainId.MANTLE]: '0xd76019A16606FDa4651f636D9751f500Ed776250'
}

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

0 comments on commit 72c1ef4

Please sign in to comment.