@gvnrdao/dh-sdk 0.0.213 → 0.0.215
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.js +810 -882
- package/dist/index.mjs +810 -882
- package/dist/modules/diamond-hands-sdk.d.ts +3 -2
- package/package.json +3 -3
|
@@ -639,9 +639,10 @@ export declare class DiamondHandsSDK {
|
|
|
639
639
|
loanOps(): {
|
|
640
640
|
getProtocolConfig(): Promise<{
|
|
641
641
|
liquidationThreshold: any;
|
|
642
|
-
minimumLoanValueUcd:
|
|
642
|
+
minimumLoanValueUcd: string;
|
|
643
643
|
minimumLoanValueWei: any;
|
|
644
|
-
maxSingleLoanValueUcd:
|
|
644
|
+
maxSingleLoanValueUcd: string;
|
|
645
|
+
maxSingleLoanValueWei: string;
|
|
645
646
|
}>;
|
|
646
647
|
};
|
|
647
648
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gvnrdao/dh-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.215",
|
|
4
4
|
"description": "TypeScript SDK for Diamond Hands Protocol - Bitcoin-backed lending with LIT Protocol PKPs",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/sdk/src/index.d.ts",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@gvnrdao/dh-lit-actions": "
|
|
74
|
-
"@gvnrdao/dh-lit-ops": "^0.0.
|
|
73
|
+
"@gvnrdao/dh-lit-actions": "file:../lit-actions",
|
|
74
|
+
"@gvnrdao/dh-lit-ops": "^0.0.254",
|
|
75
75
|
"@noble/hashes": "^1.5.0",
|
|
76
76
|
"axios": "^1.15.2",
|
|
77
77
|
"bech32": "^2.0.0",
|