@typus/typus-sdk 1.4.56 → 1.4.57

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.
@@ -146,7 +146,7 @@ function getHistory(config, input) {
146
146
  break;
147
147
  case "combo_dice":
148
148
  if (config.rpcEndpoint.includes("mainnet")) {
149
- MoveEventType = "0xdd2265bf4ee2190ec67d646ac6552bc4ef4da104af948aa8447e50e7e94a0c9f::combo_dice::Draw";
149
+ MoveEventType = "".concat(config.packageOrigin.dice, "::combo_dice::Draw");
150
150
  }
151
151
  else {
152
152
  MoveEventType = "0xf1d628b4f14f9dae42d73a6cdee9b5f80567fee323166c4ecfb124de7d4ff254::combo_dice::Draw";
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.56",
5
+ "version": "1.4.57",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",