Skip to content

Commit 9ba06a3

Browse files
committed
docs(traderjoe): update readme
1 parent 9932caf commit 9ba06a3

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

packages/traderjoe/README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
##TraderJoe
1+
## TraderJoe
2+
3+
This plugin covers the [V2.1 LB Router contract](https://docs.traderjoexyz.com/contracts/LBRouter) on arbitrum. Other networks can be added easily by adding the chain id to the `CHAIN_ID_ARRAY` in `chain-ids.ts` and adding supported token addresses in `contract-addresses.ts`
24

3-
This plugin covers the V2.1 LB Router contract on arbitrum. Other networks can be added easily by adding the chain id to the `CHAIN_ID_ARRAY` in `chain-ids.ts` and adding supported token addresses in `contract-addresses.ts`
45

56
### Current Limitations
67

@@ -10,20 +11,20 @@ AmountIn also can not be very accurate in some scenarios and will be higher then
1011

1112
### Sample Transactions
1213

13-
ExactNATIVEForTokens: ETH -> ARB - https://arbiscan.io/tx/0x051d5bb371cac1ec38e51befe07fc1eec220e2cecb68aa5624da99c3c436de9a
14+
- [ExactNATIVEForTokens: ETH -> ARB](https://arbiscan.io/tx/0x051d5bb371cac1ec38e51befe07fc1eec220e2cecb68aa5624da99c3c436de9a)
1415

15-
ExactNATIVEForTokensSupportingFee - ETH -> USDC.e https://arbiscan.io/tx/0xdfa2628244bc82a8da1d18e3bfb4f37723d05f915b7cbd47a23ff81671317689
16+
- [ExactNATIVEForTokensSupportingFee - ETH -> USDC.e](https://arbiscan.io/tx/0xdfa2628244bc82a8da1d18e3bfb4f37723d05f915b7cbd47a23ff81671317689)
1617

17-
ExactTokensForNative - ARB -> ETH - https://arbiscan.io/tx/0x00604b711fbd370ff62ee9980fc8c8e80b3b8bda0f1054a7ea730b46eaf951a3
18+
- [ExactTokensForNative - ARB -> ETH](https://arbiscan.io/tx/0x00604b711fbd370ff62ee9980fc8c8e80b3b8bda0f1054a7ea730b46eaf951a3)
1819

19-
ExactTokensForNativeSupportingFee - RDNT -> ETH - https://arbiscan.io/tx/0xfd65e6c273b8218ea08eefc248dc59fba28f35be094f45477122ba129fa531ad
20+
- [ExactTokensForNativeSupportingFee - RDNT -> ETH](https://arbiscan.io/tx/0xfd65e6c273b8218ea08eefc248dc59fba28f35be094f45477122ba129fa531ad)
2021

21-
ExactTokensForTokens - USDC -> USDC.e - https://arbiscan.io/tx/0xeaeac7e5de5d657b12c4aca0923aa247d51bd737ebb02190e0a9ca57961be3d2
22+
- [ExactTokensForTokens - USDC -> USDC.e](https://arbiscan.io/tx/0xeaeac7e5de5d657b12c4aca0923aa247d51bd737ebb02190e0a9ca57961be3d2)
2223

23-
ExactTokensForTokensSupportingFee - USDC -> USDC.e - https://arbiscan.io/tx/0x87e2bafc87aff37dcc23e79cc3d77c21505faa238e44f7022fcc48e9869658f9
24+
- [ExactTokensForTokensSupportingFee - USDC -> USDC.e](https://arbiscan.io/tx/0x87e2bafc87aff37dcc23e79cc3d77c21505faa238e44f7022fcc48e9869658f9)
2425

25-
NATIVEForExactTokens - ETH -> JOE - https://arbiscan.io/tx/0x999844dffb475ad0de10bb8f38744928d0744792cc92d200cfeb3706cd296928
26+
- [NATIVEForExactTokens - ETH -> JOE](https://arbiscan.io/tx/0x999844dffb475ad0de10bb8f38744928d0744792cc92d200cfeb3706cd296928)
2627

27-
TokensForExactNATIVE - USDT -> ETH - https://arbiscan.io/tx/0xb4d7dce88dc9a9cda6a7279e39ce21eb44e8affb91362068a56e48c859390494
28+
- [TokensForExactNATIVE - USDT -> ETH](https://arbiscan.io/tx/0xb4d7dce88dc9a9cda6a7279e39ce21eb44e8affb91362068a56e48c859390494)
2829

29-
TokensForExactTokens - USDC.e -> ARB - https://arbiscan.io/tx/0x28945de53fe43470443841123b601ba2182717a14b9dba1c13361dc34dbdbe8c
30+
- [TokensForExactTokens - USDC.e -> ARB](https://arbiscan.io/tx/0x28945de53fe43470443841123b601ba2182717a14b9dba1c13361dc34dbdbe8c)

0 commit comments

Comments
 (0)