@gvnrdao/dh-sdk 0.0.282 → 0.0.284

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 CHANGED
@@ -108501,14 +108501,14 @@ function buildLoginDomain(chainId) {
108501
108501
  };
108502
108502
  }
108503
108503
  var LOGIN_TYPES = {
108504
- DhServerLogin: [
108504
+ DiamondHands: [
108505
108505
  { name: "address", type: "address" },
108506
108506
  { name: "issuedAt", type: "uint256" },
108507
108507
  { name: "nonce", type: "bytes32" }
108508
108508
  ]
108509
108509
  };
108510
108510
  var LOGIN_TYPES_WITH_AUDIENCE = {
108511
- DhServerLogin: [
108511
+ DiamondHands: [
108512
108512
  { name: "address", type: "address" },
108513
108513
  { name: "issuedAt", type: "uint256" },
108514
108514
  { name: "nonce", type: "bytes32" },
package/dist/index.mjs CHANGED
@@ -108423,14 +108423,14 @@ function buildLoginDomain(chainId) {
108423
108423
  };
108424
108424
  }
108425
108425
  var LOGIN_TYPES = {
108426
- DhServerLogin: [
108426
+ DiamondHands: [
108427
108427
  { name: "address", type: "address" },
108428
108428
  { name: "issuedAt", type: "uint256" },
108429
108429
  { name: "nonce", type: "bytes32" }
108430
108430
  ]
108431
108431
  };
108432
108432
  var LOGIN_TYPES_WITH_AUDIENCE = {
108433
- DhServerLogin: [
108433
+ DiamondHands: [
108434
108434
  { name: "address", type: "address" },
108435
108435
  { name: "issuedAt", type: "uint256" },
108436
108436
  { name: "nonce", type: "bytes32" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gvnrdao/dh-sdk",
3
- "version": "0.0.282",
3
+ "version": "0.0.284",
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/index.d.ts",