@sodax/sdk 0.0.1-rc.30 → 0.0.1-rc.32
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 +1 -0
- package/dist/index.cjs +1841 -1019
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +693 -73
- package/dist/index.d.ts +693 -73
- package/dist/index.mjs +1831 -1021
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -334,6 +334,7 @@ if (approveResult.ok) {
|
|
|
334
334
|
Sodax feature set currently contain:
|
|
335
335
|
- Solver: used for intent based swaps. Please find documentation for Solver part of the SDK in [SOLVER.md](./docs/SOLVER.md)
|
|
336
336
|
- Money Market: used for lending and borowing. Please find documentation for Solver part of the SDK in [MONEY_MARKET.md](./docs/MONEY_MARKET.md)
|
|
337
|
+
- Bridge: provides functionality to bridge tokens between different blockchain chains [BRIDGE.md](./docs/BRIDGE.md)
|
|
337
338
|
|
|
338
339
|
## Intent Relay API
|
|
339
340
|
|