@etherisc/gif-next 0.0.2-5550ced-697 → 0.0.2-55f07a6-073

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 (146) hide show
  1. package/artifacts/contracts/components/Component.sol/Component.dbg.json +1 -1
  2. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
  3. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +1 -1
  4. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  5. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  6. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -102
  7. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  8. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  9. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -102
  10. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  11. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +1 -1
  12. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +1 -1
  13. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +1 -1
  14. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +1 -1
  15. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +1 -1
  16. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +1 -1
  17. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +1 -1
  18. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +1 -1
  19. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +1 -1
  20. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +1 -1
  21. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +1 -1
  22. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +1 -1
  23. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +1 -1
  24. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +1 -1
  25. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +1 -1
  26. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +1 -1
  27. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +1 -1
  28. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +1 -1
  29. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +1 -1
  30. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +1 -1
  31. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  32. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +1 -1
  33. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  34. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  35. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +21 -0
  36. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  37. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  38. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  39. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  40. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +151 -61
  41. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  42. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +20 -20
  43. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +1 -1
  44. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +1 -1
  45. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  46. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  47. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  48. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  49. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  50. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  51. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  52. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  53. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  54. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  55. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  56. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +1 -1
  57. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +2 -2
  58. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  59. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +2 -2
  60. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +16 -16
  62. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  63. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +9 -9
  64. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +1 -1
  65. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  66. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  67. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  68. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  69. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +1 -1
  70. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +2 -2
  71. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  72. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +2 -2
  73. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
  74. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +16 -16
  75. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  76. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +9 -9
  77. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
  78. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +4 -4
  79. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
  80. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +3 -3
  81. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  82. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  83. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  84. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  85. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  86. package/artifacts/contracts/registry/Registry.sol/Registry.json +2 -2
  87. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +1 -1
  88. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +2 -2
  89. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  90. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
  91. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  92. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +2 -2
  93. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
  94. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +2 -2
  95. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  96. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
  97. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  98. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  99. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  100. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  101. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  102. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  103. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  104. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  105. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  106. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  107. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  108. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  109. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  110. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  111. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  112. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  113. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  114. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  115. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  116. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  117. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  118. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  119. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  120. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  121. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  122. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  123. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  124. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  125. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
  126. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  127. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
  128. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
  129. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  130. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  131. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  132. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
  133. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
  134. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  135. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  136. package/contracts/components/Component.sol +0 -22
  137. package/contracts/components/Distribution.sol +15 -5
  138. package/contracts/components/IPoolComponent.sol +0 -19
  139. package/contracts/components/Pool.sol +15 -46
  140. package/contracts/components/Product.sol +11 -2
  141. package/contracts/instance/IInstanceService.sol +1 -0
  142. package/contracts/instance/InstanceService.sol +74 -3
  143. package/contracts/instance/service/DistributionService.sol +2 -2
  144. package/contracts/instance/service/PoolService.sol +2 -1
  145. package/contracts/instance/service/ProductService.sol +2 -1
  146. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -226,52 +226,6 @@
226
226
  "name": "LogUnderwrittenByPool",
227
227
  "type": "event"
228
228
  },
229
- {
230
- "inputs": [
231
- {
232
- "components": [
233
- {
234
- "internalType": "UFixed",
235
- "name": "fractionalFee",
236
- "type": "uint256"
237
- },
238
- {
239
- "internalType": "uint256",
240
- "name": "fixedFee",
241
- "type": "uint256"
242
- }
243
- ],
244
- "internalType": "struct Fee",
245
- "name": "fee",
246
- "type": "tuple"
247
- },
248
- {
249
- "internalType": "uint256",
250
- "name": "initialAmount",
251
- "type": "uint256"
252
- },
253
- {
254
- "internalType": "uint256",
255
- "name": "lifetime",
256
- "type": "uint256"
257
- },
258
- {
259
- "internalType": "bytes",
260
- "name": "filter",
261
- "type": "bytes"
262
- }
263
- ],
264
- "name": "createBundle",
265
- "outputs": [
266
- {
267
- "internalType": "NftId",
268
- "name": "bundleNftId",
269
- "type": "uint96"
270
- }
271
- ],
272
- "stateMutability": "nonpayable",
273
- "type": "function"
274
- },
275
229
  {
276
230
  "inputs": [],
277
231
  "name": "getCollateralizationLevel",
@@ -588,19 +542,6 @@
588
542
  "stateMutability": "nonpayable",
589
543
  "type": "function"
590
544
  },
591
- {
592
- "inputs": [
593
- {
594
- "internalType": "NftId",
595
- "name": "bundleNftId",
596
- "type": "uint96"
597
- }
598
- ],
599
- "name": "lockBundle",
600
- "outputs": [],
601
- "stateMutability": "nonpayable",
602
- "type": "function"
603
- },
604
545
  {
605
546
  "inputs": [
606
547
  {
@@ -625,36 +566,6 @@
625
566
  "stateMutability": "view",
626
567
  "type": "function"
627
568
  },
628
- {
629
- "inputs": [
630
- {
631
- "internalType": "NftId",
632
- "name": "policyNftId",
633
- "type": "uint96"
634
- },
635
- {
636
- "components": [
637
- {
638
- "internalType": "UFixed",
639
- "name": "fractionalFee",
640
- "type": "uint256"
641
- },
642
- {
643
- "internalType": "uint256",
644
- "name": "fixedFee",
645
- "type": "uint256"
646
- }
647
- ],
648
- "internalType": "struct Fee",
649
- "name": "fee",
650
- "type": "tuple"
651
- }
652
- ],
653
- "name": "setBundleFee",
654
- "outputs": [],
655
- "stateMutability": "nonpayable",
656
- "type": "function"
657
- },
658
569
  {
659
570
  "inputs": [
660
571
  {
@@ -793,19 +704,6 @@
793
704
  "outputs": [],
794
705
  "stateMutability": "nonpayable",
795
706
  "type": "function"
796
- },
797
- {
798
- "inputs": [
799
- {
800
- "internalType": "NftId",
801
- "name": "bundleNftId",
802
- "type": "uint96"
803
- }
804
- ],
805
- "name": "unlockBundle",
806
- "outputs": [],
807
- "stateMutability": "nonpayable",
808
- "type": "function"
809
707
  }
810
708
  ],
811
709
  "bytecode": "0x",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -388,52 +388,6 @@
388
388
  "stateMutability": "view",
389
389
  "type": "function"
390
390
  },
391
- {
392
- "inputs": [
393
- {
394
- "components": [
395
- {
396
- "internalType": "UFixed",
397
- "name": "fractionalFee",
398
- "type": "uint256"
399
- },
400
- {
401
- "internalType": "uint256",
402
- "name": "fixedFee",
403
- "type": "uint256"
404
- }
405
- ],
406
- "internalType": "struct Fee",
407
- "name": "fee",
408
- "type": "tuple"
409
- },
410
- {
411
- "internalType": "uint256",
412
- "name": "initialAmount",
413
- "type": "uint256"
414
- },
415
- {
416
- "internalType": "uint256",
417
- "name": "lifetime",
418
- "type": "uint256"
419
- },
420
- {
421
- "internalType": "bytes",
422
- "name": "filter",
423
- "type": "bytes"
424
- }
425
- ],
426
- "name": "createBundle",
427
- "outputs": [
428
- {
429
- "internalType": "NftId",
430
- "name": "bundleNftId",
431
- "type": "uint96"
432
- }
433
- ],
434
- "stateMutability": "nonpayable",
435
- "type": "function"
436
- },
437
391
  {
438
392
  "inputs": [],
439
393
  "name": "getCollateralizationLevel",
@@ -776,19 +730,6 @@
776
730
  "stateMutability": "nonpayable",
777
731
  "type": "function"
778
732
  },
779
- {
780
- "inputs": [
781
- {
782
- "internalType": "NftId",
783
- "name": "bundleNftId",
784
- "type": "uint96"
785
- }
786
- ],
787
- "name": "lockBundle",
788
- "outputs": [],
789
- "stateMutability": "nonpayable",
790
- "type": "function"
791
- },
792
733
  {
793
734
  "inputs": [
794
735
  {
@@ -826,36 +767,6 @@
826
767
  "stateMutability": "nonpayable",
827
768
  "type": "function"
828
769
  },
829
- {
830
- "inputs": [
831
- {
832
- "internalType": "NftId",
833
- "name": "bundleNftId",
834
- "type": "uint96"
835
- },
836
- {
837
- "components": [
838
- {
839
- "internalType": "UFixed",
840
- "name": "fractionalFee",
841
- "type": "uint256"
842
- },
843
- {
844
- "internalType": "uint256",
845
- "name": "fixedFee",
846
- "type": "uint256"
847
- }
848
- ],
849
- "internalType": "struct Fee",
850
- "name": "fee",
851
- "type": "tuple"
852
- }
853
- ],
854
- "name": "setBundleFee",
855
- "outputs": [],
856
- "stateMutability": "nonpayable",
857
- "type": "function"
858
- },
859
770
  {
860
771
  "inputs": [
861
772
  {
@@ -994,19 +905,6 @@
994
905
  "outputs": [],
995
906
  "stateMutability": "nonpayable",
996
907
  "type": "function"
997
- },
998
- {
999
- "inputs": [
1000
- {
1001
- "internalType": "NftId",
1002
- "name": "bundleNftId",
1003
- "type": "uint96"
1004
- }
1005
- ],
1006
- "name": "unlockBundle",
1007
- "outputs": [],
1008
- "stateMutability": "nonpayable",
1009
- "type": "function"
1010
908
  }
1011
909
  ],
1012
910
  "bytecode": "0x",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -41,6 +41,27 @@
41
41
  "name": "ErrorInstanceServiceComponentNotRegistered",
42
42
  "type": "error"
43
43
  },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "componentAddress",
49
+ "type": "address"
50
+ },
51
+ {
52
+ "internalType": "ObjectType",
53
+ "name": "expectedType",
54
+ "type": "uint8"
55
+ },
56
+ {
57
+ "internalType": "ObjectType",
58
+ "name": "componentType",
59
+ "type": "uint8"
60
+ }
61
+ ],
62
+ "name": "ErrorInstanceServiceInvalidComponentType",
63
+ "type": "error"
64
+ },
44
65
  {
45
66
  "inputs": [
46
67
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e7766abe563f16f0a9f9fff9f9df05c0.json"
3
+ "buildInfo": "../../../build-info/48cfd1681999c5c2e2d70537a45818a3.json"
4
4
  }