timelock-sdk 0.0.73 → 0.0.74
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/client.cjs +1 -0
- package/dist/client.d.cts +133 -124
- package/dist/client.d.ts +66 -57
- package/dist/client.js +1 -1
- package/dist/{index-CdkTrz02.d.ts → index-BdBPLPWm.d.ts} +92 -92
- package/dist/{index-CFBcBY1K.d.cts → index-C-uDgfkL.d.cts} +92 -92
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.cjs
CHANGED
|
@@ -1059,6 +1059,7 @@ const useVaultTVL = (vaultAddr) => {
|
|
|
1059
1059
|
exports.TimelockMarketProvider = TimelockMarketProvider;
|
|
1060
1060
|
exports.batchGetAmountsFromLiquidity = batchGetAmountsFromLiquidity;
|
|
1061
1061
|
exports.useActiveUserOptions = useActiveUserOptions;
|
|
1062
|
+
exports.useApproval = useApproval;
|
|
1062
1063
|
exports.useBurnLiquidity = useBurnLiquidity;
|
|
1063
1064
|
exports.useClosedUserOptions = useClosedUserOptions;
|
|
1064
1065
|
exports.useCurrentMarket = useCurrentMarket;
|