@sodax/sdk 2.0.0-rc.19 → 2.0.0-rc.20
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 +4 -4
- package/dist/index.cjs +544 -762
- package/dist/index.d.cts +124 -175
- package/dist/index.d.ts +124 -175
- package/dist/index.mjs +540 -764
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ How to setup local development
|
|
|
40
40
|
|
|
41
41
|
<a href="https://docs.sodax.com/developers/packages/sdk/swaps" class="button secondary" data-icon="rotate">Swaps (Solver)</a> - Cross-chain intent-based swaps
|
|
42
42
|
|
|
43
|
-
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia) ✅
|
|
43
|
+
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia, Hedera) ✅
|
|
44
44
|
* Sui ✅
|
|
45
45
|
* Stellar ✅
|
|
46
46
|
* ICON ✅
|
|
@@ -52,7 +52,7 @@ How to setup local development
|
|
|
52
52
|
|
|
53
53
|
<a href="https://docs.sodax.com/developers/packages/sdk/money_market" class="button secondary" data-icon="sack-dollar">Lend / Borrow (Money Market)</a>- Cross-chain lending and borrowing
|
|
54
54
|
|
|
55
|
-
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia) ✅
|
|
55
|
+
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia, Hedera) ✅
|
|
56
56
|
* Sui ✅
|
|
57
57
|
* Stellar ✅
|
|
58
58
|
* ICON ✅ (bnUSD only)
|
|
@@ -64,7 +64,7 @@ How to setup local development
|
|
|
64
64
|
|
|
65
65
|
<a href="https://docs.sodax.com/developers/packages/sdk/bridge" class="button secondary" data-icon="bridge-suspension">Bridge</a>- Cross-chain token bridging
|
|
66
66
|
|
|
67
|
-
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia) ✅
|
|
67
|
+
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia, Hedera) ✅
|
|
68
68
|
* Sui ✅
|
|
69
69
|
* Stellar ✅
|
|
70
70
|
* ICON ✅
|
|
@@ -82,7 +82,7 @@ How to setup local development
|
|
|
82
82
|
|
|
83
83
|
<a href="https://docs.sodax.com/developers/packages/sdk/staking" class="button secondary" data-icon="seedling">Staking</a>- SODA token staking
|
|
84
84
|
|
|
85
|
-
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia) ✅
|
|
85
|
+
* EVM (Sonic, Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, HyperEVM, Lightlink, Redbelly, Kaia, Hedera) ✅
|
|
86
86
|
* Sui ✅
|
|
87
87
|
* Stellar ✅
|
|
88
88
|
* Solana ✅
|