@galacticcouncil/sdk-next 1.0.1 → 1.1.0-pr317-22ed352
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 -1
- package/build/index.cjs +1 -1
- package/build/index.mjs +1 -1
- package/build/sor/TradeRouter.d.ts +11 -1
- package/build/sor/index.cjs +1 -1
- package/build/sor/index.mjs +1 -1
- package/build/tx/index.cjs +1 -1
- package/build/tx/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ All examples assume SDK has been initialized, [see](#usage)
|
|
|
144
144
|
|
|
145
145
|
### TradeRouter
|
|
146
146
|
|
|
147
|
-
Calculate sell of 1 DOT for
|
|
147
|
+
Calculate sell of 1 DOT for USDT & build tx with 5% slippage (default to 1% if not specified)
|
|
148
148
|
|
|
149
149
|
```typescript
|
|
150
150
|
const { api, tx } = sdk;
|