@witnet/solidity 3.0.6 → 3.0.8

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 (142) 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 +13 -2
  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 +254 -2
  82. package/build/contracts/WitOraclePushOnly.json +1 -1
  83. package/build/contracts/WitOracleRadonEncodingLib.json +14 -2
  84. package/build/contracts/WitOracleRadonRegistry.json +13 -2
  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 +10 -2
  90. package/build/contracts/WitOracleRadonRegistryUpgradableNoSha256.json +10 -2
  91. package/build/contracts/WitOracleRadonRegistryUpgradableZkSync.json +1 -1
  92. package/build/contracts/WitOracleRadonRequestFactory.json +13 -2
  93. package/build/contracts/WitOracleRadonRequestFactoryBase.json +1 -1
  94. package/build/contracts/WitOracleRadonRequestFactoryBaseUpgradable.json +1 -1
  95. package/build/contracts/WitOracleRadonRequestFactoryModals.json +13 -2
  96. package/build/contracts/WitOracleRadonRequestFactoryModalsDefault.json +23 -2
  97. package/build/contracts/WitOracleRadonRequestFactoryTemplates.json +13 -2
  98. package/build/contracts/WitOracleRadonRequestFactoryTemplatesDefault.json +33 -2
  99. package/build/contracts/WitOracleRadonRequestFactoryUpgradableConfluxCore.json +1 -1
  100. package/build/contracts/WitOracleRadonRequestFactoryUpgradableDefault.json +13 -2
  101. package/build/contracts/WitOracleResultStatusLib.json +14 -2
  102. package/build/contracts/WitOracleTrustableDefault.json +259 -2
  103. package/build/contracts/WitOracleTrustableExperimental.json +1 -1
  104. package/build/contracts/WitOracleTrustableObscuro.json +1 -1
  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 +13 -2
  113. package/build/contracts/WitPriceFeedsDataLib.json +14 -2
  114. package/build/contracts/WitPriceFeedsLegacy.json +13 -2
  115. package/build/contracts/WitPriceFeedsLegacyDataLib.json +154 -2
  116. package/build/contracts/WitPriceFeedsLegacyUpgradable.json +80 -2
  117. package/build/contracts/WitPriceFeedsLegacyUpgradableBypass.json +80 -2
  118. package/build/contracts/WitPriceFeedsSolverBase.json +1 -1
  119. package/build/contracts/WitPriceFeedsV3.json +1 -1
  120. package/build/contracts/WitPriceFeedsV3Upgradable.json +17 -2
  121. package/build/contracts/WitPythChainlinkAggregator.json +1 -1
  122. package/build/contracts/WitRandomness.json +8 -2
  123. package/build/contracts/WitRandomnessLegacy.json +1 -1
  124. package/build/contracts/WitRandomnessV3.json +8 -2
  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 +13 -2
  130. package/build/contracts/WitnetDeployerConfluxCore.json +1 -1
  131. package/build/contracts/WitnetDeployerDeferred.json +1 -1
  132. package/build/contracts/WitnetDeployerMeter.json +1 -1
  133. package/build/contracts/WitnetProxy.json +9 -2
  134. package/build/contracts/WitnetUpgradableBase.json +1 -1
  135. package/dist/migrations/addresses.json +16 -1
  136. package/dist/migrations/constructorArgs.json +7 -0
  137. package/dist/migrations/settings/networks.js +2 -2
  138. package/migrations/addresses.json +509 -0
  139. package/migrations/constructorArgs.json +317 -0
  140. package/migrations/settings/artifacts.js +84 -0
  141. package/package.json +3 -1
  142. package/scripts/verify-truffle.cjs +2 -2
@@ -43397,9 +43397,161 @@
43397
43397
  "name": "solc",
43398
43398
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
43399
43399
  },
43400
- "networks": {},
43400
+ "networks": {
43401
+ "534351": {
43402
+ "events": {
43403
+ "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
43404
+ "anonymous": false,
43405
+ "inputs": [
43406
+ {
43407
+ "indexed": false,
43408
+ "internalType": "string",
43409
+ "name": "caption",
43410
+ "type": "string"
43411
+ },
43412
+ {
43413
+ "indexed": false,
43414
+ "internalType": "bytes4",
43415
+ "name": "feedId",
43416
+ "type": "bytes4"
43417
+ }
43418
+ ],
43419
+ "name": "WitFeedDeleted",
43420
+ "type": "event"
43421
+ },
43422
+ "0x56660980158f15674b73c4dcec7f3314e2500517420e16306c40a07dad09f101": {
43423
+ "anonymous": false,
43424
+ "inputs": [
43425
+ {
43426
+ "indexed": false,
43427
+ "internalType": "string",
43428
+ "name": "caption",
43429
+ "type": "string"
43430
+ },
43431
+ {
43432
+ "indexed": false,
43433
+ "internalType": "bytes4",
43434
+ "name": "feedId",
43435
+ "type": "bytes4"
43436
+ },
43437
+ {
43438
+ "indexed": false,
43439
+ "internalType": "bytes32",
43440
+ "name": "radHash",
43441
+ "type": "bytes32"
43442
+ }
43443
+ ],
43444
+ "name": "WitFeedSettled",
43445
+ "type": "event"
43446
+ },
43447
+ "0x286a3bf658fa39c74919afa81990860b8526693c9e7de41f8160a973a5c6d052": {
43448
+ "anonymous": false,
43449
+ "inputs": [
43450
+ {
43451
+ "indexed": false,
43452
+ "internalType": "string",
43453
+ "name": "caption",
43454
+ "type": "string"
43455
+ },
43456
+ {
43457
+ "indexed": false,
43458
+ "internalType": "bytes4",
43459
+ "name": "feedId",
43460
+ "type": "bytes4"
43461
+ },
43462
+ {
43463
+ "indexed": false,
43464
+ "internalType": "address",
43465
+ "name": "solver",
43466
+ "type": "address"
43467
+ }
43468
+ ],
43469
+ "name": "WitFeedSolverSettled",
43470
+ "type": "event"
43471
+ }
43472
+ },
43473
+ "links": {},
43474
+ "address": "0xca7e9D37088e5438AE4C221f3639F480681f5A14",
43475
+ "transactionHash": "0x98f0cece3ddb0ac3d72bd2cd9f26107d7ccb990a2c287a166478d3875db633b5"
43476
+ },
43477
+ "11155111": {
43478
+ "events": {
43479
+ "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
43480
+ "anonymous": false,
43481
+ "inputs": [
43482
+ {
43483
+ "indexed": false,
43484
+ "internalType": "string",
43485
+ "name": "caption",
43486
+ "type": "string"
43487
+ },
43488
+ {
43489
+ "indexed": false,
43490
+ "internalType": "bytes4",
43491
+ "name": "feedId",
43492
+ "type": "bytes4"
43493
+ }
43494
+ ],
43495
+ "name": "WitFeedDeleted",
43496
+ "type": "event"
43497
+ },
43498
+ "0x56660980158f15674b73c4dcec7f3314e2500517420e16306c40a07dad09f101": {
43499
+ "anonymous": false,
43500
+ "inputs": [
43501
+ {
43502
+ "indexed": false,
43503
+ "internalType": "string",
43504
+ "name": "caption",
43505
+ "type": "string"
43506
+ },
43507
+ {
43508
+ "indexed": false,
43509
+ "internalType": "bytes4",
43510
+ "name": "feedId",
43511
+ "type": "bytes4"
43512
+ },
43513
+ {
43514
+ "indexed": false,
43515
+ "internalType": "bytes32",
43516
+ "name": "radHash",
43517
+ "type": "bytes32"
43518
+ }
43519
+ ],
43520
+ "name": "WitFeedSettled",
43521
+ "type": "event"
43522
+ },
43523
+ "0x286a3bf658fa39c74919afa81990860b8526693c9e7de41f8160a973a5c6d052": {
43524
+ "anonymous": false,
43525
+ "inputs": [
43526
+ {
43527
+ "indexed": false,
43528
+ "internalType": "string",
43529
+ "name": "caption",
43530
+ "type": "string"
43531
+ },
43532
+ {
43533
+ "indexed": false,
43534
+ "internalType": "bytes4",
43535
+ "name": "feedId",
43536
+ "type": "bytes4"
43537
+ },
43538
+ {
43539
+ "indexed": false,
43540
+ "internalType": "address",
43541
+ "name": "solver",
43542
+ "type": "address"
43543
+ }
43544
+ ],
43545
+ "name": "WitFeedSolverSettled",
43546
+ "type": "event"
43547
+ }
43548
+ },
43549
+ "links": {},
43550
+ "address": "0xA7389B84D6ABC46b40e88aAD2bbDAf9921649E9E"
43551
+ }
43552
+ },
43401
43553
  "schemaVersion": "3.4.16",
43402
- "updatedAt": "2025-11-07T17:16:05.628Z",
43554
+ "updatedAt": "2025-11-11T11:57:37.560Z",
43403
43555
  "devdoc": {
43404
43556
  "author": "The Witnet Foundation.",
43405
43557
  "kind": "dev",
@@ -72859,9 +72859,87 @@
72859
72859
  "name": "solc",
72860
72860
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
72861
72861
  },
72862
- "networks": {},
72862
+ "networks": {
72863
+ "534351": {
72864
+ "events": {
72865
+ "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
72866
+ "anonymous": false,
72867
+ "inputs": [
72868
+ {
72869
+ "indexed": false,
72870
+ "internalType": "string",
72871
+ "name": "caption",
72872
+ "type": "string"
72873
+ },
72874
+ {
72875
+ "indexed": false,
72876
+ "internalType": "bytes4",
72877
+ "name": "feedId",
72878
+ "type": "bytes4"
72879
+ }
72880
+ ],
72881
+ "name": "WitFeedDeleted",
72882
+ "type": "event"
72883
+ },
72884
+ "0x56660980158f15674b73c4dcec7f3314e2500517420e16306c40a07dad09f101": {
72885
+ "anonymous": false,
72886
+ "inputs": [
72887
+ {
72888
+ "indexed": false,
72889
+ "internalType": "string",
72890
+ "name": "caption",
72891
+ "type": "string"
72892
+ },
72893
+ {
72894
+ "indexed": false,
72895
+ "internalType": "bytes4",
72896
+ "name": "feedId",
72897
+ "type": "bytes4"
72898
+ },
72899
+ {
72900
+ "indexed": false,
72901
+ "internalType": "bytes32",
72902
+ "name": "radHash",
72903
+ "type": "bytes32"
72904
+ }
72905
+ ],
72906
+ "name": "WitFeedSettled",
72907
+ "type": "event"
72908
+ },
72909
+ "0x286a3bf658fa39c74919afa81990860b8526693c9e7de41f8160a973a5c6d052": {
72910
+ "anonymous": false,
72911
+ "inputs": [
72912
+ {
72913
+ "indexed": false,
72914
+ "internalType": "string",
72915
+ "name": "caption",
72916
+ "type": "string"
72917
+ },
72918
+ {
72919
+ "indexed": false,
72920
+ "internalType": "bytes4",
72921
+ "name": "feedId",
72922
+ "type": "bytes4"
72923
+ },
72924
+ {
72925
+ "indexed": false,
72926
+ "internalType": "address",
72927
+ "name": "solver",
72928
+ "type": "address"
72929
+ }
72930
+ ],
72931
+ "name": "WitFeedSolverSettled",
72932
+ "type": "event"
72933
+ }
72934
+ },
72935
+ "links": {
72936
+ "WitPriceFeedsLegacyDataLib": "0xca7e9D37088e5438AE4C221f3639F480681f5A14"
72937
+ },
72938
+ "address": "0x9D37FF6CF956F1E66143517CC6619474A54CfB95"
72939
+ }
72940
+ },
72863
72941
  "schemaVersion": "3.4.16",
72864
- "updatedAt": "2025-11-07T17:16:04.999Z",
72942
+ "updatedAt": "2025-11-11T11:57:37.004Z",
72865
72943
  "devdoc": {
72866
72944
  "author": "Guillermo Díaz <guillermo@witnet.io>",
72867
72945
  "errors": {
@@ -59536,9 +59536,87 @@
59536
59536
  "name": "solc",
59537
59537
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
59538
59538
  },
59539
- "networks": {},
59539
+ "networks": {
59540
+ "11155111": {
59541
+ "events": {
59542
+ "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
59543
+ "anonymous": false,
59544
+ "inputs": [
59545
+ {
59546
+ "indexed": false,
59547
+ "internalType": "string",
59548
+ "name": "caption",
59549
+ "type": "string"
59550
+ },
59551
+ {
59552
+ "indexed": false,
59553
+ "internalType": "bytes4",
59554
+ "name": "feedId",
59555
+ "type": "bytes4"
59556
+ }
59557
+ ],
59558
+ "name": "WitFeedDeleted",
59559
+ "type": "event"
59560
+ },
59561
+ "0x56660980158f15674b73c4dcec7f3314e2500517420e16306c40a07dad09f101": {
59562
+ "anonymous": false,
59563
+ "inputs": [
59564
+ {
59565
+ "indexed": false,
59566
+ "internalType": "string",
59567
+ "name": "caption",
59568
+ "type": "string"
59569
+ },
59570
+ {
59571
+ "indexed": false,
59572
+ "internalType": "bytes4",
59573
+ "name": "feedId",
59574
+ "type": "bytes4"
59575
+ },
59576
+ {
59577
+ "indexed": false,
59578
+ "internalType": "bytes32",
59579
+ "name": "radHash",
59580
+ "type": "bytes32"
59581
+ }
59582
+ ],
59583
+ "name": "WitFeedSettled",
59584
+ "type": "event"
59585
+ },
59586
+ "0x286a3bf658fa39c74919afa81990860b8526693c9e7de41f8160a973a5c6d052": {
59587
+ "anonymous": false,
59588
+ "inputs": [
59589
+ {
59590
+ "indexed": false,
59591
+ "internalType": "string",
59592
+ "name": "caption",
59593
+ "type": "string"
59594
+ },
59595
+ {
59596
+ "indexed": false,
59597
+ "internalType": "bytes4",
59598
+ "name": "feedId",
59599
+ "type": "bytes4"
59600
+ },
59601
+ {
59602
+ "indexed": false,
59603
+ "internalType": "address",
59604
+ "name": "solver",
59605
+ "type": "address"
59606
+ }
59607
+ ],
59608
+ "name": "WitFeedSolverSettled",
59609
+ "type": "event"
59610
+ }
59611
+ },
59612
+ "links": {
59613
+ "WitPriceFeedsLegacyDataLib": "0xA7389B84D6ABC46b40e88aAD2bbDAf9921649E9E"
59614
+ },
59615
+ "address": "0x53D8311197aF484aE65A8D81ba2bbE3A388FE779"
59616
+ }
59617
+ },
59540
59618
  "schemaVersion": "3.4.16",
59541
- "updatedAt": "2025-11-07T17:16:05.031Z",
59619
+ "updatedAt": "2025-11-11T11:57:37.030Z",
59542
59620
  "devdoc": {
59543
59621
  "author": "Guillermo Díaz <guillermo@witnet.io>",
59544
59622
  "errors": {
@@ -2808,7 +2808,7 @@
2808
2808
  },
2809
2809
  "networks": {},
2810
2810
  "schemaVersion": "3.4.16",
2811
- "updatedAt": "2025-11-07T17:16:05.824Z",
2811
+ "updatedAt": "2025-11-11T11:57:37.723Z",
2812
2812
  "devdoc": {
2813
2813
  "kind": "dev",
2814
2814
  "methods": {},
@@ -72325,7 +72325,7 @@
72325
72325
  },
72326
72326
  "networks": {},
72327
72327
  "schemaVersion": "3.4.16",
72328
- "updatedAt": "2025-11-07T17:16:05.063Z",
72328
+ "updatedAt": "2025-11-11T11:57:37.060Z",
72329
72329
  "devdoc": {
72330
72330
  "author": "Guillermo Díaz <guillermo@witnet.io>",
72331
72331
  "errors": {
@@ -52409,9 +52409,24 @@
52409
52409
  "name": "solc",
52410
52410
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
52411
52411
  },
52412
- "networks": {},
52412
+ "networks": {
52413
+ "534351": {
52414
+ "events": {},
52415
+ "links": {
52416
+ "WitPriceFeedsDataLib": "0x1c19cc594887B3423f24601cA618Fe545eCD1D95"
52417
+ },
52418
+ "address": "0x5fcA0fa6F1C6CD6B01b9d166D8a0b279d53F969F"
52419
+ },
52420
+ "11155111": {
52421
+ "events": {},
52422
+ "links": {
52423
+ "WitPriceFeedsDataLib": "0x58e5A7dbc8001d9400556163B02f08556ed9D2A2"
52424
+ },
52425
+ "address": "0xaa2A45356198A4B2f2fedABe60492C549EAFbCde"
52426
+ }
52427
+ },
52413
52428
  "schemaVersion": "3.4.16",
52414
- "updatedAt": "2025-11-07T17:16:05.089Z",
52429
+ "updatedAt": "2025-11-11T11:57:37.086Z",
52415
52430
  "devdoc": {
52416
52431
  "author": "Guillermo Díaz <guillermo@witnet.io>",
52417
52432
  "errors": {
@@ -10935,7 +10935,7 @@
10935
10935
  },
10936
10936
  "networks": {},
10937
10937
  "schemaVersion": "3.4.16",
10938
- "updatedAt": "2025-11-07T17:16:05.820Z",
10938
+ "updatedAt": "2025-11-11T11:57:37.720Z",
10939
10939
  "devdoc": {
10940
10940
  "kind": "dev",
10941
10941
  "methods": {},
@@ -960,9 +960,15 @@
960
960
  "name": "solc",
961
961
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
962
962
  },
963
- "networks": {},
963
+ "networks": {
964
+ "11155111": {
965
+ "events": {},
966
+ "links": {},
967
+ "address": "0xC0FFEE00B76e0E48b967f2963ae6190dA32a536C"
968
+ }
969
+ },
964
970
  "schemaVersion": "3.4.16",
965
- "updatedAt": "2025-11-07T17:16:04.980Z",
971
+ "updatedAt": "2025-11-11T11:57:36.986Z",
966
972
  "devdoc": {
967
973
  "kind": "dev",
968
974
  "methods": {
@@ -931,7 +931,7 @@
931
931
  },
932
932
  "networks": {},
933
933
  "schemaVersion": "3.4.16",
934
- "updatedAt": "2025-11-07T17:16:04.981Z",
934
+ "updatedAt": "2025-11-11T11:57:36.988Z",
935
935
  "devdoc": {
936
936
  "kind": "dev",
937
937
  "methods": {
@@ -55399,9 +55399,15 @@
55399
55399
  "name": "solc",
55400
55400
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
55401
55401
  },
55402
- "networks": {},
55402
+ "networks": {
55403
+ "11155111": {
55404
+ "events": {},
55405
+ "links": {},
55406
+ "address": "0xC0FFEE00B76e0E48b967f2963ae6190dA32a536C"
55407
+ }
55408
+ },
55403
55409
  "schemaVersion": "3.4.16",
55404
- "updatedAt": "2025-11-07T17:16:05.112Z",
55410
+ "updatedAt": "2025-11-11T11:57:37.109Z",
55405
55411
  "devdoc": {
55406
55412
  "author": "The Witnet Foundation.",
55407
55413
  "details": "Protection against race-condition and malleability attacks requires randomness queried to this contract to be solved is an asynchronous way, meaning that after some randomness is requested, the result provided from the Wit/Oracle sidechain won't be ready until a certain amount of EVM blocks have elapsed. This protection also implies that eventually failing randomness requests on the Wit/Oracle sidechain cannot be retried but from this very same contract. Failing randomness requests will get all automatically and unbiasedly solved as soon as some new randomness request gets solved, even if paid by a different requester. Querying for new randomness requires paying a fee in native EVM gas currency, as to cover the implicit cost of solving unmalleable randomness on the Wit/Oracle sidechain and report it back to the EVM storage. The actual randomize fee depends on the expected gas price to pay for the EVM transaction that would eventually include a call to any of the `randomize(..)` methods of this contract. The randomize fee can be computed by passing the expected gas price value to the `estimateRandomizeFee(uint256)` method. > Note [1]: On highly volatile gas price markets, especially on some Layer-2 EVM chains, is highly recommended to estimate the randomize fee before a `randomize()` call, and pass a fresh EVM gas price value. Otherwise the call to `randomize()` could potentially revert with either \"insufficient reward\" or \"too much reward\". > Note [2]: Contracts requiring some external entity to report Witnet-certified randomness only when required, would need to implement the `IWitRandomnessConsumer`. The external entity would then have to clone the public-domain address, attach it to the consumer contract address, and get the `randomize()` function called on the cloned instance as many times as required.",
@@ -3300,7 +3300,7 @@
3300
3300
  },
3301
3301
  "networks": {},
3302
3302
  "schemaVersion": "3.4.16",
3303
- "updatedAt": "2025-11-07T17:16:05.834Z",
3303
+ "updatedAt": "2025-11-11T11:57:37.731Z",
3304
3304
  "devdoc": {
3305
3305
  "kind": "dev",
3306
3306
  "methods": {},
@@ -45754,7 +45754,7 @@
45754
45754
  },
45755
45755
  "networks": {},
45756
45756
  "schemaVersion": "3.4.16",
45757
- "updatedAt": "2025-11-07T17:16:05.784Z",
45757
+ "updatedAt": "2025-11-11T11:57:37.687Z",
45758
45758
  "devdoc": {
45759
45759
  "kind": "dev",
45760
45760
  "methods": {},
@@ -27294,7 +27294,7 @@
27294
27294
  },
27295
27295
  "networks": {},
27296
27296
  "schemaVersion": "3.4.16",
27297
- "updatedAt": "2025-11-07T17:16:05.800Z",
27297
+ "updatedAt": "2025-11-11T11:57:37.702Z",
27298
27298
  "devdoc": {
27299
27299
  "author": "The Witnet Foundation.",
27300
27300
  "details": "`uint32` is used here for `cursor` because `uint16` would only enable seeking up to 8KB, which could in some theoretical use cases be exceeded. Conversely, `uint32` supports up to 512MB, which cannot credibly be exceeded.",
@@ -19387,7 +19387,7 @@
19387
19387
  },
19388
19388
  "networks": {},
19389
19389
  "schemaVersion": "3.4.16",
19390
- "updatedAt": "2025-11-07T17:16:05.812Z",
19390
+ "updatedAt": "2025-11-11T11:57:37.713Z",
19391
19391
  "devdoc": {
19392
19392
  "author": "The Witnet Foundation.",
19393
19393
  "details": "Most of the logic has been borrowed from Patrick Gansterer’s cbor.js library: https://github.com/paroga/cbor-js",
@@ -8222,9 +8222,20 @@
8222
8222
  "name": "solc",
8223
8223
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
8224
8224
  },
8225
- "networks": {},
8225
+ "networks": {
8226
+ "534351": {
8227
+ "events": {},
8228
+ "links": {},
8229
+ "address": "0x03232aBE800D1638B30432FeEF300581De323a4E"
8230
+ },
8231
+ "11155111": {
8232
+ "events": {},
8233
+ "links": {},
8234
+ "address": "0x03232aBE800D1638B30432FeEF300581De323a4E"
8235
+ }
8236
+ },
8226
8237
  "schemaVersion": "3.4.16",
8227
- "updatedAt": "2025-11-07T17:16:05.125Z",
8238
+ "updatedAt": "2025-11-11T11:57:37.121Z",
8228
8239
  "devdoc": {
8229
8240
  "author": "Guillermo Díaz <guillermo@witnet.io>",
8230
8241
  "kind": "dev",
@@ -6367,7 +6367,7 @@
6367
6367
  },
6368
6368
  "networks": {},
6369
6369
  "schemaVersion": "3.4.16",
6370
- "updatedAt": "2025-11-07T17:16:05.129Z",
6370
+ "updatedAt": "2025-11-11T11:57:37.125Z",
6371
6371
  "devdoc": {
6372
6372
  "author": "Guillermo Díaz <guillermo@witnet.io>",
6373
6373
  "kind": "dev",
@@ -7803,7 +7803,7 @@
7803
7803
  },
7804
7804
  "networks": {},
7805
7805
  "schemaVersion": "3.4.16",
7806
- "updatedAt": "2025-11-07T17:16:05.133Z",
7806
+ "updatedAt": "2025-11-11T11:57:37.128Z",
7807
7807
  "devdoc": {
7808
7808
  "author": "Guillermo Díaz <guillermo@witnet.io>",
7809
7809
  "details": "To be used on EVM chains where contract deployment takes place in a deferred way: - after the deployment tx gets mined, and not while it gets executed.",
@@ -5637,7 +5637,7 @@
5637
5637
  },
5638
5638
  "networks": {},
5639
5639
  "schemaVersion": "3.4.16",
5640
- "updatedAt": "2025-11-07T17:16:05.137Z",
5640
+ "updatedAt": "2025-11-11T11:57:37.131Z",
5641
5641
  "devdoc": {
5642
5642
  "author": "Guillermo Díaz <guillermo@witnet.io>",
5643
5643
  "kind": "dev",
@@ -9407,9 +9407,16 @@
9407
9407
  "name": "solc",
9408
9408
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
9409
9409
  },
9410
- "networks": {},
9410
+ "networks": {
9411
+ "5777": {
9412
+ "events": {},
9413
+ "links": {},
9414
+ "address": "0xC32CeF95b3AeF472088B6d3c2a90DC2a117654FB",
9415
+ "transactionHash": "0x2c68e14a10a4ce21ab89c01188d70a6b81ea88ca24dfcc6daaf666bd63145c82"
9416
+ }
9417
+ },
9411
9418
  "schemaVersion": "3.4.16",
9412
- "updatedAt": "2025-11-07T17:16:05.141Z",
9419
+ "updatedAt": "2025-11-11T11:57:37.135Z",
9413
9420
  "devdoc": {
9414
9421
  "author": "Guillermo Díaz <guillermo@witnet.io>",
9415
9422
  "kind": "dev",
@@ -5333,7 +5333,7 @@
5333
5333
  },
5334
5334
  "networks": {},
5335
5335
  "schemaVersion": "3.4.16",
5336
- "updatedAt": "2025-11-07T17:16:05.146Z",
5336
+ "updatedAt": "2025-11-11T11:57:37.139Z",
5337
5337
  "devdoc": {
5338
5338
  "author": "Guillermo Díaz <guillermo@witnet.io>",
5339
5339
  "errors": {
@@ -433,7 +433,22 @@
433
433
  }
434
434
  },
435
435
  "scroll:mainnet": {},
436
- "scroll:sepolia": {},
436
+ "scroll:sepolia": {
437
+ "libs": {
438
+ "WitOracleDataLib": "0xA1276094aB5450Cd14bC5a7ed7901Ff2020d0740",
439
+ "WitOracleRadonEncodingLib": "0x8fbBf7445E8bC8d7400107613d59163476d1f2e2",
440
+ "WitOracleResultStatusLib": "0x59526A531c29c6DEb7C008e45A111e2cEd7BE815",
441
+ "WitPriceFeedsDataLib": "0x1c19cc594887B3423f24601cA618Fe545eCD1D95",
442
+ "WitPriceFeedsLegacyDataLib": "0xca7e9D37088e5438AE4C221f3639F480681f5A14"
443
+ },
444
+ "core": {
445
+ "WitOracleRadonRegistryUpgradableNoSha256": "0xdCf6e46133805Fcea966ED48470A3C67D88e79A3",
446
+ "WitOracleTrustableDefault": "0x1a4d67C29a56f0b08a9e987E45F2750EE44d3322"
447
+ },
448
+ "apps": {
449
+ "WitPriceFeedsLegacyUpgradable": "0x9D37FF6CF956F1E66143517CC6619474A54CfB95"
450
+ }
451
+ },
437
452
  "ultron:mainnet": {},
438
453
  "ultron:testnet": {},
439
454
  "unichain:sepolia": {
@@ -306,5 +306,12 @@
306
306
  "WitOracleRadonRegistryUpgradableDefault": "{\"types\":[\"bytes32\",\"bool\"],\"values\":[\"0x322e322e382d666462376631652d333964323732380000000000000000000000\",true]}",
307
307
  "WitOracleTrustableDefault": "{\"types\":[\"(uint32, uint32, uint32, uint32)\",\"address\",\"bytes32\"],\"values\":[[58282,65273,69546,20000],\"0x000B61Fe075F545fd37767f40391658275900000\",\"0x322e322e392d346262313232312d643566363836340000000000000000000000\"]}",
308
308
  "WitPriceFeedsLegacyUpgradable": "{\"types\":[\"address\",\"bytes32\",\"bool\"],\"values\":[\"0x77703aE126B971c9946d562F41Dd47071dA00777\",\"0x322e322e382d666462376631652d623239643930350000000000000000000000\",true]}"
309
+ },
310
+ "scroll:sepolia": {
311
+ "WitOracleRadonRequestFactoryUpgradableDefault": "{\"types\":[\"address\",\"address\",\"bytes32\",\"bool\"],\"values\":[\"0xffC4147d7b973B1766FB335bC847C7288c4365ff\",\"0xFF5ad05D038fcc04354B2fca1fb657eA345594FF\",\"0x332e302e362d346364356138302d326665396137610000000000000000000000\",true]}",
312
+ "WitOracleRadonRegistryUpgradableNoSha256": "{\"types\":[\"bytes32\",\"bool\"],\"values\":[\"0x332e302e362d346364356138302d366231383331330000000000000000000000\",true]}",
313
+ "WitOracleTrustableDefault": "{\"types\":[\"(uint32, uint32, uint32, uint32)\",\"address\",\"bytes32\"],\"values\":[[58282,65273,69546,20000],\"0x000B61Fe075F545fd37767f40391658275900000\",\"0x332e302e362d346364356138302d613335646266370000000000000000000000\"]}",
314
+ "WitPriceFeedsLegacyUpgradable": "{\"types\":[\"address\",\"bytes32\",\"bool\"],\"values\":[\"0x77703aE126B971c9946d562F41Dd47071dA00777\",\"0x332e302e362d346364356138302d386361376362620000000000000000000000\",true]}",
315
+ "WitPriceFeedsV3Upgradable": "{\"types\":[\"address\",\"bytes32\",\"bool\"],\"values\":[\"0x77703aE126B971c9946d562F41Dd47071dA00777\",\"0x332e302e362d346364356138302d666337656138620000000000000000000000\",true]}"
309
316
  }
310
317
  }