@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 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,