@zing-protocol/zing-sdk 0.0.9 → 0.0.10

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.
@@ -32,14 +32,15 @@ export const testnetZingConfig = {
32
32
  IDENTITY_MANAGER_ADDRESS_TO_IDENTIFIER_DF_ID: "0x1073c13dfed532938cd978adfcb0b14a165350762392e0bb3137f493112d0520",
33
33
  },
34
34
  },
35
+ // Studio
35
36
  ZING_STUDIO_CONFIG_SHARED_OBJECT_REF: {
36
37
  objectId: "0x0fff74127495094c4f8b0736a0bf4a0c8612e0a8c37342495d8aa00073d25c1e",
37
38
  initialSharedVersion: 745941918,
38
39
  mutable: false,
39
40
  },
40
41
  ZING_STORAGE_TREASURY_SHARED_OBJECT_REF: {
41
- objectId: "0xde26730698493f851a7d9cd4d49b5b56f6781d902d3a63e24aa1f25820924cc8",
42
- initialSharedVersion: 723767900,
42
+ objectId: "0xc562d54a9f2aeed9e7f4da578aa47d284e2ac2e590af4c702641fb17e53a5714",
43
+ initialSharedVersion: 745941918,
43
44
  mutable: true,
44
45
  },
45
46
  ZING_WORKS_TYPE: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@zing-protocol/zing-sdk",
3
3
  "sideEffects": false,
4
4
  "type": "module",
5
- "version": "0.0.9",
5
+ "version": "0.0.10",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
8
  "exports": {