@typus/typus-sdk 1.4.36 → 1.4.38

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.
@@ -9,7 +9,7 @@
9
9
  "ORACLE": "0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a",
10
10
  "TYPUS": "0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a",
11
11
  "PERP": "",
12
- "SAFU": "0x8e4f745b9c0748d24d3c4248658a385822c5ae6c38dba4d8739ad2389a14529f"
12
+ "SAFU": "0xf6aa05ec1c5c8cb3ba927a0a3c4502d302692e54765677763f239da33aeec712"
13
13
  },
14
14
  "PACKAGE": {
15
15
  "DOV_SINGLE": "0xde9493877a76b518d770a0cad0eaa53d8237a9c274dc2ca7b964609f8f0dd003",
@@ -20,12 +20,12 @@
20
20
  "ORACLE": "0x978f65df8570a075298598a9965c18de9087f9e888eb3430fe20334f5c554cfd",
21
21
  "TYPUS": "0x83a1e6784a74929c8b9ccbca224bc9378fa1ebec04baa552d96025fabc39834c",
22
22
  "PERP": "",
23
- "SAFU": "0x332171ebd301a3e76c5be547046f14bb229f1200aadf5038b5a6ede411cb8a16"
23
+ "SAFU": "0xf6aa05ec1c5c8cb3ba927a0a3c4502d302692e54765677763f239da33aeec712"
24
24
  },
25
25
  "VERSION": {
26
26
  "TYPUS": "0xd2882b992e986250b3304b59530700bc3850939f9a77e9e9dfa9cf1656f84b3d",
27
27
  "PERP": "",
28
- "SAFU": "0x340b1050764bd269739d579f1c99608a59705a23d1a2ea77e47344f695d720df"
28
+ "SAFU": "0x335c7e2d363c93f5f1f8acb263e455c213c6fdb3b3882520dc6813adad8eea00"
29
29
  },
30
30
  "REGISTRY": {
31
31
  "DICE": {
@@ -56,7 +56,7 @@
56
56
  "TGLD": "0x8ee1af362fe9e0a29f6bad48d8ff44249ece5aaa77a4302c2ffcc90950e52ed2"
57
57
  },
58
58
  "SAFU": {
59
- "SAFU": "0x61ecdd1a8536663da6e60e93cbe14c61e2ece85366dbfa8b9509b699a52a54d0"
59
+ "SAFU": "0x5cd29cd2f340dc9127367dcc377ac53f1e091f61fd441ab2f88b9362f8db46a0"
60
60
  }
61
61
  },
62
62
  "OBJECT": {
@@ -75,6 +75,5 @@ export declare function getClaimRewardTx(config: TypusConfig, tx: TransactionBlo
75
75
  ) {
76
76
  */
77
77
  export declare function getSnapshotTx(config: TypusConfig, tx: TransactionBlock, input: {
78
- typeArguments: string[];
79
78
  index: string;
80
79
  }): TransactionBlock;
@@ -143,7 +143,7 @@ function getClaimRewardTx(config, tx, input) {
143
143
  function getSnapshotTx(config, tx, input) {
144
144
  var result = tx.moveCall({
145
145
  target: "".concat(config.package.safu, "::safu::snapshot"),
146
- typeArguments: input.typeArguments,
146
+ typeArguments: [],
147
147
  arguments: [
148
148
  tx.object(config.version.typus),
149
149
  tx.object(config.registry.typus.leaderboard),
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typus/typus-sdk",
3
3
  "author": "Typus",
4
4
  "description": "typus sdk",
5
- "version": "1.4.36",
5
+ "version": "1.4.38",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",