@flarenetwork/flare-periphery-contract-artifacts 0.0.1 → 0.0.2
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.
- package/dist/coston/deploys/contractAddresses.d.ts +1 -0
- package/dist/coston/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston/deploys/contractAddresses.js +1 -0
- package/dist/coston/deploys/contractAddresses.js.map +1 -1
- package/dist/coston/deploys/mapper.d.ts.map +1 -1
- package/dist/coston/deploys/mapper.js +6 -2
- package/dist/coston/deploys/mapper.js.map +1 -1
- package/dist/coston2/abis.coston2.d.ts.map +1 -1
- package/dist/coston2/abis.coston2.js +8 -2
- package/dist/coston2/abis.coston2.js.map +1 -1
- package/dist/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +72 -2
- package/dist/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +2 -2
- package/dist/coston2/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +17 -64
- package/dist/coston2/artifacts/contracts/token/lib/IICombinedNatBalance.sol/IICombinedNatBalance.json +54 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +148 -231
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/coston2/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/coston2/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/coston2/deploys/contractAddresses.d.ts +2 -1
- package/dist/coston2/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston2/deploys/contractAddresses.js +5 -4
- package/dist/coston2/deploys/contractAddresses.js.map +1 -1
- package/dist/coston2/deploys/mapper.d.ts.map +1 -1
- package/dist/coston2/deploys/mapper.js +6 -2
- package/dist/coston2/deploys/mapper.js.map +1 -1
- package/dist/flare/abis.flare.d.ts.map +1 -1
- package/dist/flare/abis.flare.js +8 -2
- package/dist/flare/abis.flare.js.map +1 -1
- package/dist/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +72 -2
- package/dist/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/flare/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +2 -2
- package/dist/flare/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +17 -64
- package/dist/flare/artifacts/contracts/token/lib/IICombinedNatBalance.sol/IICombinedNatBalance.json +54 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +148 -231
- package/dist/flare/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/flare/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/flare/deploys/contractAddresses.d.ts +2 -1
- package/dist/flare/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/flare/deploys/contractAddresses.js +5 -4
- package/dist/flare/deploys/contractAddresses.js.map +1 -1
- package/dist/flare/deploys/mapper.d.ts.map +1 -1
- package/dist/flare/deploys/mapper.js +6 -2
- package/dist/flare/deploys/mapper.js.map +1 -1
- package/dist/songbird/abis.songbird.d.ts.map +1 -1
- package/dist/songbird/abis.songbird.js +52 -4
- package/dist/songbird/abis.songbird.js.map +1 -1
- package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +42 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +381 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +29 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +1151 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +10 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +346 -0
- package/dist/songbird/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
- package/dist/songbird/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +316 -0
- package/dist/songbird/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +175 -26
- package/dist/songbird/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +758 -146
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +162 -20
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +321 -46
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +102 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +43 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +184 -3
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +164 -22
- package/dist/songbird/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +224 -0
- package/dist/songbird/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +2 -2
- package/dist/songbird/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +106 -785
- package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +24 -0
- package/dist/songbird/artifacts/contracts/{tokenPools/interface/IIDataAvailabilityRewardManager.sol/IIDataAvailabilityRewardManager.json → governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json} +97 -91
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +220 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +22 -154
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +126 -32
- package/dist/songbird/artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json +2 -2
- package/dist/songbird/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +161 -90
- package/dist/songbird/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +0 -31
- package/dist/songbird/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/WNat.sol/WNat.json +2 -2
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +25 -2
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +69 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManagerV2.sol/IIFtsoRewardManagerV2.json +949 -0
- package/dist/songbird/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +10 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +10 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +327 -33
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +272 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +440 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +238 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +256 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +2 -20
- package/dist/songbird/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +2 -2
- package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +175 -13
- package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +120 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +18 -0
- package/dist/songbird/deploys/contractAddresses.d.ts +3 -0
- package/dist/songbird/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/songbird/deploys/contractAddresses.js +19 -16
- package/dist/songbird/deploys/contractAddresses.js.map +1 -1
- package/dist/songbird/deploys/mapper.d.ts.map +1 -1
- package/dist/songbird/deploys/mapper.js +6 -2
- package/dist/songbird/deploys/mapper.js.map +1 -1
- package/package.json +1 -1
- package/dist/README.md +0 -5
- package/dist/coston/deploys/coston.json +0 -142
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/coston2/deploys/coston2.json +0 -212
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/flare/deploys/flare.json +0 -207
- package/dist/package.json +0 -28
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/DataAvailabilityRewardManager.sol/DataAvailabilityRewardManager.json +0 -566
- package/dist/songbird/deploys/songbird.json +0 -132
|
@@ -83,13 +83,25 @@
|
|
|
83
83
|
{
|
|
84
84
|
"indexed": false,
|
|
85
85
|
"internalType": "uint256",
|
|
86
|
-
"name": "
|
|
86
|
+
"name": "lowIQRRewardPrice",
|
|
87
87
|
"type": "uint256"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"indexed": false,
|
|
91
91
|
"internalType": "uint256",
|
|
92
|
-
"name": "
|
|
92
|
+
"name": "highIQRRewardPrice",
|
|
93
|
+
"type": "uint256"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"indexed": false,
|
|
97
|
+
"internalType": "uint256",
|
|
98
|
+
"name": "lowElasticBandRewardPrice",
|
|
99
|
+
"type": "uint256"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"indexed": false,
|
|
103
|
+
"internalType": "uint256",
|
|
104
|
+
"name": "highElasticBandRewardPrice",
|
|
93
105
|
"type": "uint256"
|
|
94
106
|
},
|
|
95
107
|
{
|
|
@@ -197,12 +209,12 @@
|
|
|
197
209
|
},
|
|
198
210
|
{
|
|
199
211
|
"internalType": "uint256",
|
|
200
|
-
"name": "
|
|
212
|
+
"name": "_submitPeriodSeconds",
|
|
201
213
|
"type": "uint256"
|
|
202
214
|
},
|
|
203
215
|
{
|
|
204
216
|
"internalType": "uint256",
|
|
205
|
-
"name": "
|
|
217
|
+
"name": "_revealPeriodSeconds",
|
|
206
218
|
"type": "uint256"
|
|
207
219
|
}
|
|
208
220
|
],
|
|
@@ -224,19 +236,6 @@
|
|
|
224
236
|
"stateMutability": "view",
|
|
225
237
|
"type": "function"
|
|
226
238
|
},
|
|
227
|
-
{
|
|
228
|
-
"inputs": [
|
|
229
|
-
{
|
|
230
|
-
"internalType": "uint256",
|
|
231
|
-
"name": "_epochId",
|
|
232
|
-
"type": "uint256"
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"name": "averageFinalizePriceEpoch",
|
|
236
|
-
"outputs": [],
|
|
237
|
-
"stateMutability": "nonpayable",
|
|
238
|
-
"type": "function"
|
|
239
|
-
},
|
|
240
239
|
{
|
|
241
240
|
"inputs": [
|
|
242
241
|
{
|
|
@@ -269,6 +268,16 @@
|
|
|
269
268
|
"name": "_lowNatTurnoutThresholdBIPS",
|
|
270
269
|
"type": "uint256"
|
|
271
270
|
},
|
|
271
|
+
{
|
|
272
|
+
"internalType": "uint256",
|
|
273
|
+
"name": "_elasticBandRewardBIPS",
|
|
274
|
+
"type": "uint256"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"internalType": "uint256",
|
|
278
|
+
"name": "_elasticBandWidthPPM",
|
|
279
|
+
"type": "uint256"
|
|
280
|
+
},
|
|
272
281
|
{
|
|
273
282
|
"internalType": "address[]",
|
|
274
283
|
"name": "_trustedAddresses",
|
|
@@ -321,6 +330,16 @@
|
|
|
321
330
|
"name": "_lowNatTurnoutThresholdBIPS",
|
|
322
331
|
"type": "uint256"
|
|
323
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"internalType": "uint256",
|
|
335
|
+
"name": "_elasticBandRewardBIPS",
|
|
336
|
+
"type": "uint256"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"internalType": "uint256",
|
|
340
|
+
"name": "_elasticBandWidthPPM",
|
|
341
|
+
"type": "uint256"
|
|
342
|
+
},
|
|
324
343
|
{
|
|
325
344
|
"internalType": "address[]",
|
|
326
345
|
"name": "_trustedAddresses",
|
|
@@ -330,6 +349,19 @@
|
|
|
330
349
|
"stateMutability": "view",
|
|
331
350
|
"type": "function"
|
|
332
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"inputs": [
|
|
354
|
+
{
|
|
355
|
+
"internalType": "uint256",
|
|
356
|
+
"name": "_epochId",
|
|
357
|
+
"type": "uint256"
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"name": "fallbackFinalizePriceEpoch",
|
|
361
|
+
"outputs": [],
|
|
362
|
+
"stateMutability": "nonpayable",
|
|
363
|
+
"type": "function"
|
|
364
|
+
},
|
|
333
365
|
{
|
|
334
366
|
"inputs": [
|
|
335
367
|
{
|
|
@@ -377,6 +409,19 @@
|
|
|
377
409
|
"stateMutability": "nonpayable",
|
|
378
410
|
"type": "function"
|
|
379
411
|
},
|
|
412
|
+
{
|
|
413
|
+
"inputs": [],
|
|
414
|
+
"name": "ftsoManager",
|
|
415
|
+
"outputs": [
|
|
416
|
+
{
|
|
417
|
+
"internalType": "address",
|
|
418
|
+
"name": "",
|
|
419
|
+
"type": "address"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"stateMutability": "view",
|
|
423
|
+
"type": "function"
|
|
424
|
+
},
|
|
380
425
|
{
|
|
381
426
|
"inputs": [],
|
|
382
427
|
"name": "getAsset",
|
|
@@ -434,6 +479,103 @@
|
|
|
434
479
|
"stateMutability": "view",
|
|
435
480
|
"type": "function"
|
|
436
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"inputs": [],
|
|
484
|
+
"name": "getCurrentPriceDetails",
|
|
485
|
+
"outputs": [
|
|
486
|
+
{
|
|
487
|
+
"internalType": "uint256",
|
|
488
|
+
"name": "_price",
|
|
489
|
+
"type": "uint256"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"internalType": "uint256",
|
|
493
|
+
"name": "_priceTimestamp",
|
|
494
|
+
"type": "uint256"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"internalType": "enum IFtso.PriceFinalizationType",
|
|
498
|
+
"name": "_priceFinalizationType",
|
|
499
|
+
"type": "uint8"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"internalType": "uint256",
|
|
503
|
+
"name": "_lastPriceEpochFinalizationTimestamp",
|
|
504
|
+
"type": "uint256"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"internalType": "enum IFtso.PriceFinalizationType",
|
|
508
|
+
"name": "_lastPriceEpochFinalizationType",
|
|
509
|
+
"type": "uint8"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"stateMutability": "view",
|
|
513
|
+
"type": "function"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"inputs": [],
|
|
517
|
+
"name": "getCurrentPriceFromTrustedProviders",
|
|
518
|
+
"outputs": [
|
|
519
|
+
{
|
|
520
|
+
"internalType": "uint256",
|
|
521
|
+
"name": "_price",
|
|
522
|
+
"type": "uint256"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"internalType": "uint256",
|
|
526
|
+
"name": "_timestamp",
|
|
527
|
+
"type": "uint256"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"stateMutability": "view",
|
|
531
|
+
"type": "function"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"inputs": [],
|
|
535
|
+
"name": "getCurrentPriceWithDecimals",
|
|
536
|
+
"outputs": [
|
|
537
|
+
{
|
|
538
|
+
"internalType": "uint256",
|
|
539
|
+
"name": "_price",
|
|
540
|
+
"type": "uint256"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"internalType": "uint256",
|
|
544
|
+
"name": "_timestamp",
|
|
545
|
+
"type": "uint256"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"internalType": "uint256",
|
|
549
|
+
"name": "_assetPriceUsdDecimals",
|
|
550
|
+
"type": "uint256"
|
|
551
|
+
}
|
|
552
|
+
],
|
|
553
|
+
"stateMutability": "view",
|
|
554
|
+
"type": "function"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"inputs": [],
|
|
558
|
+
"name": "getCurrentPriceWithDecimalsFromTrustedProviders",
|
|
559
|
+
"outputs": [
|
|
560
|
+
{
|
|
561
|
+
"internalType": "uint256",
|
|
562
|
+
"name": "_price",
|
|
563
|
+
"type": "uint256"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"internalType": "uint256",
|
|
567
|
+
"name": "_timestamp",
|
|
568
|
+
"type": "uint256"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"internalType": "uint256",
|
|
572
|
+
"name": "_assetPriceUsdDecimals",
|
|
573
|
+
"type": "uint256"
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"stateMutability": "view",
|
|
577
|
+
"type": "function"
|
|
578
|
+
},
|
|
437
579
|
{
|
|
438
580
|
"inputs": [],
|
|
439
581
|
"name": "getCurrentRandom",
|
|
@@ -515,17 +657,17 @@
|
|
|
515
657
|
"outputs": [
|
|
516
658
|
{
|
|
517
659
|
"internalType": "uint256",
|
|
518
|
-
"name": "
|
|
660
|
+
"name": "_firstEpochStartTs",
|
|
519
661
|
"type": "uint256"
|
|
520
662
|
},
|
|
521
663
|
{
|
|
522
664
|
"internalType": "uint256",
|
|
523
|
-
"name": "
|
|
665
|
+
"name": "_submitPeriodSeconds",
|
|
524
666
|
"type": "uint256"
|
|
525
667
|
},
|
|
526
668
|
{
|
|
527
669
|
"internalType": "uint256",
|
|
528
|
-
"name": "
|
|
670
|
+
"name": "_revealPeriodSeconds",
|
|
529
671
|
"type": "uint256"
|
|
530
672
|
}
|
|
531
673
|
],
|