@witnet/solidity 3.0.2 → 3.0.3

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 (139) hide show
  1. package/build/contracts/Bech32.json +1 -1
  2. package/build/contracts/Clonable.json +1 -1
  3. package/build/contracts/Context.json +1 -1
  4. package/build/contracts/Create3.json +1 -1
  5. package/build/contracts/ERC165.json +1 -1
  6. package/build/contracts/Escrowable.json +1 -1
  7. package/build/contracts/IChainlinkAggregatorV3.json +1 -1
  8. package/build/contracts/IERC165.json +1 -1
  9. package/build/contracts/IERC20.json +1 -1
  10. package/build/contracts/IERC2362.json +1 -1
  11. package/build/contracts/IPythChainlinkAggregatorV3.json +1 -1
  12. package/build/contracts/IWitAppliance.json +1 -1
  13. package/build/contracts/IWitOracle.json +1 -1
  14. package/build/contracts/IWitOracleAppliance.json +1 -1
  15. package/build/contracts/IWitOracleConsumer.json +1 -1
  16. package/build/contracts/IWitOracleConsumerLegacy.json +1 -1
  17. package/build/contracts/IWitOracleLegacy.json +1 -1
  18. package/build/contracts/IWitOracleQueriable.json +1 -1
  19. package/build/contracts/IWitOracleQueriableConsumer.json +1 -1
  20. package/build/contracts/IWitOracleQueriableEvents.json +1 -1
  21. package/build/contracts/IWitOracleQueriableExperimental.json +1 -1
  22. package/build/contracts/IWitOracleQueriableTrustableReporter.json +1 -1
  23. package/build/contracts/IWitOracleQueriableTrustlessReporter.json +1 -1
  24. package/build/contracts/IWitOracleRadonRegistry.json +1 -1
  25. package/build/contracts/IWitOracleRadonRegistryEvents.json +1 -1
  26. package/build/contracts/IWitOracleRadonRegistryLegacy.json +1 -1
  27. package/build/contracts/IWitOracleRadonRequestFactory.json +1 -1
  28. package/build/contracts/IWitOracleRadonRequestModal.json +1 -1
  29. package/build/contracts/IWitOracleRadonRequestTemplate.json +1 -1
  30. package/build/contracts/IWitOracleRequest.json +1 -1
  31. package/build/contracts/IWitOracleRequestFactory.json +1 -1
  32. package/build/contracts/IWitOracleRequestFactoryEvents.json +1 -1
  33. package/build/contracts/IWitOracleRequestTemplate.json +1 -1
  34. package/build/contracts/IWitOracleTrustableAdmin.json +1 -1
  35. package/build/contracts/IWitOracleTrustless.json +1 -1
  36. package/build/contracts/IWitPriceFeeds.json +1 -1
  37. package/build/contracts/IWitPriceFeedsAdmin.json +1 -1
  38. package/build/contracts/IWitPriceFeedsConsumer.json +1 -1
  39. package/build/contracts/IWitPriceFeedsEvents.json +1 -1
  40. package/build/contracts/IWitPriceFeedsLegacy.json +1 -1
  41. package/build/contracts/IWitPriceFeedsLegacyAdmin.json +1 -1
  42. package/build/contracts/IWitPriceFeedsLegacySolver.json +1 -1
  43. package/build/contracts/IWitPriceFeedsLegacySolverFactory.json +1 -1
  44. package/build/contracts/IWitPriceFeedsTypes.json +1 -1
  45. package/build/contracts/IWitPyth.json +1 -1
  46. package/build/contracts/IWitPythChainlinkAggregator.json +1 -1
  47. package/build/contracts/IWitPythErrors.json +1 -1
  48. package/build/contracts/IWitPythEvents.json +1 -1
  49. package/build/contracts/IWitPythReporter.json +1 -1
  50. package/build/contracts/IWitRandomness.json +1 -1
  51. package/build/contracts/IWitRandomnessAdmin.json +1 -1
  52. package/build/contracts/IWitRandomnessAdminV2.json +1 -1
  53. package/build/contracts/IWitRandomnessConsumer.json +1 -1
  54. package/build/contracts/IWitRandomnessEvents.json +1 -1
  55. package/build/contracts/IWitRandomnessLegacy.json +1 -1
  56. package/build/contracts/IWitRandomnessTypes.json +1 -1
  57. package/build/contracts/Initializable.json +1 -1
  58. package/build/contracts/OVM_GasPriceOracle.json +1 -1
  59. package/build/contracts/Ownable.json +1 -1
  60. package/build/contracts/Ownable2Step.json +1 -1
  61. package/build/contracts/Payable.json +1 -1
  62. package/build/contracts/Proxiable.json +1 -1
  63. package/build/contracts/ReentrancyGuard.json +1 -1
  64. package/build/contracts/Secp256k1.json +1 -1
  65. package/build/contracts/Slices.json +1 -1
  66. package/build/contracts/TestBech32.json +1 -1
  67. package/build/contracts/TestSecp256k1.json +1 -1
  68. package/build/contracts/Upgradeable.json +1 -1
  69. package/build/contracts/UsingWitOracle.json +1 -1
  70. package/build/contracts/UsingWitPriceFeeds.json +1 -1
  71. package/build/contracts/UsingWitRandomness.json +1 -1
  72. package/build/contracts/WitOracle.json +6 -1
  73. package/build/contracts/WitOracleBasePushOnly.json +1 -1
  74. package/build/contracts/WitOracleBasePushOnlyTrustable.json +1 -1
  75. package/build/contracts/WitOracleBasePushOnlyTrustless.json +1 -1
  76. package/build/contracts/WitOracleBasePushOnlyUpgradable.json +1 -1
  77. package/build/contracts/WitOracleBaseQueriable.json +1 -1
  78. package/build/contracts/WitOracleBaseQueriableTrustable.json +1 -1
  79. package/build/contracts/WitOracleBaseQueriableTrustless.json +1 -1
  80. package/build/contracts/WitOracleBaseQueriableUpgradable.json +1 -1
  81. package/build/contracts/WitOracleDataLib.json +127 -1
  82. package/build/contracts/WitOraclePushOnly.json +1 -1
  83. package/build/contracts/WitOracleRadonEncodingLib.json +7 -1
  84. package/build/contracts/WitOracleRadonRegistry.json +6 -1
  85. package/build/contracts/WitOracleRadonRegistryBase.json +1 -1
  86. package/build/contracts/WitOracleRadonRegistryBaseUpgradable.json +1 -1
  87. package/build/contracts/WitOracleRadonRegistryData.json +1 -1
  88. package/build/contracts/WitOracleRadonRegistryDefaultV21.json +1 -1
  89. package/build/contracts/WitOracleRadonRegistryUpgradableDefault.json +8 -1
  90. package/build/contracts/WitOracleRadonRegistryUpgradableNoSha256.json +1 -1
  91. package/build/contracts/WitOracleRadonRegistryUpgradableZkSync.json +1 -1
  92. package/build/contracts/WitOracleRadonRequestFactory.json +6 -1
  93. package/build/contracts/WitOracleRadonRequestFactoryBase.json +1 -1
  94. package/build/contracts/WitOracleRadonRequestFactoryBaseUpgradable.json +1 -1
  95. package/build/contracts/WitOracleRadonRequestFactoryModals.json +6 -1
  96. package/build/contracts/WitOracleRadonRequestFactoryModalsDefault.json +6 -1
  97. package/build/contracts/WitOracleRadonRequestFactoryTemplates.json +6 -1
  98. package/build/contracts/WitOracleRadonRequestFactoryTemplatesDefault.json +6 -1
  99. package/build/contracts/WitOracleRadonRequestFactoryUpgradableConfluxCore.json +1 -1
  100. package/build/contracts/WitOracleRadonRequestFactoryUpgradableDefault.json +6 -1
  101. package/build/contracts/WitOracleResultStatusLib.json +7 -1
  102. package/build/contracts/WitOracleTrustableDefault.json +1 -1
  103. package/build/contracts/WitOracleTrustableExperimental.json +1 -1
  104. package/build/contracts/WitOracleTrustableObscuro.json +131 -2
  105. package/build/contracts/WitOracleTrustableOvm2.json +1 -1
  106. package/build/contracts/WitOracleTrustablePushOnly.json +1 -1
  107. package/build/contracts/WitOracleTrustableReef.json +1 -1
  108. package/build/contracts/WitOracleTrustableZkSync.json +1 -1
  109. package/build/contracts/WitOracleTrustlessDataLib.json +1 -1
  110. package/build/contracts/WitOracleTrustlessDefaultV22.json +1 -1
  111. package/build/contracts/WitOracleTrustlessUpgradableDefault.json +1 -1
  112. package/build/contracts/WitPriceFeeds.json +6 -1
  113. package/build/contracts/WitPriceFeedsDataLib.json +7 -1
  114. package/build/contracts/WitPriceFeedsLegacy.json +6 -1
  115. package/build/contracts/WitPriceFeedsLegacyBypassV3.json +1 -1
  116. package/build/contracts/WitPriceFeedsLegacyDataLib.json +77 -1
  117. package/build/contracts/WitPriceFeedsLegacyUpgradable.json +78 -1
  118. package/build/contracts/WitPriceFeedsSolverBase.json +1 -1
  119. package/build/contracts/WitPriceFeedsUpgradableV3.json +8 -1
  120. package/build/contracts/WitPriceFeedsV3.json +1 -1
  121. package/build/contracts/WitPythChainlinkAggregator.json +1 -1
  122. package/build/contracts/WitRandomness.json +6 -1
  123. package/build/contracts/WitRandomnessLegacy.json +1 -1
  124. package/build/contracts/WitRandomnessV3.json +6 -1
  125. package/build/contracts/WitRngConsumer.json +1 -1
  126. package/build/contracts/Witnet.json +1 -1
  127. package/build/contracts/WitnetBuffer.json +1 -1
  128. package/build/contracts/WitnetCBOR.json +1 -1
  129. package/build/contracts/WitnetDeployer.json +2 -38
  130. package/build/contracts/WitnetDeployerConfluxCore.json +1 -1
  131. package/build/contracts/WitnetDeployerDeferred.json +9 -2
  132. package/build/contracts/WitnetDeployerMeter.json +1 -1
  133. package/build/contracts/WitnetProxy.json +1 -1
  134. package/build/contracts/WitnetUpgradableBase.json +1 -1
  135. package/migrations/addresses.json +13 -1
  136. package/migrations/constructorArgs.json +5 -4
  137. package/package.json +1 -1
  138. package/settings/artifacts.js +1 -0
  139. package/settings/networks.js +2 -2
@@ -1119,7 +1119,7 @@
1119
1119
  },
1120
1120
  "networks": {},
1121
1121
  "schemaVersion": "3.4.16",
1122
- "updatedAt": "2025-10-16T08:47:21.340Z",
1122
+ "updatedAt": "2025-10-16T15:17:06.184Z",
1123
1123
  "devdoc": {
1124
1124
  "details": "Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. The initial owner is specified at deployment time in the constructor for `Ownable`. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).",
1125
1125
  "errors": {
@@ -731,7 +731,7 @@
731
731
  },
732
732
  "networks": {},
733
733
  "schemaVersion": "3.4.16",
734
- "updatedAt": "2025-10-16T08:47:21.342Z",
734
+ "updatedAt": "2025-10-16T15:17:06.185Z",
735
735
  "devdoc": {
736
736
  "kind": "dev",
737
737
  "methods": {},
@@ -581,7 +581,7 @@
581
581
  },
582
582
  "networks": {},
583
583
  "schemaVersion": "3.4.16",
584
- "updatedAt": "2025-10-16T08:47:21.344Z",
584
+ "updatedAt": "2025-10-16T15:17:06.186Z",
585
585
  "devdoc": {
586
586
  "kind": "dev",
587
587
  "methods": {
@@ -748,7 +748,7 @@
748
748
  },
749
749
  "networks": {},
750
750
  "schemaVersion": "3.4.16",
751
- "updatedAt": "2025-10-16T08:47:20.289Z",
751
+ "updatedAt": "2025-10-16T15:17:04.635Z",
752
752
  "devdoc": {
753
753
  "details": "Contract module that helps prevent reentrant calls to a function. Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier available, which can be applied to functions to make sure there are no nested (reentrant) calls to them. Note that because there is a single `nonReentrant` guard, functions marked as `nonReentrant` may not call one another. This can be worked around by making those functions `private`, and then adding `external` `nonReentrant` entry points to them. TIP: If EIP-1153 (transient storage) is available on the chain you're deploying at, consider using {ReentrancyGuardTransient} instead. TIP: If you would like to learn more about reentrancy and alternative ways to protect against it, check out our blog post https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].",
754
754
  "errors": {
@@ -15202,7 +15202,7 @@
15202
15202
  },
15203
15203
  "networks": {},
15204
15204
  "schemaVersion": "3.4.16",
15205
- "updatedAt": "2025-10-16T08:47:21.202Z",
15205
+ "updatedAt": "2025-10-16T15:17:06.032Z",
15206
15206
  "devdoc": {
15207
15207
  "author": "cyphered.eth",
15208
15208
  "details": "Library providing arithmetic operations over signed `secpk256k1` signed message due to recover the signer public key EC point in `Solidity`.",
@@ -25457,7 +25457,7 @@
25457
25457
  },
25458
25458
  "networks": {},
25459
25459
  "schemaVersion": "3.4.16",
25460
- "updatedAt": "2025-10-16T08:47:21.211Z",
25460
+ "updatedAt": "2025-10-16T15:17:06.045Z",
25461
25461
  "devdoc": {
25462
25462
  "kind": "dev",
25463
25463
  "methods": {},
@@ -7426,7 +7426,7 @@
7426
7426
  },
7427
7427
  "networks": {},
7428
7428
  "schemaVersion": "3.4.16",
7429
- "updatedAt": "2025-10-16T08:47:21.325Z",
7429
+ "updatedAt": "2025-10-16T15:17:06.169Z",
7430
7430
  "devdoc": {
7431
7431
  "kind": "dev",
7432
7432
  "methods": {},
@@ -7201,7 +7201,7 @@
7201
7201
  },
7202
7202
  "networks": {},
7203
7203
  "schemaVersion": "3.4.16",
7204
- "updatedAt": "2025-10-16T08:47:21.330Z",
7204
+ "updatedAt": "2025-10-16T15:17:06.173Z",
7205
7205
  "devdoc": {
7206
7206
  "kind": "dev",
7207
7207
  "methods": {},
@@ -1563,7 +1563,7 @@
1563
1563
  },
1564
1564
  "networks": {},
1565
1565
  "schemaVersion": "3.4.16",
1566
- "updatedAt": "2025-10-16T08:47:21.346Z",
1566
+ "updatedAt": "2025-10-16T15:17:06.188Z",
1567
1567
  "devdoc": {
1568
1568
  "errors": {
1569
1569
  "InvalidInitialization()": [
@@ -2437,7 +2437,7 @@
2437
2437
  },
2438
2438
  "networks": {},
2439
2439
  "schemaVersion": "3.4.16",
2440
- "updatedAt": "2025-10-16T08:47:20.296Z",
2440
+ "updatedAt": "2025-10-16T15:17:04.643Z",
2441
2441
  "devdoc": {
2442
2442
  "author": "The Witnet Foundation.",
2443
2443
  "details": "Witnet-aware contracts can inherit from this contract in order to interact with Witnet.",
@@ -643,7 +643,7 @@
643
643
  },
644
644
  "networks": {},
645
645
  "schemaVersion": "3.4.16",
646
- "updatedAt": "2025-10-16T08:47:20.298Z",
646
+ "updatedAt": "2025-10-16T15:17:04.647Z",
647
647
  "devdoc": {
648
648
  "author": "The Witnet Foundation.",
649
649
  "details": "Contracts willing to interact with a WitPriceFeeds appliance, freshly updated by a third-party.",
@@ -2840,7 +2840,7 @@
2840
2840
  },
2841
2841
  "networks": {},
2842
2842
  "schemaVersion": "3.4.16",
2843
- "updatedAt": "2025-10-16T08:47:20.300Z",
2843
+ "updatedAt": "2025-10-16T15:17:04.650Z",
2844
2844
  "devdoc": {
2845
2845
  "kind": "dev",
2846
2846
  "methods": {},
@@ -1787,6 +1787,11 @@
1787
1787
  "links": {},
1788
1788
  "address": "0x77703aE126B971c9946d562F41Dd47071dA00777"
1789
1789
  },
1790
+ "8443": {
1791
+ "events": {},
1792
+ "links": {},
1793
+ "address": "0x77703aE126B971c9946d562F41Dd47071dA00777"
1794
+ },
1790
1795
  "84532": {
1791
1796
  "events": {},
1792
1797
  "links": {},
@@ -1809,7 +1814,7 @@
1809
1814
  }
1810
1815
  },
1811
1816
  "schemaVersion": "3.4.16",
1812
- "updatedAt": "2025-10-16T08:47:20.304Z",
1817
+ "updatedAt": "2025-10-16T15:17:04.654Z",
1813
1818
  "devdoc": {
1814
1819
  "author": "The Witnet Foundation.",
1815
1820
  "kind": "dev",
@@ -1550,7 +1550,7 @@
1550
1550
  },
1551
1551
  "networks": {},
1552
1552
  "schemaVersion": "3.4.16",
1553
- "updatedAt": "2025-10-16T08:47:20.541Z",
1553
+ "updatedAt": "2025-10-16T15:17:05.237Z",
1554
1554
  "devdoc": {
1555
1555
  "author": "The Witnet Foundation",
1556
1556
  "kind": "dev",
@@ -3314,7 +3314,7 @@
3314
3314
  },
3315
3315
  "networks": {},
3316
3316
  "schemaVersion": "3.4.16",
3317
- "updatedAt": "2025-10-16T08:47:20.543Z",
3317
+ "updatedAt": "2025-10-16T15:17:05.240Z",
3318
3318
  "devdoc": {
3319
3319
  "author": "The Witnet Foundation",
3320
3320
  "errors": {
@@ -4430,7 +4430,7 @@
4430
4430
  },
4431
4431
  "networks": {},
4432
4432
  "schemaVersion": "3.4.16",
4433
- "updatedAt": "2025-10-16T08:47:20.547Z",
4433
+ "updatedAt": "2025-10-16T15:17:05.244Z",
4434
4434
  "devdoc": {
4435
4435
  "author": "The Witnet Foundation",
4436
4436
  "kind": "dev",
@@ -2583,7 +2583,7 @@
2583
2583
  },
2584
2584
  "networks": {},
2585
2585
  "schemaVersion": "3.4.16",
2586
- "updatedAt": "2025-10-16T08:47:20.551Z",
2586
+ "updatedAt": "2025-10-16T15:17:05.249Z",
2587
2587
  "devdoc": {
2588
2588
  "author": "The Witnet Foundation",
2589
2589
  "errors": {
@@ -14474,7 +14474,7 @@
14474
14474
  },
14475
14475
  "networks": {},
14476
14476
  "schemaVersion": "3.4.16",
14477
- "updatedAt": "2025-10-16T08:47:20.557Z",
14477
+ "updatedAt": "2025-10-16T15:17:05.257Z",
14478
14478
  "devdoc": {
14479
14479
  "author": "The Witnet Foundation",
14480
14480
  "kind": "dev",
@@ -22398,7 +22398,7 @@
22398
22398
  },
22399
22399
  "networks": {},
22400
22400
  "schemaVersion": "3.4.16",
22401
- "updatedAt": "2025-10-16T08:47:20.569Z",
22401
+ "updatedAt": "2025-10-16T15:17:05.270Z",
22402
22402
  "devdoc": {
22403
22403
  "author": "The Witnet Foundation",
22404
22404
  "errors": {
@@ -15419,7 +15419,7 @@
15419
15419
  },
15420
15420
  "networks": {},
15421
15421
  "schemaVersion": "3.4.16",
15422
- "updatedAt": "2025-10-16T08:47:20.583Z",
15422
+ "updatedAt": "2025-10-16T15:17:05.284Z",
15423
15423
  "devdoc": {
15424
15424
  "author": "The Witnet Foundation",
15425
15425
  "kind": "dev",
@@ -4003,7 +4003,7 @@
4003
4003
  },
4004
4004
  "networks": {},
4005
4005
  "schemaVersion": "3.4.16",
4006
- "updatedAt": "2025-10-16T08:47:20.590Z",
4006
+ "updatedAt": "2025-10-16T15:17:05.291Z",
4007
4007
  "devdoc": {
4008
4008
  "author": "The Witnet Foundation",
4009
4009
  "errors": {
@@ -61145,6 +61145,132 @@
61145
61145
  "address": "0xce66333c9D7BE37D61d3c5b57D6D41ff082Ca92f",
61146
61146
  "transactionHash": "0x8a762ad57318fcdb189efff30ef577d6139c895b3c135e02a89813b85c24149c"
61147
61147
  },
61148
+ "8443": {
61149
+ "events": {
61150
+ "0x4d570ee36dec878006609360d34ac8d6a0b68d521871ae15a407b6340877ca01": {
61151
+ "anonymous": false,
61152
+ "inputs": [
61153
+ {
61154
+ "indexed": false,
61155
+ "internalType": "address[]",
61156
+ "name": "reporters",
61157
+ "type": "address[]"
61158
+ }
61159
+ ],
61160
+ "name": "ReportersSet",
61161
+ "type": "event"
61162
+ },
61163
+ "0x646436560d9757cb3c0f01da0f62642c6040b00c9a80685f94ef1a7725cad5f1": {
61164
+ "anonymous": false,
61165
+ "inputs": [
61166
+ {
61167
+ "indexed": false,
61168
+ "internalType": "address[]",
61169
+ "name": "reporters",
61170
+ "type": "address[]"
61171
+ }
61172
+ ],
61173
+ "name": "ReportersUnset",
61174
+ "type": "event"
61175
+ },
61176
+ "0xdad34843fe0bb0a9944d07fad791384dd3727bfeb7f286a0f424120018e1057c": {
61177
+ "anonymous": false,
61178
+ "inputs": [
61179
+ {
61180
+ "indexed": false,
61181
+ "internalType": "Witnet.QueryId",
61182
+ "name": "queryId",
61183
+ "type": "uint64"
61184
+ },
61185
+ {
61186
+ "indexed": false,
61187
+ "internalType": "uint256",
61188
+ "name": "evmGasPrice",
61189
+ "type": "uint256"
61190
+ }
61191
+ ],
61192
+ "name": "WitOracleQueryReport",
61193
+ "type": "event"
61194
+ },
61195
+ "0x6c796d02cda250b2df8ffb41596f8c9bd3de98cec4082fca7bddbfdf87500641": {
61196
+ "anonymous": false,
61197
+ "inputs": [
61198
+ {
61199
+ "indexed": false,
61200
+ "internalType": "Witnet.QueryId",
61201
+ "name": "queryId",
61202
+ "type": "uint64"
61203
+ },
61204
+ {
61205
+ "indexed": false,
61206
+ "internalType": "address",
61207
+ "name": "evmConsumer",
61208
+ "type": "address"
61209
+ },
61210
+ {
61211
+ "indexed": false,
61212
+ "internalType": "uint256",
61213
+ "name": "evmGasPrice",
61214
+ "type": "uint256"
61215
+ },
61216
+ {
61217
+ "indexed": false,
61218
+ "internalType": "uint256",
61219
+ "name": "evmCallbackGas",
61220
+ "type": "uint256"
61221
+ }
61222
+ ],
61223
+ "name": "WitOracleQueryReportDelivery",
61224
+ "type": "event"
61225
+ },
61226
+ "0x09fcb062eea311bee472ba4446b2fd5ef38dbfbb7aefe922398b05776a86e48e": {
61227
+ "anonymous": false,
61228
+ "inputs": [
61229
+ {
61230
+ "indexed": false,
61231
+ "internalType": "Witnet.QueryId",
61232
+ "name": "queryId",
61233
+ "type": "uint64"
61234
+ },
61235
+ {
61236
+ "indexed": false,
61237
+ "internalType": "address",
61238
+ "name": "evmConsumer",
61239
+ "type": "address"
61240
+ },
61241
+ {
61242
+ "indexed": false,
61243
+ "internalType": "uint256",
61244
+ "name": "evmGasPrice",
61245
+ "type": "uint256"
61246
+ },
61247
+ {
61248
+ "indexed": false,
61249
+ "internalType": "uint256",
61250
+ "name": "evmCallbackActualGas",
61251
+ "type": "uint256"
61252
+ },
61253
+ {
61254
+ "indexed": false,
61255
+ "internalType": "string",
61256
+ "name": "evmCallbackRevertReason",
61257
+ "type": "string"
61258
+ },
61259
+ {
61260
+ "indexed": false,
61261
+ "internalType": "bytes",
61262
+ "name": "resultCborBytes",
61263
+ "type": "bytes"
61264
+ }
61265
+ ],
61266
+ "name": "WitOracleResportDeliveryFailed",
61267
+ "type": "event"
61268
+ }
61269
+ },
61270
+ "links": {},
61271
+ "address": "0xf6d52770453166de85B6B6260Cf22196bC460E88",
61272
+ "transactionHash": "0xf3c21329519fa0874ad6cb963728c0a44ecdb4b463ce9a2377e1c917ecc015ab"
61273
+ },
61148
61274
  "84532": {
61149
61275
  "events": {
61150
61276
  "0x4d570ee36dec878006609360d34ac8d6a0b68d521871ae15a407b6340877ca01": {
@@ -61650,7 +61776,7 @@
61650
61776
  }
61651
61777
  },
61652
61778
  "schemaVersion": "3.4.16",
61653
- "updatedAt": "2025-10-16T08:47:21.009Z",
61779
+ "updatedAt": "2025-10-16T15:17:05.802Z",
61654
61780
  "devdoc": {
61655
61781
  "author": "The Witnet Foundation.",
61656
61782
  "kind": "dev",
@@ -720,7 +720,7 @@
720
720
  },
721
721
  "networks": {},
722
722
  "schemaVersion": "3.4.16",
723
- "updatedAt": "2025-10-16T08:47:20.306Z",
723
+ "updatedAt": "2025-10-16T15:17:04.657Z",
724
724
  "devdoc": {
725
725
  "author": "The Witnet Foundation.",
726
726
  "kind": "dev",
@@ -59667,6 +59667,12 @@
59667
59667
  "address": "0x65772461641A4A6E8B10c81bae1a132E04e77262",
59668
59668
  "transactionHash": "0xc3657349ebab125ddcc8d3b0f3c0314d1935e14b1dd9180a062cbabdddedd4df"
59669
59669
  },
59670
+ "8443": {
59671
+ "events": {},
59672
+ "links": {},
59673
+ "address": "0xB5447342cA17A40e59d410b340ba412E22e36201",
59674
+ "transactionHash": "0xfa3f092dbd3effba0b83440d4d0a58c03dda8722e9347a45931c6b1a9888d2c1"
59675
+ },
59670
59676
  "84532": {
59671
59677
  "events": {},
59672
59678
  "links": {},
@@ -59692,7 +59698,7 @@
59692
59698
  }
59693
59699
  },
59694
59700
  "schemaVersion": "3.4.16",
59695
- "updatedAt": "2025-10-16T08:47:21.236Z",
59701
+ "updatedAt": "2025-10-16T15:17:06.076Z",
59696
59702
  "devdoc": {
59697
59703
  "author": "The Witnet Foundation.",
59698
59704
  "kind": "dev",
@@ -1258,6 +1258,11 @@
1258
1258
  "links": {},
1259
1259
  "address": "0x000B61Fe075F545fd37767f40391658275900000"
1260
1260
  },
1261
+ "8443": {
1262
+ "events": {},
1263
+ "links": {},
1264
+ "address": "0x000B61Fe075F545fd37767f40391658275900000"
1265
+ },
1261
1266
  "84532": {
1262
1267
  "events": {},
1263
1268
  "links": {},
@@ -1280,7 +1285,7 @@
1280
1285
  }
1281
1286
  },
1282
1287
  "schemaVersion": "3.4.16",
1283
- "updatedAt": "2025-10-16T08:47:20.309Z",
1288
+ "updatedAt": "2025-10-16T15:17:04.660Z",
1284
1289
  "devdoc": {
1285
1290
  "kind": "dev",
1286
1291
  "methods": {
@@ -21095,7 +21095,7 @@
21095
21095
  },
21096
21096
  "networks": {},
21097
21097
  "schemaVersion": "3.4.16",
21098
- "updatedAt": "2025-10-16T08:47:20.597Z",
21098
+ "updatedAt": "2025-10-16T15:17:05.302Z",
21099
21099
  "devdoc": {
21100
21100
  "author": "The Witnet Foundation",
21101
21101
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -2991,7 +2991,7 @@
2991
2991
  },
2992
2992
  "networks": {},
2993
2993
  "schemaVersion": "3.4.16",
2994
- "updatedAt": "2025-10-16T08:47:20.604Z",
2994
+ "updatedAt": "2025-10-16T15:17:05.311Z",
2995
2995
  "devdoc": {
2996
2996
  "author": "The Witnet Foundation",
2997
2997
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -1813,7 +1813,7 @@
1813
1813
  },
1814
1814
  "networks": {},
1815
1815
  "schemaVersion": "3.4.16",
1816
- "updatedAt": "2025-10-16T08:47:21.026Z",
1816
+ "updatedAt": "2025-10-16T15:17:05.821Z",
1817
1817
  "devdoc": {
1818
1818
  "author": "The Witnet Foundation.",
1819
1819
  "kind": "dev",
@@ -43640,7 +43640,7 @@
43640
43640
  },
43641
43641
  "networks": {},
43642
43642
  "schemaVersion": "3.4.16",
43643
- "updatedAt": "2025-10-16T08:47:20.813Z",
43643
+ "updatedAt": "2025-10-16T15:17:05.582Z",
43644
43644
  "devdoc": {
43645
43645
  "author": "The Witnet Foundation",
43646
43646
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -47354,6 +47354,13 @@
47354
47354
  },
47355
47355
  "address": "0xbd776a2bD53b8D25628702951B60c337Ca4807A8"
47356
47356
  },
47357
+ "8443": {
47358
+ "events": {},
47359
+ "links": {
47360
+ "WitOracleRadonEncodingLib": "0xB5447342cA17A40e59d410b340ba412E22e36201"
47361
+ },
47362
+ "address": "0xb54cE2c6Eae21948926cc9FFF2b51F9962864EaC"
47363
+ },
47357
47364
  "84532": {
47358
47365
  "events": {},
47359
47366
  "links": {
@@ -47384,7 +47391,7 @@
47384
47391
  }
47385
47392
  },
47386
47393
  "schemaVersion": "3.4.16",
47387
- "updatedAt": "2025-10-16T08:47:20.888Z",
47394
+ "updatedAt": "2025-10-16T15:17:05.658Z",
47388
47395
  "devdoc": {
47389
47396
  "author": "The Witnet Foundation",
47390
47397
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -47477,7 +47477,7 @@
47477
47477
  },
47478
47478
  "networks": {},
47479
47479
  "schemaVersion": "3.4.16",
47480
- "updatedAt": "2025-10-16T08:47:20.907Z",
47480
+ "updatedAt": "2025-10-16T15:17:05.682Z",
47481
47481
  "devdoc": {
47482
47482
  "errors": {
47483
47483
  "InvalidInitialization()": [
@@ -46966,7 +46966,7 @@
46966
46966
  },
46967
46967
  "networks": {},
46968
46968
  "schemaVersion": "3.4.16",
46969
- "updatedAt": "2025-10-16T08:47:20.927Z",
46969
+ "updatedAt": "2025-10-16T15:17:05.710Z",
46970
46970
  "devdoc": {
46971
46971
  "author": "The Witnet Foundation",
46972
46972
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -730,6 +730,11 @@
730
730
  "links": {},
731
731
  "address": "0x000FF9f888B1415Da64cc985f775380a94b40000"
732
732
  },
733
+ "8443": {
734
+ "events": {},
735
+ "links": {},
736
+ "address": "0x000FF9f888B1415Da64cc985f775380a94b40000"
737
+ },
733
738
  "84532": {
734
739
  "events": {},
735
740
  "links": {},
@@ -752,7 +757,7 @@
752
757
  }
753
758
  },
754
759
  "schemaVersion": "3.4.16",
755
- "updatedAt": "2025-10-16T08:47:20.311Z",
760
+ "updatedAt": "2025-10-16T15:17:04.663Z",
756
761
  "devdoc": {
757
762
  "kind": "dev",
758
763
  "methods": {},
@@ -4757,7 +4757,7 @@
4757
4757
  },
4758
4758
  "networks": {},
4759
4759
  "schemaVersion": "3.4.16",
4760
- "updatedAt": "2025-10-16T08:47:20.608Z",
4760
+ "updatedAt": "2025-10-16T15:17:05.317Z",
4761
4761
  "devdoc": {
4762
4762
  "kind": "dev",
4763
4763
  "methods": {},
@@ -1589,7 +1589,7 @@
1589
1589
  },
1590
1590
  "networks": {},
1591
1591
  "schemaVersion": "3.4.16",
1592
- "updatedAt": "2025-10-16T08:47:20.612Z",
1592
+ "updatedAt": "2025-10-16T15:17:05.321Z",
1593
1593
  "devdoc": {
1594
1594
  "author": "The Witnet Foundation",
1595
1595
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -6248,6 +6248,11 @@
6248
6248
  "links": {},
6249
6249
  "address": "0xD28237c5d7C8C386377A13e6661642294657F35e"
6250
6250
  },
6251
+ "8443": {
6252
+ "events": {},
6253
+ "links": {},
6254
+ "address": "0xffC4147d7b973B1766FB335bC847C7288c4365ff"
6255
+ },
6251
6256
  "11142220": {
6252
6257
  "events": {},
6253
6258
  "links": {},
@@ -6260,7 +6265,7 @@
6260
6265
  }
6261
6266
  },
6262
6267
  "schemaVersion": "3.4.16",
6263
- "updatedAt": "2025-10-16T08:47:20.615Z",
6268
+ "updatedAt": "2025-10-16T15:17:05.327Z",
6264
6269
  "devdoc": {
6265
6270
  "errors": {
6266
6271
  "InvalidInitialization()": [
@@ -25318,6 +25318,11 @@
25318
25318
  "links": {},
25319
25319
  "address": "0xff7B32870b35259212bc103c79380E03786588ff"
25320
25320
  },
25321
+ "8443": {
25322
+ "events": {},
25323
+ "links": {},
25324
+ "address": "0xffC4147d7b973B1766FB335bC847C7288c4365ff"
25325
+ },
25321
25326
  "11142220": {
25322
25327
  "events": {},
25323
25328
  "links": {},
@@ -25330,7 +25335,7 @@
25330
25335
  }
25331
25336
  },
25332
25337
  "schemaVersion": "3.4.16",
25333
- "updatedAt": "2025-10-16T08:47:20.830Z",
25338
+ "updatedAt": "2025-10-16T15:17:05.599Z",
25334
25339
  "devdoc": {
25335
25340
  "author": "The Witnet Foundation",
25336
25341
  "errors": {
@@ -6485,6 +6485,11 @@
6485
6485
  "links": {},
6486
6486
  "address": "0x300c8ccc9526495BB7e5911105f0663Cb4c3a137"
6487
6487
  },
6488
+ "8443": {
6489
+ "events": {},
6490
+ "links": {},
6491
+ "address": "0xFF5ad05D038fcc04354B2fca1fb657eA345594FF"
6492
+ },
6488
6493
  "11142220": {
6489
6494
  "events": {},
6490
6495
  "links": {},
@@ -6497,7 +6502,7 @@
6497
6502
  }
6498
6503
  },
6499
6504
  "schemaVersion": "3.4.16",
6500
- "updatedAt": "2025-10-16T08:47:20.620Z",
6505
+ "updatedAt": "2025-10-16T15:17:05.335Z",
6501
6506
  "devdoc": {
6502
6507
  "errors": {
6503
6508
  "InvalidInitialization()": [
@@ -25355,6 +25355,11 @@
25355
25355
  "links": {},
25356
25356
  "address": "0x300c8ccc9526495BB7e5911105f0663Cb4c3a137"
25357
25357
  },
25358
+ "8443": {
25359
+ "events": {},
25360
+ "links": {},
25361
+ "address": "0xFF5ad05D038fcc04354B2fca1fb657eA345594FF"
25362
+ },
25358
25363
  "11142220": {
25359
25364
  "events": {},
25360
25365
  "links": {},
@@ -25367,7 +25372,7 @@
25367
25372
  }
25368
25373
  },
25369
25374
  "schemaVersion": "3.4.16",
25370
- "updatedAt": "2025-10-16T08:47:20.843Z",
25375
+ "updatedAt": "2025-10-16T15:17:05.611Z",
25371
25376
  "devdoc": {
25372
25377
  "author": "The Witnet Foundation",
25373
25378
  "errors": {