@sodax/sdk 0.0.1-rc.38 β 0.0.1-rc.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.cjs +16 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +16 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The Sodax SDK provides a comprehensive interface for interacting with the Sodax
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
7
|
### Swaps (Solver / Intents) [π](./docs/SOLVER.md)
|
|
8
|
-
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic) β
|
|
8
|
+
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVMβ, Lightlink) β
|
|
9
9
|
- Sui β
|
|
10
10
|
- Stellar β
|
|
11
11
|
- ICON β
|
|
@@ -13,7 +13,7 @@ The Sodax SDK provides a comprehensive interface for interacting with the Sodax
|
|
|
13
13
|
- Injective β
|
|
14
14
|
|
|
15
15
|
### Lend and Borrow (Money Market) [π](./docs/MONEY_MARKET.md)
|
|
16
|
-
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVM) β
|
|
16
|
+
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVM, Lightlink) β
|
|
17
17
|
- Sui β
|
|
18
18
|
- Stellar β
|
|
19
19
|
- ICON β
|
|
@@ -21,7 +21,7 @@ The Sodax SDK provides a comprehensive interface for interacting with the Sodax
|
|
|
21
21
|
- Injective β
|
|
22
22
|
|
|
23
23
|
### Cross-chain bridging (Bridge) [π](./docs/BRIDGE.md)
|
|
24
|
-
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVM) β
|
|
24
|
+
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVM, Lightlink) β
|
|
25
25
|
- Sui β
|
|
26
26
|
- Stellar β
|
|
27
27
|
- ICON β
|
package/dist/index.cjs
CHANGED
|
@@ -8343,7 +8343,22 @@ var solverSupportedTokens = {
|
|
|
8343
8343
|
spokeChainConfig[types.BSC_MAINNET_CHAIN_ID].supportedTokens.USDC
|
|
8344
8344
|
],
|
|
8345
8345
|
[types.HYPEREVM_MAINNET_CHAIN_ID]: [],
|
|
8346
|
-
[types.LIGHTLINK_MAINNET_CHAIN_ID]: [
|
|
8346
|
+
[types.LIGHTLINK_MAINNET_CHAIN_ID]: [
|
|
8347
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.ETH,
|
|
8348
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.bnUSD,
|
|
8349
|
+
// spokeChainConfig[LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.SODA,
|
|
8350
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.USDC,
|
|
8351
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["BTC.LL"],
|
|
8352
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["AVAX.LL"],
|
|
8353
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["BNB.LL"],
|
|
8354
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["SOL.LL"],
|
|
8355
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["XLM.LL"],
|
|
8356
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["INJ.LL"],
|
|
8357
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["SUI.LL"],
|
|
8358
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["S.LL"],
|
|
8359
|
+
spokeChainConfig[types.LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens["POL.LL"]
|
|
8360
|
+
// spokeChainConfig[LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens['HYPE.LL'],
|
|
8361
|
+
],
|
|
8347
8362
|
[types.SOLANA_MAINNET_CHAIN_ID]: [
|
|
8348
8363
|
spokeChainConfig[types.SOLANA_MAINNET_CHAIN_ID].supportedTokens.SOL,
|
|
8349
8364
|
spokeChainConfig[types.SOLANA_MAINNET_CHAIN_ID].supportedTokens.bnUSD,
|