@sentio/sdk-bundle 3.0.0-rc.4 → 3.0.0-rc.6

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.
Files changed (59) hide show
  1. package/lib/aptos/builtin/0x1.js +2 -2
  2. package/lib/aptos/builtin/0x3.js +3 -3
  3. package/lib/aptos/builtin/0x4.js +3 -3
  4. package/lib/aptos/builtin/index.js +4 -4
  5. package/lib/aptos/ext/index.js +2 -2
  6. package/lib/aptos/index.js +2 -2
  7. package/lib/{chunk-3QOSX5K6.js → chunk-54KOE2J4.js} +5 -5
  8. package/lib/{chunk-SPIUVHNN.js → chunk-5CGQFN3G.js} +5 -5
  9. package/lib/{chunk-YAZY64UQ.js → chunk-C5BM7KOC.js} +3 -3
  10. package/lib/{chunk-ESKOGSTX.js → chunk-C6C7LCM2.js} +2 -2
  11. package/lib/{chunk-BJRBF2EM.js → chunk-EL2MFWLY.js} +3 -3
  12. package/lib/{chunk-5EO7V2BN.js → chunk-FICWN2FU.js} +18 -14
  13. package/lib/chunk-FICWN2FU.js.map +1 -0
  14. package/lib/{chunk-EBUTPBE7.js → chunk-GPJB7MBV.js} +2 -2
  15. package/lib/{chunk-CPOWIQVD.js → chunk-JZM5B6CK.js} +4 -4
  16. package/lib/{chunk-4R2JDGT2.js → chunk-LSJNNDDM.js} +3 -3
  17. package/lib/{chunk-LVZ4YOEW.js → chunk-OW234NBN.js} +2 -2
  18. package/lib/{chunk-WBLV5OOV.js → chunk-QKVOWR2Q.js} +21 -21
  19. package/lib/{chunk-WBLV5OOV.js.map → chunk-QKVOWR2Q.js.map} +1 -1
  20. package/lib/{chunk-U3E5ZH2Z.js → chunk-RDWMZ3EN.js} +2 -2
  21. package/lib/{chunk-K525F2PX.js → chunk-RV6YUANB.js} +2 -2
  22. package/lib/{chunk-LJJUIJIR.js → chunk-TQAUDG2X.js} +2 -2
  23. package/lib/{chunk-7XYJZZFQ.js → chunk-WUI25JN2.js} +4 -4
  24. package/lib/eth/builtin/eacaggregatorproxy.js +1 -1
  25. package/lib/eth/builtin/erc1155.js +2 -2
  26. package/lib/eth/builtin/erc20.js +1 -1
  27. package/lib/eth/builtin/erc721.js +1 -1
  28. package/lib/eth/builtin/index.js +3 -3
  29. package/lib/eth/builtin/weth9.js +2 -2
  30. package/lib/eth/index.js +1 -1
  31. package/lib/iota/builtin/0x1.js +5 -5
  32. package/lib/iota/builtin/0x2.js +6 -6
  33. package/lib/iota/builtin/0x3.js +7 -7
  34. package/lib/iota/builtin/index.js +7 -7
  35. package/lib/iota/ext/index.js +2 -2
  36. package/lib/iota/index.js +4 -4
  37. package/lib/sui/builtin/0x1.js +5 -5
  38. package/lib/sui/builtin/0x2.js +6 -6
  39. package/lib/sui/builtin/0x3.js +7 -7
  40. package/lib/sui/builtin/index.js +7 -7
  41. package/lib/sui/ext/index.js +2 -2
  42. package/lib/sui/index.js +4 -4
  43. package/lib/testing/index.js +5 -5
  44. package/lib/utils/index.js +1 -1
  45. package/package.json +3 -3
  46. package/lib/chunk-5EO7V2BN.js.map +0 -1
  47. /package/lib/{chunk-3QOSX5K6.js.map → chunk-54KOE2J4.js.map} +0 -0
  48. /package/lib/{chunk-SPIUVHNN.js.map → chunk-5CGQFN3G.js.map} +0 -0
  49. /package/lib/{chunk-YAZY64UQ.js.map → chunk-C5BM7KOC.js.map} +0 -0
  50. /package/lib/{chunk-ESKOGSTX.js.map → chunk-C6C7LCM2.js.map} +0 -0
  51. /package/lib/{chunk-BJRBF2EM.js.map → chunk-EL2MFWLY.js.map} +0 -0
  52. /package/lib/{chunk-EBUTPBE7.js.map → chunk-GPJB7MBV.js.map} +0 -0
  53. /package/lib/{chunk-CPOWIQVD.js.map → chunk-JZM5B6CK.js.map} +0 -0
  54. /package/lib/{chunk-4R2JDGT2.js.map → chunk-LSJNNDDM.js.map} +0 -0
  55. /package/lib/{chunk-LVZ4YOEW.js.map → chunk-OW234NBN.js.map} +0 -0
  56. /package/lib/{chunk-U3E5ZH2Z.js.map → chunk-RDWMZ3EN.js.map} +0 -0
  57. /package/lib/{chunk-K525F2PX.js.map → chunk-RV6YUANB.js.map} +0 -0
  58. /package/lib/{chunk-LJJUIJIR.js.map → chunk-TQAUDG2X.js.map} +0 -0
  59. /package/lib/{chunk-7XYJZZFQ.js.map → chunk-WUI25JN2.js.map} +0 -0
@@ -5,7 +5,7 @@ import {
5
5
  defaultMoveCoder,
6
6
  defaultMoveCoderForClient,
7
7
  loadAllTypes
8
- } from "./chunk-WBLV5OOV.js";
8
+ } from "./chunk-QKVOWR2Q.js";
9
9
  import {
10
10
  ANY_TYPE,
11
11
  TypeDescriptor
@@ -1794,4 +1794,4 @@ export {
1794
1794
  loadAllTypes2 as loadAllTypes,
1795
1795
  x3_exports
1796
1796
  };
1797
- //# sourceMappingURL=chunk-EBUTPBE7.js.map
1797
+ //# sourceMappingURL=chunk-GPJB7MBV.js.map
@@ -1,7 +1,7 @@
1
1
  import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
2
2
  import {
3
3
  loadAllTypes
4
- } from "./chunk-4R2JDGT2.js";
4
+ } from "./chunk-LSJNNDDM.js";
5
5
  import {
6
6
  IotaBaseProcessor,
7
7
  ZERO_ADDRESS,
@@ -18,11 +18,11 @@ import {
18
18
  transactionArgumentOrPureU64,
19
19
  transactionArgumentOrPureU8,
20
20
  transactionArgumentOrVec
21
- } from "./chunk-YAZY64UQ.js";
21
+ } from "./chunk-C5BM7KOC.js";
22
22
  import {
23
23
  IotaNetwork,
24
24
  Transaction
25
- } from "./chunk-K525F2PX.js";
25
+ } from "./chunk-RV6YUANB.js";
26
26
  import {
27
27
  ANY_TYPE,
28
28
  TypeDescriptor
@@ -18178,4 +18178,4 @@ export {
18178
18178
  loadAllTypes2 as loadAllTypes,
18179
18179
  x2_exports
18180
18180
  };
18181
- //# sourceMappingURL=chunk-CPOWIQVD.js.map
18181
+ //# sourceMappingURL=chunk-JZM5B6CK.js.map
@@ -13,11 +13,11 @@ import {
13
13
  transactionArgumentOrPureU64,
14
14
  transactionArgumentOrPureU8,
15
15
  transactionArgumentOrVec
16
- } from "./chunk-YAZY64UQ.js";
16
+ } from "./chunk-C5BM7KOC.js";
17
17
  import {
18
18
  IotaNetwork,
19
19
  Transaction
20
- } from "./chunk-K525F2PX.js";
20
+ } from "./chunk-RV6YUANB.js";
21
21
  import {
22
22
  ANY_TYPE,
23
23
  TypeDescriptor
@@ -4891,4 +4891,4 @@ export {
4891
4891
  loadAllTypes,
4892
4892
  x1_exports
4893
4893
  };
4894
- //# sourceMappingURL=chunk-4R2JDGT2.js.map
4894
+ //# sourceMappingURL=chunk-LSJNNDDM.js.map
@@ -14,7 +14,7 @@ import {
14
14
  getProcessor,
15
15
  getProvider,
16
16
  transformEtherError
17
- } from "./chunk-5EO7V2BN.js";
17
+ } from "./chunk-FICWN2FU.js";
18
18
  import {
19
19
  __export,
20
20
  __name
@@ -699,4 +699,4 @@ export {
699
699
  mockURILog,
700
700
  erc1155_exports
701
701
  };
702
- //# sourceMappingURL=chunk-LVZ4YOEW.js.map
702
+ //# sourceMappingURL=chunk-OW234NBN.js.map
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-742S42NO.js";
8
8
  import {
9
9
  getPriceByType
10
- } from "./chunk-5EO7V2BN.js";
10
+ } from "./chunk-FICWN2FU.js";
11
11
  import {
12
12
  HandlerRegister,
13
13
  getHandlerName,
@@ -24315,6 +24315,25 @@ var AptosPlugin = class extends Plugin {
24315
24315
  };
24316
24316
  contractConfig.moveCallConfigs.push(functionHandlerConfig);
24317
24317
  }
24318
+ for (const handler of aptosProcessor.transactionIntervalHandlers) {
24319
+ const handlerId = this.handlerRegister.register(handler.handler, chainId);
24320
+ this.partitionManager.registerPartitionHandler(HandlerType.APT_CALL, handlerId, handler.partitionHandler);
24321
+ contractConfig.moveIntervalConfigs.push({
24322
+ intervalConfig: {
24323
+ handlerId,
24324
+ handlerName: handler.handlerName,
24325
+ minutes: 0,
24326
+ minutesInterval: handler.timeIntervalInMinutes,
24327
+ slot: 0,
24328
+ slotInterval: handler.versionInterval,
24329
+ fetchConfig: void 0
24330
+ },
24331
+ ownerType: MoveOwnerType.ADDRESS,
24332
+ fetchConfig: handler.fetchConfig,
24333
+ resourceFetchConfig: void 0,
24334
+ type: ""
24335
+ });
24336
+ }
24318
24337
  config.contractConfigs.push(contractConfig);
24319
24338
  }
24320
24339
  for (const aptosProcessor of AptosProcessorState.INSTANCE.getValues()) {
@@ -24338,25 +24357,6 @@ var AptosPlugin = class extends Plugin {
24338
24357
  includeDeleted: false
24339
24358
  });
24340
24359
  }
24341
- for (const handler of aptosProcessor.transactionIntervalHandlers) {
24342
- const handlerId = this.handlerRegister.register(handler.handler, chainId);
24343
- this.partitionManager.registerPartitionHandler(HandlerType.APT_CALL, handlerId, handler.partitionHandler);
24344
- accountConfig.moveIntervalConfigs.push({
24345
- intervalConfig: {
24346
- handlerId,
24347
- handlerName: handler.handlerName,
24348
- minutes: 0,
24349
- minutesInterval: handler.timeIntervalInMinutes,
24350
- slot: 0,
24351
- slotInterval: handler.versionInterval,
24352
- fetchConfig: void 0
24353
- },
24354
- ownerType: MoveOwnerType.ADDRESS,
24355
- fetchConfig: handler.fetchConfig,
24356
- resourceFetchConfig: void 0,
24357
- type: ""
24358
- });
24359
- }
24360
24360
  config.accountConfigs.push(accountConfig);
24361
24361
  }
24362
24362
  for (const aptosProcessor of AptosResourceProcessorState.INSTANCE.getValues()) {
@@ -40724,4 +40724,4 @@ export {
40724
40724
  @scure/bip32/lib/esm/index.js:
40725
40725
  (*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
40726
40726
  */
40727
- //# sourceMappingURL=chunk-WBLV5OOV.js.map
40727
+ //# sourceMappingURL=chunk-QKVOWR2Q.js.map