aftermath-ts-sdk 1.0.2-staking.20 → 1.0.2-staking.21

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.
@@ -165,8 +165,8 @@ class RouterApi {
165
165
  completeRoute,
166
166
  coinInId,
167
167
  // TODO: set this elsewhere
168
- slippage: 0.01,
169
- // slippage: 1,
168
+ // slippage: 0.01,
169
+ slippage: 1,
170
170
  walletAddress: inputs.senderAddress,
171
171
  });
172
172
  tx.transferObjects([coinOutId], tx.pure(inputs.sponsorAddress));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aftermath-ts-sdk",
3
- "version": "1.0.2-staking.20",
3
+ "version": "1.0.2-staking.21",
4
4
  "description": "Aftermath TypeScript SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",