You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
2
4
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`
4
5
5
6
### Current Limitations
6
7
@@ -10,20 +11,20 @@ AmountIn also can not be very accurate in some scenarios and will be higher then
10
11
11
12
### Sample Transactions
12
13
13
-
ExactNATIVEForTokens: ETH -> ARB - https://arbiscan.io/tx/0x051d5bb371cac1ec38e51befe07fc1eec220e2cecb68aa5624da99c3c436de9a
14
+
-[ExactNATIVEForTokens: ETH -> ARB](https://arbiscan.io/tx/0x051d5bb371cac1ec38e51befe07fc1eec220e2cecb68aa5624da99c3c436de9a)
14
15
15
-
ExactNATIVEForTokensSupportingFee - ETH -> USDC.ehttps://arbiscan.io/tx/0xdfa2628244bc82a8da1d18e3bfb4f37723d05f915b7cbd47a23ff81671317689
16
+
-[ExactNATIVEForTokensSupportingFee - ETH -> USDC.e](https://arbiscan.io/tx/0xdfa2628244bc82a8da1d18e3bfb4f37723d05f915b7cbd47a23ff81671317689)
16
17
17
-
ExactTokensForNative - ARB -> ETH - https://arbiscan.io/tx/0x00604b711fbd370ff62ee9980fc8c8e80b3b8bda0f1054a7ea730b46eaf951a3
0 commit comments