@dzapio/sdk 2.0.29 → 2.0.30
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/dist/index.d.mts +3 -7
- package/dist/index.d.ts +3 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -651,7 +651,7 @@ type ZapPath = {
|
|
|
651
651
|
asset: ZapPathAsset;
|
|
652
652
|
amount: string;
|
|
653
653
|
amountUSD: string;
|
|
654
|
-
|
|
654
|
+
minAmount: string;
|
|
655
655
|
}[];
|
|
656
656
|
};
|
|
657
657
|
|
|
@@ -720,12 +720,8 @@ type ZapBuildTxnResponse = {
|
|
|
720
720
|
approveTo: HexString;
|
|
721
721
|
amount: string;
|
|
722
722
|
}[];
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
amount: string;
|
|
726
|
-
chainId: number;
|
|
727
|
-
minAmount: string;
|
|
728
|
-
}[];
|
|
723
|
+
dust: ZapPath['output'];
|
|
724
|
+
output: ZapPath['output'];
|
|
729
725
|
steps: ZapStep[];
|
|
730
726
|
path: ZapPath[];
|
|
731
727
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -651,7 +651,7 @@ type ZapPath = {
|
|
|
651
651
|
asset: ZapPathAsset;
|
|
652
652
|
amount: string;
|
|
653
653
|
amountUSD: string;
|
|
654
|
-
|
|
654
|
+
minAmount: string;
|
|
655
655
|
}[];
|
|
656
656
|
};
|
|
657
657
|
|
|
@@ -720,12 +720,8 @@ type ZapBuildTxnResponse = {
|
|
|
720
720
|
approveTo: HexString;
|
|
721
721
|
amount: string;
|
|
722
722
|
}[];
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
amount: string;
|
|
726
|
-
chainId: number;
|
|
727
|
-
minAmount: string;
|
|
728
|
-
}[];
|
|
723
|
+
dust: ZapPath['output'];
|
|
724
|
+
output: ZapPath['output'];
|
|
729
725
|
steps: ZapStep[];
|
|
730
726
|
path: ZapPath[];
|
|
731
727
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzapio/sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.30",
|
|
4
4
|
"description": "A TypeScript/JavaScript SDK for interacting with the DZap protocol, providing utilities for DeFi operations including Swaps, Bridges, and Zaps.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"source": "src/index.ts",
|