genlayer-js 0.20.3 → 0.21.0

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.
@@ -7,7 +7,8 @@ var chains_exports = {};
7
7
  _chunk75ZPJI57cjs.__export.call(void 0, chains_exports, {
8
8
  localnet: () => localnet,
9
9
  studionet: () => studionet,
10
- testnetAsimov: () => testnetAsimov
10
+ testnetAsimov: () => testnetAsimov,
11
+ testnetBradbury: () => testnetBradbury
11
12
  });
12
13
 
13
14
  // src/chains/localnet.ts
@@ -13523,6 +13524,3361 @@ var testnetAsimov = _viem.defineChain.call(void 0, {
13523
13524
  defaultConsensusMaxRotations: 3
13524
13525
  });
13525
13526
 
13527
+ // src/chains/testnetBradbury.ts
13528
+
13529
+ var TESTNET_JSON_RPC_URL2 = "https://zksync-os-testnet-genlayer.zksync.dev";
13530
+ var TESTNET_WS_URL2 = "wss://zksync-os-testnet-genlayer.zksync.dev/ws";
13531
+ var STAKING_CONTRACT2 = {
13532
+ address: "0x4A4449E617F8D10FDeD0b461CadEf83939E821A5",
13533
+ abi: STAKING_ABI
13534
+ };
13535
+ var EXPLORER_URL3 = "https://explorer-bradbury.genlayer.com/";
13536
+ var CONSENSUS_MAIN_CONTRACT4 = {
13537
+ address: "0x0112Bf6e83497965A5fdD6Dad1E447a6E004271D",
13538
+ abi: [
13539
+ {
13540
+ "inputs": [],
13541
+ "stateMutability": "nonpayable",
13542
+ "type": "constructor"
13543
+ },
13544
+ {
13545
+ "inputs": [],
13546
+ "name": "CallerNotMessages",
13547
+ "type": "error"
13548
+ },
13549
+ {
13550
+ "inputs": [],
13551
+ "name": "CanNotAppeal",
13552
+ "type": "error"
13553
+ },
13554
+ {
13555
+ "inputs": [],
13556
+ "name": "InvalidDeploymentWithSalt",
13557
+ "type": "error"
13558
+ },
13559
+ {
13560
+ "inputs": [],
13561
+ "name": "InvalidGhostContract",
13562
+ "type": "error"
13563
+ },
13564
+ {
13565
+ "inputs": [],
13566
+ "name": "InvalidInitialization",
13567
+ "type": "error"
13568
+ },
13569
+ {
13570
+ "inputs": [],
13571
+ "name": "InvalidRevealLeaderData",
13572
+ "type": "error"
13573
+ },
13574
+ {
13575
+ "inputs": [],
13576
+ "name": "InvalidVote",
13577
+ "type": "error"
13578
+ },
13579
+ {
13580
+ "inputs": [],
13581
+ "name": "NotInitializing",
13582
+ "type": "error"
13583
+ },
13584
+ {
13585
+ "inputs": [
13586
+ {
13587
+ "internalType": "address",
13588
+ "name": "owner",
13589
+ "type": "address"
13590
+ }
13591
+ ],
13592
+ "name": "OwnableInvalidOwner",
13593
+ "type": "error"
13594
+ },
13595
+ {
13596
+ "inputs": [
13597
+ {
13598
+ "internalType": "address",
13599
+ "name": "account",
13600
+ "type": "address"
13601
+ }
13602
+ ],
13603
+ "name": "OwnableUnauthorizedAccount",
13604
+ "type": "error"
13605
+ },
13606
+ {
13607
+ "inputs": [],
13608
+ "name": "ReentrancyGuardReentrantCall",
13609
+ "type": "error"
13610
+ },
13611
+ {
13612
+ "anonymous": false,
13613
+ "inputs": [
13614
+ {
13615
+ "indexed": true,
13616
+ "internalType": "bytes32",
13617
+ "name": "txId",
13618
+ "type": "bytes32"
13619
+ },
13620
+ {
13621
+ "indexed": true,
13622
+ "internalType": "address",
13623
+ "name": "oldActivator",
13624
+ "type": "address"
13625
+ },
13626
+ {
13627
+ "indexed": true,
13628
+ "internalType": "address",
13629
+ "name": "newActivator",
13630
+ "type": "address"
13631
+ }
13632
+ ],
13633
+ "name": "ActivatorReplaced",
13634
+ "type": "event"
13635
+ },
13636
+ {
13637
+ "anonymous": false,
13638
+ "inputs": [
13639
+ {
13640
+ "indexed": true,
13641
+ "internalType": "address",
13642
+ "name": "addressManager",
13643
+ "type": "address"
13644
+ }
13645
+ ],
13646
+ "name": "AddressManagerSet",
13647
+ "type": "event"
13648
+ },
13649
+ {
13650
+ "anonymous": false,
13651
+ "inputs": [
13652
+ {
13653
+ "indexed": true,
13654
+ "internalType": "bytes32",
13655
+ "name": "txId",
13656
+ "type": "bytes32"
13657
+ },
13658
+ {
13659
+ "indexed": false,
13660
+ "internalType": "enum ITransactions.TransactionStatus",
13661
+ "name": "newStatus",
13662
+ "type": "uint8"
13663
+ }
13664
+ ],
13665
+ "name": "AllVotesCommitted",
13666
+ "type": "event"
13667
+ },
13668
+ {
13669
+ "anonymous": false,
13670
+ "inputs": [
13671
+ {
13672
+ "indexed": true,
13673
+ "internalType": "bytes32",
13674
+ "name": "txId",
13675
+ "type": "bytes32"
13676
+ },
13677
+ {
13678
+ "indexed": true,
13679
+ "internalType": "address",
13680
+ "name": "appellant",
13681
+ "type": "address"
13682
+ },
13683
+ {
13684
+ "indexed": false,
13685
+ "internalType": "uint256",
13686
+ "name": "bond",
13687
+ "type": "uint256"
13688
+ },
13689
+ {
13690
+ "indexed": false,
13691
+ "internalType": "address[]",
13692
+ "name": "validators",
13693
+ "type": "address[]"
13694
+ }
13695
+ ],
13696
+ "name": "AppealStarted",
13697
+ "type": "event"
13698
+ },
13699
+ {
13700
+ "anonymous": false,
13701
+ "inputs": [
13702
+ {
13703
+ "indexed": false,
13704
+ "internalType": "uint256",
13705
+ "name": "attempted",
13706
+ "type": "uint256"
13707
+ },
13708
+ {
13709
+ "indexed": false,
13710
+ "internalType": "uint256",
13711
+ "name": "succeeded",
13712
+ "type": "uint256"
13713
+ },
13714
+ {
13715
+ "indexed": false,
13716
+ "internalType": "uint256",
13717
+ "name": "failed",
13718
+ "type": "uint256"
13719
+ }
13720
+ ],
13721
+ "name": "BatchFinalizationCompleted",
13722
+ "type": "event"
13723
+ },
13724
+ {
13725
+ "anonymous": false,
13726
+ "inputs": [
13727
+ {
13728
+ "indexed": true,
13729
+ "internalType": "bytes32",
13730
+ "name": "txId",
13731
+ "type": "bytes32"
13732
+ },
13733
+ {
13734
+ "indexed": false,
13735
+ "internalType": "uint256",
13736
+ "name": "txSlot",
13737
+ "type": "uint256"
13738
+ }
13739
+ ],
13740
+ "name": "CreatedTransaction",
13741
+ "type": "event"
13742
+ },
13743
+ {
13744
+ "anonymous": false,
13745
+ "inputs": [
13746
+ {
13747
+ "indexed": false,
13748
+ "internalType": "uint64",
13749
+ "name": "version",
13750
+ "type": "uint64"
13751
+ }
13752
+ ],
13753
+ "name": "Initialized",
13754
+ "type": "event"
13755
+ },
13756
+ {
13757
+ "anonymous": false,
13758
+ "inputs": [
13759
+ {
13760
+ "indexed": true,
13761
+ "internalType": "bytes32",
13762
+ "name": "txId",
13763
+ "type": "bytes32"
13764
+ },
13765
+ {
13766
+ "indexed": true,
13767
+ "internalType": "address",
13768
+ "name": "recipient",
13769
+ "type": "address"
13770
+ },
13771
+ {
13772
+ "indexed": true,
13773
+ "internalType": "address",
13774
+ "name": "activator",
13775
+ "type": "address"
13776
+ }
13777
+ ],
13778
+ "name": "InternalMessageProcessed",
13779
+ "type": "event"
13780
+ },
13781
+ {
13782
+ "anonymous": false,
13783
+ "inputs": [
13784
+ {
13785
+ "indexed": true,
13786
+ "internalType": "bytes32",
13787
+ "name": "txId",
13788
+ "type": "bytes32"
13789
+ },
13790
+ {
13791
+ "indexed": true,
13792
+ "internalType": "address",
13793
+ "name": "oldLeader",
13794
+ "type": "address"
13795
+ },
13796
+ {
13797
+ "indexed": true,
13798
+ "internalType": "address",
13799
+ "name": "newLeader",
13800
+ "type": "address"
13801
+ }
13802
+ ],
13803
+ "name": "LeaderIdlenessProcessed",
13804
+ "type": "event"
13805
+ },
13806
+ {
13807
+ "anonymous": false,
13808
+ "inputs": [
13809
+ {
13810
+ "indexed": true,
13811
+ "internalType": "bytes32",
13812
+ "name": "txId",
13813
+ "type": "bytes32"
13814
+ },
13815
+ {
13816
+ "indexed": true,
13817
+ "internalType": "address",
13818
+ "name": "recipient",
13819
+ "type": "address"
13820
+ },
13821
+ {
13822
+ "indexed": true,
13823
+ "internalType": "address",
13824
+ "name": "activator",
13825
+ "type": "address"
13826
+ }
13827
+ ],
13828
+ "name": "NewTransaction",
13829
+ "type": "event"
13830
+ },
13831
+ {
13832
+ "anonymous": false,
13833
+ "inputs": [
13834
+ {
13835
+ "indexed": true,
13836
+ "internalType": "address",
13837
+ "name": "previousOwner",
13838
+ "type": "address"
13839
+ },
13840
+ {
13841
+ "indexed": true,
13842
+ "internalType": "address",
13843
+ "name": "newOwner",
13844
+ "type": "address"
13845
+ }
13846
+ ],
13847
+ "name": "OwnershipTransferStarted",
13848
+ "type": "event"
13849
+ },
13850
+ {
13851
+ "anonymous": false,
13852
+ "inputs": [
13853
+ {
13854
+ "indexed": true,
13855
+ "internalType": "address",
13856
+ "name": "previousOwner",
13857
+ "type": "address"
13858
+ },
13859
+ {
13860
+ "indexed": true,
13861
+ "internalType": "address",
13862
+ "name": "newOwner",
13863
+ "type": "address"
13864
+ }
13865
+ ],
13866
+ "name": "OwnershipTransferred",
13867
+ "type": "event"
13868
+ },
13869
+ {
13870
+ "anonymous": false,
13871
+ "inputs": [
13872
+ {
13873
+ "indexed": true,
13874
+ "internalType": "bytes32",
13875
+ "name": "txId",
13876
+ "type": "bytes32"
13877
+ }
13878
+ ],
13879
+ "name": "ProcessIdlenessAccepted",
13880
+ "type": "event"
13881
+ },
13882
+ {
13883
+ "anonymous": false,
13884
+ "inputs": [
13885
+ {
13886
+ "indexed": true,
13887
+ "internalType": "bytes32",
13888
+ "name": "txId",
13889
+ "type": "bytes32"
13890
+ }
13891
+ ],
13892
+ "name": "TransactionAccepted",
13893
+ "type": "event"
13894
+ },
13895
+ {
13896
+ "anonymous": false,
13897
+ "inputs": [
13898
+ {
13899
+ "indexed": true,
13900
+ "internalType": "bytes32",
13901
+ "name": "txId",
13902
+ "type": "bytes32"
13903
+ },
13904
+ {
13905
+ "indexed": true,
13906
+ "internalType": "address",
13907
+ "name": "leader",
13908
+ "type": "address"
13909
+ }
13910
+ ],
13911
+ "name": "TransactionActivated",
13912
+ "type": "event"
13913
+ },
13914
+ {
13915
+ "anonymous": false,
13916
+ "inputs": [
13917
+ {
13918
+ "indexed": true,
13919
+ "internalType": "bytes32",
13920
+ "name": "txId",
13921
+ "type": "bytes32"
13922
+ },
13923
+ {
13924
+ "indexed": true,
13925
+ "internalType": "address",
13926
+ "name": "cancelledBy",
13927
+ "type": "address"
13928
+ }
13929
+ ],
13930
+ "name": "TransactionCancelled",
13931
+ "type": "event"
13932
+ },
13933
+ {
13934
+ "anonymous": false,
13935
+ "inputs": [
13936
+ {
13937
+ "indexed": true,
13938
+ "internalType": "bytes32",
13939
+ "name": "txId",
13940
+ "type": "bytes32"
13941
+ }
13942
+ ],
13943
+ "name": "TransactionFinalizationFailed",
13944
+ "type": "event"
13945
+ },
13946
+ {
13947
+ "anonymous": false,
13948
+ "inputs": [
13949
+ {
13950
+ "indexed": true,
13951
+ "internalType": "bytes32",
13952
+ "name": "txId",
13953
+ "type": "bytes32"
13954
+ }
13955
+ ],
13956
+ "name": "TransactionFinalized",
13957
+ "type": "event"
13958
+ },
13959
+ {
13960
+ "anonymous": false,
13961
+ "inputs": [
13962
+ {
13963
+ "indexed": true,
13964
+ "internalType": "bytes32",
13965
+ "name": "txId",
13966
+ "type": "bytes32"
13967
+ }
13968
+ ],
13969
+ "name": "TransactionLeaderRevealed",
13970
+ "type": "event"
13971
+ },
13972
+ {
13973
+ "anonymous": false,
13974
+ "inputs": [
13975
+ {
13976
+ "indexed": true,
13977
+ "internalType": "bytes32",
13978
+ "name": "txId",
13979
+ "type": "bytes32"
13980
+ },
13981
+ {
13982
+ "indexed": true,
13983
+ "internalType": "address",
13984
+ "name": "newLeader",
13985
+ "type": "address"
13986
+ }
13987
+ ],
13988
+ "name": "TransactionLeaderRotated",
13989
+ "type": "event"
13990
+ },
13991
+ {
13992
+ "anonymous": false,
13993
+ "inputs": [
13994
+ {
13995
+ "indexed": true,
13996
+ "internalType": "bytes32",
13997
+ "name": "txId",
13998
+ "type": "bytes32"
13999
+ }
14000
+ ],
14001
+ "name": "TransactionLeaderTimeout",
14002
+ "type": "event"
14003
+ },
14004
+ {
14005
+ "anonymous": false,
14006
+ "inputs": [
14007
+ {
14008
+ "indexed": false,
14009
+ "internalType": "bytes32[]",
14010
+ "name": "txIds",
14011
+ "type": "bytes32[]"
14012
+ }
14013
+ ],
14014
+ "name": "TransactionNeedsRecomputation",
14015
+ "type": "event"
14016
+ },
14017
+ {
14018
+ "anonymous": false,
14019
+ "inputs": [
14020
+ {
14021
+ "indexed": true,
14022
+ "internalType": "bytes32",
14023
+ "name": "txId",
14024
+ "type": "bytes32"
14025
+ },
14026
+ {
14027
+ "indexed": false,
14028
+ "internalType": "address[]",
14029
+ "name": "validators",
14030
+ "type": "address[]"
14031
+ }
14032
+ ],
14033
+ "name": "TransactionReceiptProposed",
14034
+ "type": "event"
14035
+ },
14036
+ {
14037
+ "anonymous": false,
14038
+ "inputs": [
14039
+ {
14040
+ "indexed": true,
14041
+ "internalType": "bytes32",
14042
+ "name": "txId",
14043
+ "type": "bytes32"
14044
+ }
14045
+ ],
14046
+ "name": "TransactionUndetermined",
14047
+ "type": "event"
14048
+ },
14049
+ {
14050
+ "anonymous": false,
14051
+ "inputs": [
14052
+ {
14053
+ "indexed": true,
14054
+ "internalType": "bytes32",
14055
+ "name": "txId",
14056
+ "type": "bytes32"
14057
+ },
14058
+ {
14059
+ "indexed": false,
14060
+ "internalType": "uint256",
14061
+ "name": "tribunalIndex",
14062
+ "type": "uint256"
14063
+ },
14064
+ {
14065
+ "indexed": true,
14066
+ "internalType": "address",
14067
+ "name": "validator",
14068
+ "type": "address"
14069
+ }
14070
+ ],
14071
+ "name": "TribunalAppealVoteCommitted",
14072
+ "type": "event"
14073
+ },
14074
+ {
14075
+ "anonymous": false,
14076
+ "inputs": [
14077
+ {
14078
+ "indexed": true,
14079
+ "internalType": "bytes32",
14080
+ "name": "txId",
14081
+ "type": "bytes32"
14082
+ },
14083
+ {
14084
+ "indexed": false,
14085
+ "internalType": "uint256",
14086
+ "name": "tribunalIndex",
14087
+ "type": "uint256"
14088
+ },
14089
+ {
14090
+ "indexed": true,
14091
+ "internalType": "address",
14092
+ "name": "validator",
14093
+ "type": "address"
14094
+ },
14095
+ {
14096
+ "indexed": false,
14097
+ "internalType": "enum ITransactions.VoteType",
14098
+ "name": "voteType",
14099
+ "type": "uint8"
14100
+ }
14101
+ ],
14102
+ "name": "TribunalAppealVoteRevealed",
14103
+ "type": "event"
14104
+ },
14105
+ {
14106
+ "anonymous": false,
14107
+ "inputs": [
14108
+ {
14109
+ "indexed": true,
14110
+ "internalType": "bytes32",
14111
+ "name": "txId",
14112
+ "type": "bytes32"
14113
+ },
14114
+ {
14115
+ "indexed": true,
14116
+ "internalType": "address",
14117
+ "name": "oldValidator",
14118
+ "type": "address"
14119
+ },
14120
+ {
14121
+ "indexed": true,
14122
+ "internalType": "address",
14123
+ "name": "newValidator",
14124
+ "type": "address"
14125
+ },
14126
+ {
14127
+ "indexed": false,
14128
+ "internalType": "uint256",
14129
+ "name": "validatorIndex",
14130
+ "type": "uint256"
14131
+ }
14132
+ ],
14133
+ "name": "ValidatorReplaced",
14134
+ "type": "event"
14135
+ },
14136
+ {
14137
+ "anonymous": false,
14138
+ "inputs": [
14139
+ {
14140
+ "indexed": true,
14141
+ "internalType": "bytes32",
14142
+ "name": "txId",
14143
+ "type": "bytes32"
14144
+ },
14145
+ {
14146
+ "indexed": true,
14147
+ "internalType": "address",
14148
+ "name": "recipient",
14149
+ "type": "address"
14150
+ },
14151
+ {
14152
+ "indexed": false,
14153
+ "internalType": "uint256",
14154
+ "name": "value",
14155
+ "type": "uint256"
14156
+ }
14157
+ ],
14158
+ "name": "ValueWithdrawalFailed",
14159
+ "type": "event"
14160
+ },
14161
+ {
14162
+ "anonymous": false,
14163
+ "inputs": [
14164
+ {
14165
+ "indexed": true,
14166
+ "internalType": "bytes32",
14167
+ "name": "txId",
14168
+ "type": "bytes32"
14169
+ },
14170
+ {
14171
+ "indexed": true,
14172
+ "internalType": "address",
14173
+ "name": "validator",
14174
+ "type": "address"
14175
+ },
14176
+ {
14177
+ "indexed": false,
14178
+ "internalType": "bool",
14179
+ "name": "isLastVote",
14180
+ "type": "bool"
14181
+ }
14182
+ ],
14183
+ "name": "VoteCommitted",
14184
+ "type": "event"
14185
+ },
14186
+ {
14187
+ "anonymous": false,
14188
+ "inputs": [
14189
+ {
14190
+ "indexed": true,
14191
+ "internalType": "bytes32",
14192
+ "name": "txId",
14193
+ "type": "bytes32"
14194
+ },
14195
+ {
14196
+ "indexed": true,
14197
+ "internalType": "address",
14198
+ "name": "validator",
14199
+ "type": "address"
14200
+ },
14201
+ {
14202
+ "indexed": false,
14203
+ "internalType": "enum ITransactions.VoteType",
14204
+ "name": "voteType",
14205
+ "type": "uint8"
14206
+ },
14207
+ {
14208
+ "indexed": false,
14209
+ "internalType": "bool",
14210
+ "name": "isLastVote",
14211
+ "type": "bool"
14212
+ },
14213
+ {
14214
+ "indexed": false,
14215
+ "internalType": "enum ITransactions.ResultType",
14216
+ "name": "result",
14217
+ "type": "uint8"
14218
+ }
14219
+ ],
14220
+ "name": "VoteRevealed",
14221
+ "type": "event"
14222
+ },
14223
+ {
14224
+ "inputs": [],
14225
+ "name": "EVENTS_BATCH_SIZE",
14226
+ "outputs": [
14227
+ {
14228
+ "internalType": "uint256",
14229
+ "name": "",
14230
+ "type": "uint256"
14231
+ }
14232
+ ],
14233
+ "stateMutability": "view",
14234
+ "type": "function"
14235
+ },
14236
+ {
14237
+ "inputs": [],
14238
+ "name": "VERSION",
14239
+ "outputs": [
14240
+ {
14241
+ "internalType": "string",
14242
+ "name": "",
14243
+ "type": "string"
14244
+ }
14245
+ ],
14246
+ "stateMutability": "view",
14247
+ "type": "function"
14248
+ },
14249
+ {
14250
+ "inputs": [],
14251
+ "name": "acceptOwnership",
14252
+ "outputs": [],
14253
+ "stateMutability": "nonpayable",
14254
+ "type": "function"
14255
+ },
14256
+ {
14257
+ "inputs": [
14258
+ {
14259
+ "internalType": "bytes32",
14260
+ "name": "_txId",
14261
+ "type": "bytes32"
14262
+ },
14263
+ {
14264
+ "internalType": "address",
14265
+ "name": "_operator",
14266
+ "type": "address"
14267
+ },
14268
+ {
14269
+ "internalType": "bytes",
14270
+ "name": "_vrfProof",
14271
+ "type": "bytes"
14272
+ }
14273
+ ],
14274
+ "name": "activateTransaction",
14275
+ "outputs": [],
14276
+ "stateMutability": "nonpayable",
14277
+ "type": "function"
14278
+ },
14279
+ {
14280
+ "inputs": [
14281
+ {
14282
+ "internalType": "address",
14283
+ "name": "_sender",
14284
+ "type": "address"
14285
+ },
14286
+ {
14287
+ "internalType": "address",
14288
+ "name": "_recipient",
14289
+ "type": "address"
14290
+ },
14291
+ {
14292
+ "internalType": "uint256",
14293
+ "name": "_numOfInitialValidators",
14294
+ "type": "uint256"
14295
+ },
14296
+ {
14297
+ "internalType": "uint256",
14298
+ "name": "_maxRotations",
14299
+ "type": "uint256"
14300
+ },
14301
+ {
14302
+ "internalType": "bytes",
14303
+ "name": "_calldata",
14304
+ "type": "bytes"
14305
+ },
14306
+ {
14307
+ "internalType": "uint256",
14308
+ "name": "_validUntil",
14309
+ "type": "uint256"
14310
+ }
14311
+ ],
14312
+ "name": "addTransaction",
14313
+ "outputs": [],
14314
+ "stateMutability": "payable",
14315
+ "type": "function"
14316
+ },
14317
+ {
14318
+ "inputs": [],
14319
+ "name": "addressManager",
14320
+ "outputs": [
14321
+ {
14322
+ "internalType": "contract IAddressManager",
14323
+ "name": "",
14324
+ "type": "address"
14325
+ }
14326
+ ],
14327
+ "stateMutability": "view",
14328
+ "type": "function"
14329
+ },
14330
+ {
14331
+ "inputs": [
14332
+ {
14333
+ "internalType": "bytes32",
14334
+ "name": "_txId",
14335
+ "type": "bytes32"
14336
+ }
14337
+ ],
14338
+ "name": "cancelTransaction",
14339
+ "outputs": [],
14340
+ "stateMutability": "nonpayable",
14341
+ "type": "function"
14342
+ },
14343
+ {
14344
+ "inputs": [
14345
+ {
14346
+ "internalType": "bytes32",
14347
+ "name": "_txId",
14348
+ "type": "bytes32"
14349
+ },
14350
+ {
14351
+ "internalType": "uint256",
14352
+ "name": "_tribunalIndex",
14353
+ "type": "uint256"
14354
+ },
14355
+ {
14356
+ "internalType": "bytes32",
14357
+ "name": "_commitHash",
14358
+ "type": "bytes32"
14359
+ }
14360
+ ],
14361
+ "name": "commitTribunalAppealVote",
14362
+ "outputs": [],
14363
+ "stateMutability": "nonpayable",
14364
+ "type": "function"
14365
+ },
14366
+ {
14367
+ "inputs": [
14368
+ {
14369
+ "internalType": "bytes32",
14370
+ "name": "_txId",
14371
+ "type": "bytes32"
14372
+ },
14373
+ {
14374
+ "internalType": "bytes32",
14375
+ "name": "_commitHash",
14376
+ "type": "bytes32"
14377
+ },
14378
+ {
14379
+ "internalType": "uint256",
14380
+ "name": "_validatorIndex",
14381
+ "type": "uint256"
14382
+ }
14383
+ ],
14384
+ "name": "commitVote",
14385
+ "outputs": [],
14386
+ "stateMutability": "nonpayable",
14387
+ "type": "function"
14388
+ },
14389
+ {
14390
+ "inputs": [
14391
+ {
14392
+ "internalType": "address",
14393
+ "name": "_sender",
14394
+ "type": "address"
14395
+ },
14396
+ {
14397
+ "internalType": "uint256",
14398
+ "name": "_numOfInitialValidators",
14399
+ "type": "uint256"
14400
+ },
14401
+ {
14402
+ "internalType": "uint256",
14403
+ "name": "_maxRotations",
14404
+ "type": "uint256"
14405
+ },
14406
+ {
14407
+ "internalType": "bytes",
14408
+ "name": "_calldata",
14409
+ "type": "bytes"
14410
+ },
14411
+ {
14412
+ "internalType": "uint256",
14413
+ "name": "_saltNonce",
14414
+ "type": "uint256"
14415
+ },
14416
+ {
14417
+ "internalType": "uint256",
14418
+ "name": "_validUntil",
14419
+ "type": "uint256"
14420
+ }
14421
+ ],
14422
+ "name": "deploySalted",
14423
+ "outputs": [],
14424
+ "stateMutability": "payable",
14425
+ "type": "function"
14426
+ },
14427
+ {
14428
+ "inputs": [
14429
+ {
14430
+ "internalType": "address",
14431
+ "name": "_recipient",
14432
+ "type": "address"
14433
+ },
14434
+ {
14435
+ "internalType": "uint256",
14436
+ "name": "_value",
14437
+ "type": "uint256"
14438
+ },
14439
+ {
14440
+ "internalType": "bytes",
14441
+ "name": "_data",
14442
+ "type": "bytes"
14443
+ }
14444
+ ],
14445
+ "name": "executeMessage",
14446
+ "outputs": [
14447
+ {
14448
+ "internalType": "bool",
14449
+ "name": "success",
14450
+ "type": "bool"
14451
+ }
14452
+ ],
14453
+ "stateMutability": "nonpayable",
14454
+ "type": "function"
14455
+ },
14456
+ {
14457
+ "inputs": [
14458
+ {
14459
+ "internalType": "bytes32[]",
14460
+ "name": "_txIds",
14461
+ "type": "bytes32[]"
14462
+ }
14463
+ ],
14464
+ "name": "finalizeIdlenessTxs",
14465
+ "outputs": [],
14466
+ "stateMutability": "nonpayable",
14467
+ "type": "function"
14468
+ },
14469
+ {
14470
+ "inputs": [
14471
+ {
14472
+ "internalType": "bytes32",
14473
+ "name": "_txId",
14474
+ "type": "bytes32"
14475
+ }
14476
+ ],
14477
+ "name": "finalizeTransaction",
14478
+ "outputs": [],
14479
+ "stateMutability": "nonpayable",
14480
+ "type": "function"
14481
+ },
14482
+ {
14483
+ "inputs": [
14484
+ {
14485
+ "internalType": "bytes32",
14486
+ "name": "_txId",
14487
+ "type": "bytes32"
14488
+ }
14489
+ ],
14490
+ "name": "flushExternalMessages",
14491
+ "outputs": [],
14492
+ "stateMutability": "nonpayable",
14493
+ "type": "function"
14494
+ },
14495
+ {
14496
+ "inputs": [],
14497
+ "name": "getAddressManager",
14498
+ "outputs": [
14499
+ {
14500
+ "internalType": "contract IAddressManager",
14501
+ "name": "",
14502
+ "type": "address"
14503
+ }
14504
+ ],
14505
+ "stateMutability": "view",
14506
+ "type": "function"
14507
+ },
14508
+ {
14509
+ "inputs": [
14510
+ {
14511
+ "internalType": "bytes32",
14512
+ "name": "txId",
14513
+ "type": "bytes32"
14514
+ }
14515
+ ],
14516
+ "name": "getPendingTransactionValue",
14517
+ "outputs": [
14518
+ {
14519
+ "internalType": "uint256",
14520
+ "name": "",
14521
+ "type": "uint256"
14522
+ }
14523
+ ],
14524
+ "stateMutability": "view",
14525
+ "type": "function"
14526
+ },
14527
+ {
14528
+ "inputs": [
14529
+ {
14530
+ "internalType": "address",
14531
+ "name": "_addressManager",
14532
+ "type": "address"
14533
+ }
14534
+ ],
14535
+ "name": "initialize",
14536
+ "outputs": [],
14537
+ "stateMutability": "nonpayable",
14538
+ "type": "function"
14539
+ },
14540
+ {
14541
+ "inputs": [
14542
+ {
14543
+ "internalType": "address",
14544
+ "name": "addr",
14545
+ "type": "address"
14546
+ }
14547
+ ],
14548
+ "name": "isGhostContract",
14549
+ "outputs": [
14550
+ {
14551
+ "internalType": "bool",
14552
+ "name": "",
14553
+ "type": "bool"
14554
+ }
14555
+ ],
14556
+ "stateMutability": "view",
14557
+ "type": "function"
14558
+ },
14559
+ {
14560
+ "inputs": [
14561
+ {
14562
+ "internalType": "bytes32",
14563
+ "name": "_txId",
14564
+ "type": "bytes32"
14565
+ }
14566
+ ],
14567
+ "name": "leaderIdleness",
14568
+ "outputs": [],
14569
+ "stateMutability": "nonpayable",
14570
+ "type": "function"
14571
+ },
14572
+ {
14573
+ "inputs": [
14574
+ {
14575
+ "components": [
14576
+ {
14577
+ "internalType": "bytes32",
14578
+ "name": "txId",
14579
+ "type": "bytes32"
14580
+ },
14581
+ {
14582
+ "internalType": "uint256",
14583
+ "name": "saltAsAValidator",
14584
+ "type": "uint256"
14585
+ },
14586
+ {
14587
+ "internalType": "bytes32",
14588
+ "name": "txExecutionHash",
14589
+ "type": "bytes32"
14590
+ },
14591
+ {
14592
+ "internalType": "bytes32",
14593
+ "name": "messagesAndOtherFieldsHash",
14594
+ "type": "bytes32"
14595
+ },
14596
+ {
14597
+ "internalType": "bytes32",
14598
+ "name": "otherExecutionFieldsHash",
14599
+ "type": "bytes32"
14600
+ },
14601
+ {
14602
+ "internalType": "enum ITransactions.VoteType",
14603
+ "name": "resultValue",
14604
+ "type": "uint8"
14605
+ },
14606
+ {
14607
+ "components": [
14608
+ {
14609
+ "internalType": "enum IMessages.MessageType",
14610
+ "name": "messageType",
14611
+ "type": "uint8"
14612
+ },
14613
+ {
14614
+ "internalType": "address",
14615
+ "name": "recipient",
14616
+ "type": "address"
14617
+ },
14618
+ {
14619
+ "internalType": "uint256",
14620
+ "name": "value",
14621
+ "type": "uint256"
14622
+ },
14623
+ {
14624
+ "internalType": "bytes",
14625
+ "name": "data",
14626
+ "type": "bytes"
14627
+ },
14628
+ {
14629
+ "internalType": "bool",
14630
+ "name": "onAcceptance",
14631
+ "type": "bool"
14632
+ },
14633
+ {
14634
+ "internalType": "uint256",
14635
+ "name": "saltNonce",
14636
+ "type": "uint256"
14637
+ }
14638
+ ],
14639
+ "internalType": "struct IMessages.SubmittedMessage[]",
14640
+ "name": "messages",
14641
+ "type": "tuple[]"
14642
+ }
14643
+ ],
14644
+ "internalType": "struct IConsensusMain.LeaderRevealVoteParams",
14645
+ "name": "leaderRevealVoteParams",
14646
+ "type": "tuple"
14647
+ }
14648
+ ],
14649
+ "name": "leaderRevealVote",
14650
+ "outputs": [],
14651
+ "stateMutability": "nonpayable",
14652
+ "type": "function"
14653
+ },
14654
+ {
14655
+ "inputs": [],
14656
+ "name": "owner",
14657
+ "outputs": [
14658
+ {
14659
+ "internalType": "address",
14660
+ "name": "",
14661
+ "type": "address"
14662
+ }
14663
+ ],
14664
+ "stateMutability": "view",
14665
+ "type": "function"
14666
+ },
14667
+ {
14668
+ "inputs": [],
14669
+ "name": "pendingOwner",
14670
+ "outputs": [
14671
+ {
14672
+ "internalType": "address",
14673
+ "name": "",
14674
+ "type": "address"
14675
+ }
14676
+ ],
14677
+ "stateMutability": "view",
14678
+ "type": "function"
14679
+ },
14680
+ {
14681
+ "inputs": [
14682
+ {
14683
+ "internalType": "bytes32",
14684
+ "name": "_txId",
14685
+ "type": "bytes32"
14686
+ }
14687
+ ],
14688
+ "name": "processIdleness",
14689
+ "outputs": [],
14690
+ "stateMutability": "nonpayable",
14691
+ "type": "function"
14692
+ },
14693
+ {
14694
+ "inputs": [
14695
+ {
14696
+ "internalType": "bytes32",
14697
+ "name": "_txId",
14698
+ "type": "bytes32"
14699
+ },
14700
+ {
14701
+ "internalType": "bytes32",
14702
+ "name": "_txExecutionHash",
14703
+ "type": "bytes32"
14704
+ },
14705
+ {
14706
+ "internalType": "uint256",
14707
+ "name": "_processingBlock",
14708
+ "type": "uint256"
14709
+ },
14710
+ {
14711
+ "internalType": "address",
14712
+ "name": "_operator",
14713
+ "type": "address"
14714
+ },
14715
+ {
14716
+ "internalType": "bytes",
14717
+ "name": "_eqBlocksOutputs",
14718
+ "type": "bytes"
14719
+ },
14720
+ {
14721
+ "internalType": "bytes",
14722
+ "name": "_vrfProof",
14723
+ "type": "bytes"
14724
+ }
14725
+ ],
14726
+ "name": "proposeReceipt",
14727
+ "outputs": [],
14728
+ "stateMutability": "nonpayable",
14729
+ "type": "function"
14730
+ },
14731
+ {
14732
+ "inputs": [
14733
+ {
14734
+ "internalType": "bytes32[]",
14735
+ "name": "_txIds",
14736
+ "type": "bytes32[]"
14737
+ }
14738
+ ],
14739
+ "name": "redButtonFinalize",
14740
+ "outputs": [],
14741
+ "stateMutability": "nonpayable",
14742
+ "type": "function"
14743
+ },
14744
+ {
14745
+ "inputs": [
14746
+ {
14747
+ "internalType": "address",
14748
+ "name": "ghost",
14749
+ "type": "address"
14750
+ }
14751
+ ],
14752
+ "name": "registerGhostContract",
14753
+ "outputs": [],
14754
+ "stateMutability": "nonpayable",
14755
+ "type": "function"
14756
+ },
14757
+ {
14758
+ "inputs": [],
14759
+ "name": "renounceOwnership",
14760
+ "outputs": [],
14761
+ "stateMutability": "nonpayable",
14762
+ "type": "function"
14763
+ },
14764
+ {
14765
+ "inputs": [
14766
+ {
14767
+ "internalType": "bytes32",
14768
+ "name": "_txId",
14769
+ "type": "bytes32"
14770
+ },
14771
+ {
14772
+ "internalType": "uint256",
14773
+ "name": "_tribunalIndex",
14774
+ "type": "uint256"
14775
+ },
14776
+ {
14777
+ "internalType": "bytes32",
14778
+ "name": "_voteHash",
14779
+ "type": "bytes32"
14780
+ },
14781
+ {
14782
+ "internalType": "enum ITransactions.VoteType",
14783
+ "name": "_voteType",
14784
+ "type": "uint8"
14785
+ },
14786
+ {
14787
+ "internalType": "bytes32",
14788
+ "name": "_otherExecutionFieldsHash",
14789
+ "type": "bytes32"
14790
+ },
14791
+ {
14792
+ "internalType": "uint256",
14793
+ "name": "_nonce",
14794
+ "type": "uint256"
14795
+ }
14796
+ ],
14797
+ "name": "revealTribunalAppealVote",
14798
+ "outputs": [],
14799
+ "stateMutability": "nonpayable",
14800
+ "type": "function"
14801
+ },
14802
+ {
14803
+ "inputs": [
14804
+ {
14805
+ "internalType": "bytes32",
14806
+ "name": "_txId",
14807
+ "type": "bytes32"
14808
+ },
14809
+ {
14810
+ "internalType": "bytes32",
14811
+ "name": "_voteHash",
14812
+ "type": "bytes32"
14813
+ },
14814
+ {
14815
+ "internalType": "enum ITransactions.VoteType",
14816
+ "name": "_voteType",
14817
+ "type": "uint8"
14818
+ },
14819
+ {
14820
+ "internalType": "bytes32",
14821
+ "name": "_otherExecutionFieldsHash",
14822
+ "type": "bytes32"
14823
+ },
14824
+ {
14825
+ "internalType": "uint256",
14826
+ "name": "_nonce",
14827
+ "type": "uint256"
14828
+ },
14829
+ {
14830
+ "internalType": "uint256",
14831
+ "name": "_validatorIndex",
14832
+ "type": "uint256"
14833
+ }
14834
+ ],
14835
+ "name": "revealVote",
14836
+ "outputs": [],
14837
+ "stateMutability": "nonpayable",
14838
+ "type": "function"
14839
+ },
14840
+ {
14841
+ "inputs": [
14842
+ {
14843
+ "internalType": "address",
14844
+ "name": "_addressManager",
14845
+ "type": "address"
14846
+ }
14847
+ ],
14848
+ "name": "setAddressManager",
14849
+ "outputs": [],
14850
+ "stateMutability": "nonpayable",
14851
+ "type": "function"
14852
+ },
14853
+ {
14854
+ "inputs": [
14855
+ {
14856
+ "internalType": "bytes32",
14857
+ "name": "_txId",
14858
+ "type": "bytes32"
14859
+ }
14860
+ ],
14861
+ "name": "submitAppeal",
14862
+ "outputs": [],
14863
+ "stateMutability": "payable",
14864
+ "type": "function"
14865
+ },
14866
+ {
14867
+ "inputs": [
14868
+ {
14869
+ "internalType": "address",
14870
+ "name": "newOwner",
14871
+ "type": "address"
14872
+ }
14873
+ ],
14874
+ "name": "transferOwnership",
14875
+ "outputs": [],
14876
+ "stateMutability": "nonpayable",
14877
+ "type": "function"
14878
+ },
14879
+ {
14880
+ "stateMutability": "payable",
14881
+ "type": "receive"
14882
+ }
14883
+ ],
14884
+ bytecode: ""
14885
+ };
14886
+ var CONSENSUS_DATA_CONTRACT4 = {
14887
+ address: "0x85D7bf947A512Fc640C75327A780c90847267697",
14888
+ abi: [
14889
+ {
14890
+ "inputs": [],
14891
+ "name": "AccessControlBadConfirmation",
14892
+ "type": "error"
14893
+ },
14894
+ {
14895
+ "inputs": [
14896
+ {
14897
+ "internalType": "address",
14898
+ "name": "account",
14899
+ "type": "address"
14900
+ },
14901
+ {
14902
+ "internalType": "bytes32",
14903
+ "name": "neededRole",
14904
+ "type": "bytes32"
14905
+ }
14906
+ ],
14907
+ "name": "AccessControlUnauthorizedAccount",
14908
+ "type": "error"
14909
+ },
14910
+ {
14911
+ "inputs": [],
14912
+ "name": "InvalidInitialization",
14913
+ "type": "error"
14914
+ },
14915
+ {
14916
+ "inputs": [],
14917
+ "name": "NotInitializing",
14918
+ "type": "error"
14919
+ },
14920
+ {
14921
+ "inputs": [
14922
+ {
14923
+ "internalType": "address",
14924
+ "name": "owner",
14925
+ "type": "address"
14926
+ }
14927
+ ],
14928
+ "name": "OwnableInvalidOwner",
14929
+ "type": "error"
14930
+ },
14931
+ {
14932
+ "inputs": [
14933
+ {
14934
+ "internalType": "address",
14935
+ "name": "account",
14936
+ "type": "address"
14937
+ }
14938
+ ],
14939
+ "name": "OwnableUnauthorizedAccount",
14940
+ "type": "error"
14941
+ },
14942
+ {
14943
+ "inputs": [],
14944
+ "name": "ReentrancyGuardReentrantCall",
14945
+ "type": "error"
14946
+ },
14947
+ {
14948
+ "anonymous": false,
14949
+ "inputs": [
14950
+ {
14951
+ "indexed": false,
14952
+ "internalType": "uint64",
14953
+ "name": "version",
14954
+ "type": "uint64"
14955
+ }
14956
+ ],
14957
+ "name": "Initialized",
14958
+ "type": "event"
14959
+ },
14960
+ {
14961
+ "anonymous": false,
14962
+ "inputs": [
14963
+ {
14964
+ "indexed": true,
14965
+ "internalType": "address",
14966
+ "name": "previousOwner",
14967
+ "type": "address"
14968
+ },
14969
+ {
14970
+ "indexed": true,
14971
+ "internalType": "address",
14972
+ "name": "newOwner",
14973
+ "type": "address"
14974
+ }
14975
+ ],
14976
+ "name": "OwnershipTransferStarted",
14977
+ "type": "event"
14978
+ },
14979
+ {
14980
+ "anonymous": false,
14981
+ "inputs": [
14982
+ {
14983
+ "indexed": true,
14984
+ "internalType": "address",
14985
+ "name": "previousOwner",
14986
+ "type": "address"
14987
+ },
14988
+ {
14989
+ "indexed": true,
14990
+ "internalType": "address",
14991
+ "name": "newOwner",
14992
+ "type": "address"
14993
+ }
14994
+ ],
14995
+ "name": "OwnershipTransferred",
14996
+ "type": "event"
14997
+ },
14998
+ {
14999
+ "anonymous": false,
15000
+ "inputs": [
15001
+ {
15002
+ "indexed": true,
15003
+ "internalType": "bytes32",
15004
+ "name": "role",
15005
+ "type": "bytes32"
15006
+ },
15007
+ {
15008
+ "indexed": true,
15009
+ "internalType": "bytes32",
15010
+ "name": "previousAdminRole",
15011
+ "type": "bytes32"
15012
+ },
15013
+ {
15014
+ "indexed": true,
15015
+ "internalType": "bytes32",
15016
+ "name": "newAdminRole",
15017
+ "type": "bytes32"
15018
+ }
15019
+ ],
15020
+ "name": "RoleAdminChanged",
15021
+ "type": "event"
15022
+ },
15023
+ {
15024
+ "anonymous": false,
15025
+ "inputs": [
15026
+ {
15027
+ "indexed": true,
15028
+ "internalType": "bytes32",
15029
+ "name": "role",
15030
+ "type": "bytes32"
15031
+ },
15032
+ {
15033
+ "indexed": true,
15034
+ "internalType": "address",
15035
+ "name": "account",
15036
+ "type": "address"
15037
+ },
15038
+ {
15039
+ "indexed": true,
15040
+ "internalType": "address",
15041
+ "name": "sender",
15042
+ "type": "address"
15043
+ }
15044
+ ],
15045
+ "name": "RoleGranted",
15046
+ "type": "event"
15047
+ },
15048
+ {
15049
+ "anonymous": false,
15050
+ "inputs": [
15051
+ {
15052
+ "indexed": true,
15053
+ "internalType": "bytes32",
15054
+ "name": "role",
15055
+ "type": "bytes32"
15056
+ },
15057
+ {
15058
+ "indexed": true,
15059
+ "internalType": "address",
15060
+ "name": "account",
15061
+ "type": "address"
15062
+ },
15063
+ {
15064
+ "indexed": true,
15065
+ "internalType": "address",
15066
+ "name": "sender",
15067
+ "type": "address"
15068
+ }
15069
+ ],
15070
+ "name": "RoleRevoked",
15071
+ "type": "event"
15072
+ },
15073
+ {
15074
+ "inputs": [],
15075
+ "name": "DEFAULT_ADMIN_ROLE",
15076
+ "outputs": [
15077
+ {
15078
+ "internalType": "bytes32",
15079
+ "name": "",
15080
+ "type": "bytes32"
15081
+ }
15082
+ ],
15083
+ "stateMutability": "view",
15084
+ "type": "function"
15085
+ },
15086
+ {
15087
+ "inputs": [],
15088
+ "name": "acceptOwnership",
15089
+ "outputs": [],
15090
+ "stateMutability": "nonpayable",
15091
+ "type": "function"
15092
+ },
15093
+ {
15094
+ "inputs": [],
15095
+ "name": "addressManager",
15096
+ "outputs": [
15097
+ {
15098
+ "internalType": "contract IAddressManager",
15099
+ "name": "",
15100
+ "type": "address"
15101
+ }
15102
+ ],
15103
+ "stateMutability": "view",
15104
+ "type": "function"
15105
+ },
15106
+ {
15107
+ "inputs": [
15108
+ {
15109
+ "internalType": "bytes32",
15110
+ "name": "_txId",
15111
+ "type": "bytes32"
15112
+ },
15113
+ {
15114
+ "internalType": "uint256",
15115
+ "name": "_currentTimestamp",
15116
+ "type": "uint256"
15117
+ }
15118
+ ],
15119
+ "name": "canFinalize",
15120
+ "outputs": [
15121
+ {
15122
+ "internalType": "bool",
15123
+ "name": "",
15124
+ "type": "bool"
15125
+ },
15126
+ {
15127
+ "internalType": "uint256",
15128
+ "name": "",
15129
+ "type": "uint256"
15130
+ },
15131
+ {
15132
+ "internalType": "uint256",
15133
+ "name": "",
15134
+ "type": "uint256"
15135
+ }
15136
+ ],
15137
+ "stateMutability": "view",
15138
+ "type": "function"
15139
+ },
15140
+ {
15141
+ "inputs": [
15142
+ {
15143
+ "internalType": "address",
15144
+ "name": "recipient",
15145
+ "type": "address"
15146
+ }
15147
+ ],
15148
+ "name": "getLatestAcceptedTransaction",
15149
+ "outputs": [
15150
+ {
15151
+ "components": [
15152
+ {
15153
+ "internalType": "uint256",
15154
+ "name": "currentTimestamp",
15155
+ "type": "uint256"
15156
+ },
15157
+ {
15158
+ "internalType": "address",
15159
+ "name": "sender",
15160
+ "type": "address"
15161
+ },
15162
+ {
15163
+ "internalType": "address",
15164
+ "name": "recipient",
15165
+ "type": "address"
15166
+ },
15167
+ {
15168
+ "internalType": "uint256",
15169
+ "name": "initialRotations",
15170
+ "type": "uint256"
15171
+ },
15172
+ {
15173
+ "internalType": "uint256",
15174
+ "name": "txSlot",
15175
+ "type": "uint256"
15176
+ },
15177
+ {
15178
+ "internalType": "uint256",
15179
+ "name": "createdTimestamp",
15180
+ "type": "uint256"
15181
+ },
15182
+ {
15183
+ "internalType": "uint256",
15184
+ "name": "lastVoteTimestamp",
15185
+ "type": "uint256"
15186
+ },
15187
+ {
15188
+ "internalType": "bytes32",
15189
+ "name": "randomSeed",
15190
+ "type": "bytes32"
15191
+ },
15192
+ {
15193
+ "internalType": "enum ITransactions.ResultType",
15194
+ "name": "result",
15195
+ "type": "uint8"
15196
+ },
15197
+ {
15198
+ "internalType": "bytes32",
15199
+ "name": "txExecutionHash",
15200
+ "type": "bytes32"
15201
+ },
15202
+ {
15203
+ "internalType": "bytes",
15204
+ "name": "txCalldata",
15205
+ "type": "bytes"
15206
+ },
15207
+ {
15208
+ "internalType": "bytes",
15209
+ "name": "eqBlocksOutputs",
15210
+ "type": "bytes"
15211
+ },
15212
+ {
15213
+ "components": [
15214
+ {
15215
+ "internalType": "enum IMessages.MessageType",
15216
+ "name": "messageType",
15217
+ "type": "uint8"
15218
+ },
15219
+ {
15220
+ "internalType": "address",
15221
+ "name": "recipient",
15222
+ "type": "address"
15223
+ },
15224
+ {
15225
+ "internalType": "uint256",
15226
+ "name": "value",
15227
+ "type": "uint256"
15228
+ },
15229
+ {
15230
+ "internalType": "bytes",
15231
+ "name": "data",
15232
+ "type": "bytes"
15233
+ },
15234
+ {
15235
+ "internalType": "bool",
15236
+ "name": "onAcceptance",
15237
+ "type": "bool"
15238
+ },
15239
+ {
15240
+ "internalType": "uint256",
15241
+ "name": "saltNonce",
15242
+ "type": "uint256"
15243
+ }
15244
+ ],
15245
+ "internalType": "struct IMessages.SubmittedMessage[]",
15246
+ "name": "messages",
15247
+ "type": "tuple[]"
15248
+ },
15249
+ {
15250
+ "internalType": "enum IQueues.QueueType",
15251
+ "name": "queueType",
15252
+ "type": "uint8"
15253
+ },
15254
+ {
15255
+ "internalType": "uint256",
15256
+ "name": "queuePosition",
15257
+ "type": "uint256"
15258
+ },
15259
+ {
15260
+ "internalType": "address",
15261
+ "name": "activator",
15262
+ "type": "address"
15263
+ },
15264
+ {
15265
+ "internalType": "address",
15266
+ "name": "lastLeader",
15267
+ "type": "address"
15268
+ },
15269
+ {
15270
+ "internalType": "enum ITransactions.TransactionStatus",
15271
+ "name": "status",
15272
+ "type": "uint8"
15273
+ },
15274
+ {
15275
+ "internalType": "bytes32",
15276
+ "name": "txId",
15277
+ "type": "bytes32"
15278
+ },
15279
+ {
15280
+ "components": [
15281
+ {
15282
+ "internalType": "uint256",
15283
+ "name": "activationBlock",
15284
+ "type": "uint256"
15285
+ },
15286
+ {
15287
+ "internalType": "uint256",
15288
+ "name": "processingBlock",
15289
+ "type": "uint256"
15290
+ },
15291
+ {
15292
+ "internalType": "uint256",
15293
+ "name": "proposalBlock",
15294
+ "type": "uint256"
15295
+ }
15296
+ ],
15297
+ "internalType": "struct ITransactions.ReadStateBlockRange",
15298
+ "name": "readStateBlockRange",
15299
+ "type": "tuple"
15300
+ },
15301
+ {
15302
+ "internalType": "uint256",
15303
+ "name": "numOfRounds",
15304
+ "type": "uint256"
15305
+ },
15306
+ {
15307
+ "components": [
15308
+ {
15309
+ "internalType": "uint256",
15310
+ "name": "round",
15311
+ "type": "uint256"
15312
+ },
15313
+ {
15314
+ "internalType": "uint256",
15315
+ "name": "leaderIndex",
15316
+ "type": "uint256"
15317
+ },
15318
+ {
15319
+ "internalType": "uint256",
15320
+ "name": "votesCommitted",
15321
+ "type": "uint256"
15322
+ },
15323
+ {
15324
+ "internalType": "uint256",
15325
+ "name": "votesRevealed",
15326
+ "type": "uint256"
15327
+ },
15328
+ {
15329
+ "internalType": "uint256",
15330
+ "name": "appealBond",
15331
+ "type": "uint256"
15332
+ },
15333
+ {
15334
+ "internalType": "uint256",
15335
+ "name": "rotationsLeft",
15336
+ "type": "uint256"
15337
+ },
15338
+ {
15339
+ "internalType": "enum ITransactions.ResultType",
15340
+ "name": "result",
15341
+ "type": "uint8"
15342
+ },
15343
+ {
15344
+ "internalType": "address[]",
15345
+ "name": "roundValidators",
15346
+ "type": "address[]"
15347
+ },
15348
+ {
15349
+ "internalType": "enum ITransactions.VoteType[]",
15350
+ "name": "validatorVotes",
15351
+ "type": "uint8[]"
15352
+ },
15353
+ {
15354
+ "internalType": "bytes32[]",
15355
+ "name": "validatorVotesHash",
15356
+ "type": "bytes32[]"
15357
+ },
15358
+ {
15359
+ "internalType": "bytes32[]",
15360
+ "name": "validatorResultHash",
15361
+ "type": "bytes32[]"
15362
+ }
15363
+ ],
15364
+ "internalType": "struct ITransactions.RoundData",
15365
+ "name": "lastRound",
15366
+ "type": "tuple"
15367
+ },
15368
+ {
15369
+ "internalType": "address[]",
15370
+ "name": "consumedValidators",
15371
+ "type": "address[]"
15372
+ }
15373
+ ],
15374
+ "internalType": "struct ConsensusData.TransactionData",
15375
+ "name": "inputData",
15376
+ "type": "tuple"
15377
+ }
15378
+ ],
15379
+ "stateMutability": "view",
15380
+ "type": "function"
15381
+ },
15382
+ {
15383
+ "inputs": [
15384
+ {
15385
+ "internalType": "address",
15386
+ "name": "recipient",
15387
+ "type": "address"
15388
+ },
15389
+ {
15390
+ "internalType": "uint256",
15391
+ "name": "startIndex",
15392
+ "type": "uint256"
15393
+ },
15394
+ {
15395
+ "internalType": "uint256",
15396
+ "name": "pageSize",
15397
+ "type": "uint256"
15398
+ }
15399
+ ],
15400
+ "name": "getLatestAcceptedTransactions",
15401
+ "outputs": [
15402
+ {
15403
+ "components": [
15404
+ {
15405
+ "internalType": "uint256",
15406
+ "name": "currentTimestamp",
15407
+ "type": "uint256"
15408
+ },
15409
+ {
15410
+ "internalType": "address",
15411
+ "name": "sender",
15412
+ "type": "address"
15413
+ },
15414
+ {
15415
+ "internalType": "address",
15416
+ "name": "recipient",
15417
+ "type": "address"
15418
+ },
15419
+ {
15420
+ "internalType": "uint256",
15421
+ "name": "initialRotations",
15422
+ "type": "uint256"
15423
+ },
15424
+ {
15425
+ "internalType": "uint256",
15426
+ "name": "txSlot",
15427
+ "type": "uint256"
15428
+ },
15429
+ {
15430
+ "internalType": "uint256",
15431
+ "name": "createdTimestamp",
15432
+ "type": "uint256"
15433
+ },
15434
+ {
15435
+ "internalType": "uint256",
15436
+ "name": "lastVoteTimestamp",
15437
+ "type": "uint256"
15438
+ },
15439
+ {
15440
+ "internalType": "bytes32",
15441
+ "name": "randomSeed",
15442
+ "type": "bytes32"
15443
+ },
15444
+ {
15445
+ "internalType": "enum ITransactions.ResultType",
15446
+ "name": "result",
15447
+ "type": "uint8"
15448
+ },
15449
+ {
15450
+ "internalType": "bytes32",
15451
+ "name": "txExecutionHash",
15452
+ "type": "bytes32"
15453
+ },
15454
+ {
15455
+ "internalType": "bytes",
15456
+ "name": "txCalldata",
15457
+ "type": "bytes"
15458
+ },
15459
+ {
15460
+ "internalType": "bytes",
15461
+ "name": "eqBlocksOutputs",
15462
+ "type": "bytes"
15463
+ },
15464
+ {
15465
+ "components": [
15466
+ {
15467
+ "internalType": "enum IMessages.MessageType",
15468
+ "name": "messageType",
15469
+ "type": "uint8"
15470
+ },
15471
+ {
15472
+ "internalType": "address",
15473
+ "name": "recipient",
15474
+ "type": "address"
15475
+ },
15476
+ {
15477
+ "internalType": "uint256",
15478
+ "name": "value",
15479
+ "type": "uint256"
15480
+ },
15481
+ {
15482
+ "internalType": "bytes",
15483
+ "name": "data",
15484
+ "type": "bytes"
15485
+ },
15486
+ {
15487
+ "internalType": "bool",
15488
+ "name": "onAcceptance",
15489
+ "type": "bool"
15490
+ },
15491
+ {
15492
+ "internalType": "uint256",
15493
+ "name": "saltNonce",
15494
+ "type": "uint256"
15495
+ }
15496
+ ],
15497
+ "internalType": "struct IMessages.SubmittedMessage[]",
15498
+ "name": "messages",
15499
+ "type": "tuple[]"
15500
+ },
15501
+ {
15502
+ "internalType": "enum IQueues.QueueType",
15503
+ "name": "queueType",
15504
+ "type": "uint8"
15505
+ },
15506
+ {
15507
+ "internalType": "uint256",
15508
+ "name": "queuePosition",
15509
+ "type": "uint256"
15510
+ },
15511
+ {
15512
+ "internalType": "address",
15513
+ "name": "activator",
15514
+ "type": "address"
15515
+ },
15516
+ {
15517
+ "internalType": "address",
15518
+ "name": "lastLeader",
15519
+ "type": "address"
15520
+ },
15521
+ {
15522
+ "internalType": "enum ITransactions.TransactionStatus",
15523
+ "name": "status",
15524
+ "type": "uint8"
15525
+ },
15526
+ {
15527
+ "internalType": "bytes32",
15528
+ "name": "txId",
15529
+ "type": "bytes32"
15530
+ },
15531
+ {
15532
+ "components": [
15533
+ {
15534
+ "internalType": "uint256",
15535
+ "name": "activationBlock",
15536
+ "type": "uint256"
15537
+ },
15538
+ {
15539
+ "internalType": "uint256",
15540
+ "name": "processingBlock",
15541
+ "type": "uint256"
15542
+ },
15543
+ {
15544
+ "internalType": "uint256",
15545
+ "name": "proposalBlock",
15546
+ "type": "uint256"
15547
+ }
15548
+ ],
15549
+ "internalType": "struct ITransactions.ReadStateBlockRange",
15550
+ "name": "readStateBlockRange",
15551
+ "type": "tuple"
15552
+ },
15553
+ {
15554
+ "internalType": "uint256",
15555
+ "name": "numOfRounds",
15556
+ "type": "uint256"
15557
+ },
15558
+ {
15559
+ "components": [
15560
+ {
15561
+ "internalType": "uint256",
15562
+ "name": "round",
15563
+ "type": "uint256"
15564
+ },
15565
+ {
15566
+ "internalType": "uint256",
15567
+ "name": "leaderIndex",
15568
+ "type": "uint256"
15569
+ },
15570
+ {
15571
+ "internalType": "uint256",
15572
+ "name": "votesCommitted",
15573
+ "type": "uint256"
15574
+ },
15575
+ {
15576
+ "internalType": "uint256",
15577
+ "name": "votesRevealed",
15578
+ "type": "uint256"
15579
+ },
15580
+ {
15581
+ "internalType": "uint256",
15582
+ "name": "appealBond",
15583
+ "type": "uint256"
15584
+ },
15585
+ {
15586
+ "internalType": "uint256",
15587
+ "name": "rotationsLeft",
15588
+ "type": "uint256"
15589
+ },
15590
+ {
15591
+ "internalType": "enum ITransactions.ResultType",
15592
+ "name": "result",
15593
+ "type": "uint8"
15594
+ },
15595
+ {
15596
+ "internalType": "address[]",
15597
+ "name": "roundValidators",
15598
+ "type": "address[]"
15599
+ },
15600
+ {
15601
+ "internalType": "enum ITransactions.VoteType[]",
15602
+ "name": "validatorVotes",
15603
+ "type": "uint8[]"
15604
+ },
15605
+ {
15606
+ "internalType": "bytes32[]",
15607
+ "name": "validatorVotesHash",
15608
+ "type": "bytes32[]"
15609
+ },
15610
+ {
15611
+ "internalType": "bytes32[]",
15612
+ "name": "validatorResultHash",
15613
+ "type": "bytes32[]"
15614
+ }
15615
+ ],
15616
+ "internalType": "struct ITransactions.RoundData",
15617
+ "name": "lastRound",
15618
+ "type": "tuple"
15619
+ },
15620
+ {
15621
+ "internalType": "address[]",
15622
+ "name": "consumedValidators",
15623
+ "type": "address[]"
15624
+ }
15625
+ ],
15626
+ "internalType": "struct ConsensusData.TransactionData[]",
15627
+ "name": "",
15628
+ "type": "tuple[]"
15629
+ }
15630
+ ],
15631
+ "stateMutability": "view",
15632
+ "type": "function"
15633
+ },
15634
+ {
15635
+ "inputs": [
15636
+ {
15637
+ "internalType": "address",
15638
+ "name": "recipient",
15639
+ "type": "address"
15640
+ }
15641
+ ],
15642
+ "name": "getLatestAcceptedTxCount",
15643
+ "outputs": [
15644
+ {
15645
+ "internalType": "uint256",
15646
+ "name": "",
15647
+ "type": "uint256"
15648
+ }
15649
+ ],
15650
+ "stateMutability": "view",
15651
+ "type": "function"
15652
+ },
15653
+ {
15654
+ "inputs": [
15655
+ {
15656
+ "internalType": "address",
15657
+ "name": "recipient",
15658
+ "type": "address"
15659
+ }
15660
+ ],
15661
+ "name": "getLatestFinalizedTransaction",
15662
+ "outputs": [
15663
+ {
15664
+ "components": [
15665
+ {
15666
+ "internalType": "uint256",
15667
+ "name": "currentTimestamp",
15668
+ "type": "uint256"
15669
+ },
15670
+ {
15671
+ "internalType": "address",
15672
+ "name": "sender",
15673
+ "type": "address"
15674
+ },
15675
+ {
15676
+ "internalType": "address",
15677
+ "name": "recipient",
15678
+ "type": "address"
15679
+ },
15680
+ {
15681
+ "internalType": "uint256",
15682
+ "name": "initialRotations",
15683
+ "type": "uint256"
15684
+ },
15685
+ {
15686
+ "internalType": "uint256",
15687
+ "name": "txSlot",
15688
+ "type": "uint256"
15689
+ },
15690
+ {
15691
+ "internalType": "uint256",
15692
+ "name": "createdTimestamp",
15693
+ "type": "uint256"
15694
+ },
15695
+ {
15696
+ "internalType": "uint256",
15697
+ "name": "lastVoteTimestamp",
15698
+ "type": "uint256"
15699
+ },
15700
+ {
15701
+ "internalType": "bytes32",
15702
+ "name": "randomSeed",
15703
+ "type": "bytes32"
15704
+ },
15705
+ {
15706
+ "internalType": "enum ITransactions.ResultType",
15707
+ "name": "result",
15708
+ "type": "uint8"
15709
+ },
15710
+ {
15711
+ "internalType": "bytes32",
15712
+ "name": "txExecutionHash",
15713
+ "type": "bytes32"
15714
+ },
15715
+ {
15716
+ "internalType": "bytes",
15717
+ "name": "txCalldata",
15718
+ "type": "bytes"
15719
+ },
15720
+ {
15721
+ "internalType": "bytes",
15722
+ "name": "eqBlocksOutputs",
15723
+ "type": "bytes"
15724
+ },
15725
+ {
15726
+ "components": [
15727
+ {
15728
+ "internalType": "enum IMessages.MessageType",
15729
+ "name": "messageType",
15730
+ "type": "uint8"
15731
+ },
15732
+ {
15733
+ "internalType": "address",
15734
+ "name": "recipient",
15735
+ "type": "address"
15736
+ },
15737
+ {
15738
+ "internalType": "uint256",
15739
+ "name": "value",
15740
+ "type": "uint256"
15741
+ },
15742
+ {
15743
+ "internalType": "bytes",
15744
+ "name": "data",
15745
+ "type": "bytes"
15746
+ },
15747
+ {
15748
+ "internalType": "bool",
15749
+ "name": "onAcceptance",
15750
+ "type": "bool"
15751
+ },
15752
+ {
15753
+ "internalType": "uint256",
15754
+ "name": "saltNonce",
15755
+ "type": "uint256"
15756
+ }
15757
+ ],
15758
+ "internalType": "struct IMessages.SubmittedMessage[]",
15759
+ "name": "messages",
15760
+ "type": "tuple[]"
15761
+ },
15762
+ {
15763
+ "internalType": "enum IQueues.QueueType",
15764
+ "name": "queueType",
15765
+ "type": "uint8"
15766
+ },
15767
+ {
15768
+ "internalType": "uint256",
15769
+ "name": "queuePosition",
15770
+ "type": "uint256"
15771
+ },
15772
+ {
15773
+ "internalType": "address",
15774
+ "name": "activator",
15775
+ "type": "address"
15776
+ },
15777
+ {
15778
+ "internalType": "address",
15779
+ "name": "lastLeader",
15780
+ "type": "address"
15781
+ },
15782
+ {
15783
+ "internalType": "enum ITransactions.TransactionStatus",
15784
+ "name": "status",
15785
+ "type": "uint8"
15786
+ },
15787
+ {
15788
+ "internalType": "bytes32",
15789
+ "name": "txId",
15790
+ "type": "bytes32"
15791
+ },
15792
+ {
15793
+ "components": [
15794
+ {
15795
+ "internalType": "uint256",
15796
+ "name": "activationBlock",
15797
+ "type": "uint256"
15798
+ },
15799
+ {
15800
+ "internalType": "uint256",
15801
+ "name": "processingBlock",
15802
+ "type": "uint256"
15803
+ },
15804
+ {
15805
+ "internalType": "uint256",
15806
+ "name": "proposalBlock",
15807
+ "type": "uint256"
15808
+ }
15809
+ ],
15810
+ "internalType": "struct ITransactions.ReadStateBlockRange",
15811
+ "name": "readStateBlockRange",
15812
+ "type": "tuple"
15813
+ },
15814
+ {
15815
+ "internalType": "uint256",
15816
+ "name": "numOfRounds",
15817
+ "type": "uint256"
15818
+ },
15819
+ {
15820
+ "components": [
15821
+ {
15822
+ "internalType": "uint256",
15823
+ "name": "round",
15824
+ "type": "uint256"
15825
+ },
15826
+ {
15827
+ "internalType": "uint256",
15828
+ "name": "leaderIndex",
15829
+ "type": "uint256"
15830
+ },
15831
+ {
15832
+ "internalType": "uint256",
15833
+ "name": "votesCommitted",
15834
+ "type": "uint256"
15835
+ },
15836
+ {
15837
+ "internalType": "uint256",
15838
+ "name": "votesRevealed",
15839
+ "type": "uint256"
15840
+ },
15841
+ {
15842
+ "internalType": "uint256",
15843
+ "name": "appealBond",
15844
+ "type": "uint256"
15845
+ },
15846
+ {
15847
+ "internalType": "uint256",
15848
+ "name": "rotationsLeft",
15849
+ "type": "uint256"
15850
+ },
15851
+ {
15852
+ "internalType": "enum ITransactions.ResultType",
15853
+ "name": "result",
15854
+ "type": "uint8"
15855
+ },
15856
+ {
15857
+ "internalType": "address[]",
15858
+ "name": "roundValidators",
15859
+ "type": "address[]"
15860
+ },
15861
+ {
15862
+ "internalType": "enum ITransactions.VoteType[]",
15863
+ "name": "validatorVotes",
15864
+ "type": "uint8[]"
15865
+ },
15866
+ {
15867
+ "internalType": "bytes32[]",
15868
+ "name": "validatorVotesHash",
15869
+ "type": "bytes32[]"
15870
+ },
15871
+ {
15872
+ "internalType": "bytes32[]",
15873
+ "name": "validatorResultHash",
15874
+ "type": "bytes32[]"
15875
+ }
15876
+ ],
15877
+ "internalType": "struct ITransactions.RoundData",
15878
+ "name": "lastRound",
15879
+ "type": "tuple"
15880
+ },
15881
+ {
15882
+ "internalType": "address[]",
15883
+ "name": "consumedValidators",
15884
+ "type": "address[]"
15885
+ }
15886
+ ],
15887
+ "internalType": "struct ConsensusData.TransactionData",
15888
+ "name": "inputData",
15889
+ "type": "tuple"
15890
+ }
15891
+ ],
15892
+ "stateMutability": "view",
15893
+ "type": "function"
15894
+ },
15895
+ {
15896
+ "inputs": [
15897
+ {
15898
+ "internalType": "address",
15899
+ "name": "recipient",
15900
+ "type": "address"
15901
+ },
15902
+ {
15903
+ "internalType": "uint256",
15904
+ "name": "startIndex",
15905
+ "type": "uint256"
15906
+ },
15907
+ {
15908
+ "internalType": "uint256",
15909
+ "name": "pageSize",
15910
+ "type": "uint256"
15911
+ }
15912
+ ],
15913
+ "name": "getLatestFinalizedTransactions",
15914
+ "outputs": [
15915
+ {
15916
+ "components": [
15917
+ {
15918
+ "internalType": "uint256",
15919
+ "name": "currentTimestamp",
15920
+ "type": "uint256"
15921
+ },
15922
+ {
15923
+ "internalType": "address",
15924
+ "name": "sender",
15925
+ "type": "address"
15926
+ },
15927
+ {
15928
+ "internalType": "address",
15929
+ "name": "recipient",
15930
+ "type": "address"
15931
+ },
15932
+ {
15933
+ "internalType": "uint256",
15934
+ "name": "initialRotations",
15935
+ "type": "uint256"
15936
+ },
15937
+ {
15938
+ "internalType": "uint256",
15939
+ "name": "txSlot",
15940
+ "type": "uint256"
15941
+ },
15942
+ {
15943
+ "internalType": "uint256",
15944
+ "name": "createdTimestamp",
15945
+ "type": "uint256"
15946
+ },
15947
+ {
15948
+ "internalType": "uint256",
15949
+ "name": "lastVoteTimestamp",
15950
+ "type": "uint256"
15951
+ },
15952
+ {
15953
+ "internalType": "bytes32",
15954
+ "name": "randomSeed",
15955
+ "type": "bytes32"
15956
+ },
15957
+ {
15958
+ "internalType": "enum ITransactions.ResultType",
15959
+ "name": "result",
15960
+ "type": "uint8"
15961
+ },
15962
+ {
15963
+ "internalType": "bytes32",
15964
+ "name": "txExecutionHash",
15965
+ "type": "bytes32"
15966
+ },
15967
+ {
15968
+ "internalType": "bytes",
15969
+ "name": "txCalldata",
15970
+ "type": "bytes"
15971
+ },
15972
+ {
15973
+ "internalType": "bytes",
15974
+ "name": "eqBlocksOutputs",
15975
+ "type": "bytes"
15976
+ },
15977
+ {
15978
+ "components": [
15979
+ {
15980
+ "internalType": "enum IMessages.MessageType",
15981
+ "name": "messageType",
15982
+ "type": "uint8"
15983
+ },
15984
+ {
15985
+ "internalType": "address",
15986
+ "name": "recipient",
15987
+ "type": "address"
15988
+ },
15989
+ {
15990
+ "internalType": "uint256",
15991
+ "name": "value",
15992
+ "type": "uint256"
15993
+ },
15994
+ {
15995
+ "internalType": "bytes",
15996
+ "name": "data",
15997
+ "type": "bytes"
15998
+ },
15999
+ {
16000
+ "internalType": "bool",
16001
+ "name": "onAcceptance",
16002
+ "type": "bool"
16003
+ },
16004
+ {
16005
+ "internalType": "uint256",
16006
+ "name": "saltNonce",
16007
+ "type": "uint256"
16008
+ }
16009
+ ],
16010
+ "internalType": "struct IMessages.SubmittedMessage[]",
16011
+ "name": "messages",
16012
+ "type": "tuple[]"
16013
+ },
16014
+ {
16015
+ "internalType": "enum IQueues.QueueType",
16016
+ "name": "queueType",
16017
+ "type": "uint8"
16018
+ },
16019
+ {
16020
+ "internalType": "uint256",
16021
+ "name": "queuePosition",
16022
+ "type": "uint256"
16023
+ },
16024
+ {
16025
+ "internalType": "address",
16026
+ "name": "activator",
16027
+ "type": "address"
16028
+ },
16029
+ {
16030
+ "internalType": "address",
16031
+ "name": "lastLeader",
16032
+ "type": "address"
16033
+ },
16034
+ {
16035
+ "internalType": "enum ITransactions.TransactionStatus",
16036
+ "name": "status",
16037
+ "type": "uint8"
16038
+ },
16039
+ {
16040
+ "internalType": "bytes32",
16041
+ "name": "txId",
16042
+ "type": "bytes32"
16043
+ },
16044
+ {
16045
+ "components": [
16046
+ {
16047
+ "internalType": "uint256",
16048
+ "name": "activationBlock",
16049
+ "type": "uint256"
16050
+ },
16051
+ {
16052
+ "internalType": "uint256",
16053
+ "name": "processingBlock",
16054
+ "type": "uint256"
16055
+ },
16056
+ {
16057
+ "internalType": "uint256",
16058
+ "name": "proposalBlock",
16059
+ "type": "uint256"
16060
+ }
16061
+ ],
16062
+ "internalType": "struct ITransactions.ReadStateBlockRange",
16063
+ "name": "readStateBlockRange",
16064
+ "type": "tuple"
16065
+ },
16066
+ {
16067
+ "internalType": "uint256",
16068
+ "name": "numOfRounds",
16069
+ "type": "uint256"
16070
+ },
16071
+ {
16072
+ "components": [
16073
+ {
16074
+ "internalType": "uint256",
16075
+ "name": "round",
16076
+ "type": "uint256"
16077
+ },
16078
+ {
16079
+ "internalType": "uint256",
16080
+ "name": "leaderIndex",
16081
+ "type": "uint256"
16082
+ },
16083
+ {
16084
+ "internalType": "uint256",
16085
+ "name": "votesCommitted",
16086
+ "type": "uint256"
16087
+ },
16088
+ {
16089
+ "internalType": "uint256",
16090
+ "name": "votesRevealed",
16091
+ "type": "uint256"
16092
+ },
16093
+ {
16094
+ "internalType": "uint256",
16095
+ "name": "appealBond",
16096
+ "type": "uint256"
16097
+ },
16098
+ {
16099
+ "internalType": "uint256",
16100
+ "name": "rotationsLeft",
16101
+ "type": "uint256"
16102
+ },
16103
+ {
16104
+ "internalType": "enum ITransactions.ResultType",
16105
+ "name": "result",
16106
+ "type": "uint8"
16107
+ },
16108
+ {
16109
+ "internalType": "address[]",
16110
+ "name": "roundValidators",
16111
+ "type": "address[]"
16112
+ },
16113
+ {
16114
+ "internalType": "enum ITransactions.VoteType[]",
16115
+ "name": "validatorVotes",
16116
+ "type": "uint8[]"
16117
+ },
16118
+ {
16119
+ "internalType": "bytes32[]",
16120
+ "name": "validatorVotesHash",
16121
+ "type": "bytes32[]"
16122
+ },
16123
+ {
16124
+ "internalType": "bytes32[]",
16125
+ "name": "validatorResultHash",
16126
+ "type": "bytes32[]"
16127
+ }
16128
+ ],
16129
+ "internalType": "struct ITransactions.RoundData",
16130
+ "name": "lastRound",
16131
+ "type": "tuple"
16132
+ },
16133
+ {
16134
+ "internalType": "address[]",
16135
+ "name": "consumedValidators",
16136
+ "type": "address[]"
16137
+ }
16138
+ ],
16139
+ "internalType": "struct ConsensusData.TransactionData[]",
16140
+ "name": "",
16141
+ "type": "tuple[]"
16142
+ }
16143
+ ],
16144
+ "stateMutability": "view",
16145
+ "type": "function"
16146
+ },
16147
+ {
16148
+ "inputs": [
16149
+ {
16150
+ "internalType": "address",
16151
+ "name": "recipient",
16152
+ "type": "address"
16153
+ }
16154
+ ],
16155
+ "name": "getLatestFinalizedTxCount",
16156
+ "outputs": [
16157
+ {
16158
+ "internalType": "uint256",
16159
+ "name": "",
16160
+ "type": "uint256"
16161
+ }
16162
+ ],
16163
+ "stateMutability": "view",
16164
+ "type": "function"
16165
+ },
16166
+ {
16167
+ "inputs": [
16168
+ {
16169
+ "internalType": "bytes32",
16170
+ "name": "role",
16171
+ "type": "bytes32"
16172
+ }
16173
+ ],
16174
+ "name": "getRoleAdmin",
16175
+ "outputs": [
16176
+ {
16177
+ "internalType": "bytes32",
16178
+ "name": "",
16179
+ "type": "bytes32"
16180
+ }
16181
+ ],
16182
+ "stateMutability": "view",
16183
+ "type": "function"
16184
+ },
16185
+ {
16186
+ "inputs": [
16187
+ {
16188
+ "internalType": "bytes32",
16189
+ "name": "_txId",
16190
+ "type": "bytes32"
16191
+ }
16192
+ ],
16193
+ "name": "getTransactionAllData",
16194
+ "outputs": [
16195
+ {
16196
+ "components": [
16197
+ {
16198
+ "internalType": "enum ITransactions.ResultType",
16199
+ "name": "result",
16200
+ "type": "uint8"
16201
+ },
16202
+ {
16203
+ "internalType": "enum ITransactions.VoteType",
16204
+ "name": "txExecutionResult",
16205
+ "type": "uint8"
16206
+ },
16207
+ {
16208
+ "internalType": "enum ITransactions.TransactionStatus",
16209
+ "name": "previousStatus",
16210
+ "type": "uint8"
16211
+ },
16212
+ {
16213
+ "internalType": "enum ITransactions.TransactionStatus",
16214
+ "name": "status",
16215
+ "type": "uint8"
16216
+ },
16217
+ {
16218
+ "internalType": "address",
16219
+ "name": "txOrigin",
16220
+ "type": "address"
16221
+ },
16222
+ {
16223
+ "internalType": "address",
16224
+ "name": "sender",
16225
+ "type": "address"
16226
+ },
16227
+ {
16228
+ "internalType": "address",
16229
+ "name": "recipient",
16230
+ "type": "address"
16231
+ },
16232
+ {
16233
+ "internalType": "address",
16234
+ "name": "activator",
16235
+ "type": "address"
16236
+ },
16237
+ {
16238
+ "internalType": "uint256",
16239
+ "name": "txSlot",
16240
+ "type": "uint256"
16241
+ },
16242
+ {
16243
+ "internalType": "uint256",
16244
+ "name": "initialRotations",
16245
+ "type": "uint256"
16246
+ },
16247
+ {
16248
+ "internalType": "uint256",
16249
+ "name": "numOfInitialValidators",
16250
+ "type": "uint256"
16251
+ },
16252
+ {
16253
+ "internalType": "uint256",
16254
+ "name": "epoch",
16255
+ "type": "uint256"
16256
+ },
16257
+ {
16258
+ "internalType": "bytes32",
16259
+ "name": "id",
16260
+ "type": "bytes32"
16261
+ },
16262
+ {
16263
+ "internalType": "bytes32",
16264
+ "name": "randomSeed",
16265
+ "type": "bytes32"
16266
+ },
16267
+ {
16268
+ "internalType": "bytes32",
16269
+ "name": "txExecutionHash",
16270
+ "type": "bytes32"
16271
+ },
16272
+ {
16273
+ "internalType": "bytes32",
16274
+ "name": "resultHash",
16275
+ "type": "bytes32"
16276
+ },
16277
+ {
16278
+ "internalType": "bytes",
16279
+ "name": "txCalldata",
16280
+ "type": "bytes"
16281
+ },
16282
+ {
16283
+ "internalType": "bytes",
16284
+ "name": "eqBlocksOutputs",
16285
+ "type": "bytes"
16286
+ },
16287
+ {
16288
+ "components": [
16289
+ {
16290
+ "internalType": "uint256",
16291
+ "name": "activationBlock",
16292
+ "type": "uint256"
16293
+ },
16294
+ {
16295
+ "internalType": "uint256",
16296
+ "name": "processingBlock",
16297
+ "type": "uint256"
16298
+ },
16299
+ {
16300
+ "internalType": "uint256",
16301
+ "name": "proposalBlock",
16302
+ "type": "uint256"
16303
+ }
16304
+ ],
16305
+ "internalType": "struct ITransactions.ReadStateBlockRange[]",
16306
+ "name": "readStateBlockRanges",
16307
+ "type": "tuple[]"
16308
+ },
16309
+ {
16310
+ "internalType": "uint256",
16311
+ "name": "validUntil",
16312
+ "type": "uint256"
16313
+ },
16314
+ {
16315
+ "internalType": "uint256",
16316
+ "name": "value",
16317
+ "type": "uint256"
16318
+ }
16319
+ ],
16320
+ "internalType": "struct ITransactions.Transaction",
16321
+ "name": "transaction",
16322
+ "type": "tuple"
16323
+ },
16324
+ {
16325
+ "components": [
16326
+ {
16327
+ "internalType": "uint256",
16328
+ "name": "round",
16329
+ "type": "uint256"
16330
+ },
16331
+ {
16332
+ "internalType": "uint256",
16333
+ "name": "leaderIndex",
16334
+ "type": "uint256"
16335
+ },
16336
+ {
16337
+ "internalType": "uint256",
16338
+ "name": "votesCommitted",
16339
+ "type": "uint256"
16340
+ },
16341
+ {
16342
+ "internalType": "uint256",
16343
+ "name": "votesRevealed",
16344
+ "type": "uint256"
16345
+ },
16346
+ {
16347
+ "internalType": "uint256",
16348
+ "name": "appealBond",
16349
+ "type": "uint256"
16350
+ },
16351
+ {
16352
+ "internalType": "uint256",
16353
+ "name": "rotationsLeft",
16354
+ "type": "uint256"
16355
+ },
16356
+ {
16357
+ "internalType": "enum ITransactions.ResultType",
16358
+ "name": "result",
16359
+ "type": "uint8"
16360
+ },
16361
+ {
16362
+ "internalType": "address[]",
16363
+ "name": "roundValidators",
16364
+ "type": "address[]"
16365
+ },
16366
+ {
16367
+ "internalType": "enum ITransactions.VoteType[]",
16368
+ "name": "validatorVotes",
16369
+ "type": "uint8[]"
16370
+ },
16371
+ {
16372
+ "internalType": "bytes32[]",
16373
+ "name": "validatorVotesHash",
16374
+ "type": "bytes32[]"
16375
+ },
16376
+ {
16377
+ "internalType": "bytes32[]",
16378
+ "name": "validatorResultHash",
16379
+ "type": "bytes32[]"
16380
+ }
16381
+ ],
16382
+ "internalType": "struct ITransactions.RoundData[]",
16383
+ "name": "roundsData",
16384
+ "type": "tuple[]"
16385
+ }
16386
+ ],
16387
+ "stateMutability": "view",
16388
+ "type": "function"
16389
+ },
16390
+ {
16391
+ "inputs": [
16392
+ {
16393
+ "internalType": "bytes32",
16394
+ "name": "_txId",
16395
+ "type": "bytes32"
16396
+ },
16397
+ {
16398
+ "internalType": "uint256",
16399
+ "name": "_timestamp",
16400
+ "type": "uint256"
16401
+ }
16402
+ ],
16403
+ "name": "getTransactionData",
16404
+ "outputs": [
16405
+ {
16406
+ "components": [
16407
+ {
16408
+ "internalType": "uint256",
16409
+ "name": "currentTimestamp",
16410
+ "type": "uint256"
16411
+ },
16412
+ {
16413
+ "internalType": "address",
16414
+ "name": "sender",
16415
+ "type": "address"
16416
+ },
16417
+ {
16418
+ "internalType": "address",
16419
+ "name": "recipient",
16420
+ "type": "address"
16421
+ },
16422
+ {
16423
+ "internalType": "uint256",
16424
+ "name": "initialRotations",
16425
+ "type": "uint256"
16426
+ },
16427
+ {
16428
+ "internalType": "uint256",
16429
+ "name": "txSlot",
16430
+ "type": "uint256"
16431
+ },
16432
+ {
16433
+ "internalType": "uint256",
16434
+ "name": "createdTimestamp",
16435
+ "type": "uint256"
16436
+ },
16437
+ {
16438
+ "internalType": "uint256",
16439
+ "name": "lastVoteTimestamp",
16440
+ "type": "uint256"
16441
+ },
16442
+ {
16443
+ "internalType": "bytes32",
16444
+ "name": "randomSeed",
16445
+ "type": "bytes32"
16446
+ },
16447
+ {
16448
+ "internalType": "enum ITransactions.ResultType",
16449
+ "name": "result",
16450
+ "type": "uint8"
16451
+ },
16452
+ {
16453
+ "internalType": "bytes32",
16454
+ "name": "txExecutionHash",
16455
+ "type": "bytes32"
16456
+ },
16457
+ {
16458
+ "internalType": "bytes",
16459
+ "name": "txCalldata",
16460
+ "type": "bytes"
16461
+ },
16462
+ {
16463
+ "internalType": "bytes",
16464
+ "name": "eqBlocksOutputs",
16465
+ "type": "bytes"
16466
+ },
16467
+ {
16468
+ "components": [
16469
+ {
16470
+ "internalType": "enum IMessages.MessageType",
16471
+ "name": "messageType",
16472
+ "type": "uint8"
16473
+ },
16474
+ {
16475
+ "internalType": "address",
16476
+ "name": "recipient",
16477
+ "type": "address"
16478
+ },
16479
+ {
16480
+ "internalType": "uint256",
16481
+ "name": "value",
16482
+ "type": "uint256"
16483
+ },
16484
+ {
16485
+ "internalType": "bytes",
16486
+ "name": "data",
16487
+ "type": "bytes"
16488
+ },
16489
+ {
16490
+ "internalType": "bool",
16491
+ "name": "onAcceptance",
16492
+ "type": "bool"
16493
+ },
16494
+ {
16495
+ "internalType": "uint256",
16496
+ "name": "saltNonce",
16497
+ "type": "uint256"
16498
+ }
16499
+ ],
16500
+ "internalType": "struct IMessages.SubmittedMessage[]",
16501
+ "name": "messages",
16502
+ "type": "tuple[]"
16503
+ },
16504
+ {
16505
+ "internalType": "enum IQueues.QueueType",
16506
+ "name": "queueType",
16507
+ "type": "uint8"
16508
+ },
16509
+ {
16510
+ "internalType": "uint256",
16511
+ "name": "queuePosition",
16512
+ "type": "uint256"
16513
+ },
16514
+ {
16515
+ "internalType": "address",
16516
+ "name": "activator",
16517
+ "type": "address"
16518
+ },
16519
+ {
16520
+ "internalType": "address",
16521
+ "name": "lastLeader",
16522
+ "type": "address"
16523
+ },
16524
+ {
16525
+ "internalType": "enum ITransactions.TransactionStatus",
16526
+ "name": "status",
16527
+ "type": "uint8"
16528
+ },
16529
+ {
16530
+ "internalType": "bytes32",
16531
+ "name": "txId",
16532
+ "type": "bytes32"
16533
+ },
16534
+ {
16535
+ "components": [
16536
+ {
16537
+ "internalType": "uint256",
16538
+ "name": "activationBlock",
16539
+ "type": "uint256"
16540
+ },
16541
+ {
16542
+ "internalType": "uint256",
16543
+ "name": "processingBlock",
16544
+ "type": "uint256"
16545
+ },
16546
+ {
16547
+ "internalType": "uint256",
16548
+ "name": "proposalBlock",
16549
+ "type": "uint256"
16550
+ }
16551
+ ],
16552
+ "internalType": "struct ITransactions.ReadStateBlockRange",
16553
+ "name": "readStateBlockRange",
16554
+ "type": "tuple"
16555
+ },
16556
+ {
16557
+ "internalType": "uint256",
16558
+ "name": "numOfRounds",
16559
+ "type": "uint256"
16560
+ },
16561
+ {
16562
+ "components": [
16563
+ {
16564
+ "internalType": "uint256",
16565
+ "name": "round",
16566
+ "type": "uint256"
16567
+ },
16568
+ {
16569
+ "internalType": "uint256",
16570
+ "name": "leaderIndex",
16571
+ "type": "uint256"
16572
+ },
16573
+ {
16574
+ "internalType": "uint256",
16575
+ "name": "votesCommitted",
16576
+ "type": "uint256"
16577
+ },
16578
+ {
16579
+ "internalType": "uint256",
16580
+ "name": "votesRevealed",
16581
+ "type": "uint256"
16582
+ },
16583
+ {
16584
+ "internalType": "uint256",
16585
+ "name": "appealBond",
16586
+ "type": "uint256"
16587
+ },
16588
+ {
16589
+ "internalType": "uint256",
16590
+ "name": "rotationsLeft",
16591
+ "type": "uint256"
16592
+ },
16593
+ {
16594
+ "internalType": "enum ITransactions.ResultType",
16595
+ "name": "result",
16596
+ "type": "uint8"
16597
+ },
16598
+ {
16599
+ "internalType": "address[]",
16600
+ "name": "roundValidators",
16601
+ "type": "address[]"
16602
+ },
16603
+ {
16604
+ "internalType": "enum ITransactions.VoteType[]",
16605
+ "name": "validatorVotes",
16606
+ "type": "uint8[]"
16607
+ },
16608
+ {
16609
+ "internalType": "bytes32[]",
16610
+ "name": "validatorVotesHash",
16611
+ "type": "bytes32[]"
16612
+ },
16613
+ {
16614
+ "internalType": "bytes32[]",
16615
+ "name": "validatorResultHash",
16616
+ "type": "bytes32[]"
16617
+ }
16618
+ ],
16619
+ "internalType": "struct ITransactions.RoundData",
16620
+ "name": "lastRound",
16621
+ "type": "tuple"
16622
+ },
16623
+ {
16624
+ "internalType": "address[]",
16625
+ "name": "consumedValidators",
16626
+ "type": "address[]"
16627
+ }
16628
+ ],
16629
+ "internalType": "struct ConsensusData.TransactionData",
16630
+ "name": "",
16631
+ "type": "tuple"
16632
+ }
16633
+ ],
16634
+ "stateMutability": "view",
16635
+ "type": "function"
16636
+ },
16637
+ {
16638
+ "inputs": [
16639
+ {
16640
+ "internalType": "bytes32",
16641
+ "name": "_txId",
16642
+ "type": "bytes32"
16643
+ },
16644
+ {
16645
+ "internalType": "uint256",
16646
+ "name": "_timestamp",
16647
+ "type": "uint256"
16648
+ }
16649
+ ],
16650
+ "name": "getTransactionStatus",
16651
+ "outputs": [
16652
+ {
16653
+ "internalType": "enum ITransactions.TransactionStatus",
16654
+ "name": "",
16655
+ "type": "uint8"
16656
+ }
16657
+ ],
16658
+ "stateMutability": "view",
16659
+ "type": "function"
16660
+ },
16661
+ {
16662
+ "inputs": [
16663
+ {
16664
+ "internalType": "bytes32",
16665
+ "name": "_txId",
16666
+ "type": "bytes32"
16667
+ }
16668
+ ],
16669
+ "name": "getValidatorsForLastRound",
16670
+ "outputs": [
16671
+ {
16672
+ "internalType": "address[]",
16673
+ "name": "validators",
16674
+ "type": "address[]"
16675
+ }
16676
+ ],
16677
+ "stateMutability": "view",
16678
+ "type": "function"
16679
+ },
16680
+ {
16681
+ "inputs": [
16682
+ {
16683
+ "internalType": "bytes32",
16684
+ "name": "role",
16685
+ "type": "bytes32"
16686
+ },
16687
+ {
16688
+ "internalType": "address",
16689
+ "name": "account",
16690
+ "type": "address"
16691
+ }
16692
+ ],
16693
+ "name": "grantRole",
16694
+ "outputs": [],
16695
+ "stateMutability": "nonpayable",
16696
+ "type": "function"
16697
+ },
16698
+ {
16699
+ "inputs": [
16700
+ {
16701
+ "internalType": "bytes32",
16702
+ "name": "role",
16703
+ "type": "bytes32"
16704
+ },
16705
+ {
16706
+ "internalType": "address",
16707
+ "name": "account",
16708
+ "type": "address"
16709
+ }
16710
+ ],
16711
+ "name": "hasRole",
16712
+ "outputs": [
16713
+ {
16714
+ "internalType": "bool",
16715
+ "name": "",
16716
+ "type": "bool"
16717
+ }
16718
+ ],
16719
+ "stateMutability": "view",
16720
+ "type": "function"
16721
+ },
16722
+ {
16723
+ "inputs": [
16724
+ {
16725
+ "internalType": "address",
16726
+ "name": "_addressManager",
16727
+ "type": "address"
16728
+ }
16729
+ ],
16730
+ "name": "initialize",
16731
+ "outputs": [],
16732
+ "stateMutability": "nonpayable",
16733
+ "type": "function"
16734
+ },
16735
+ {
16736
+ "inputs": [],
16737
+ "name": "owner",
16738
+ "outputs": [
16739
+ {
16740
+ "internalType": "address",
16741
+ "name": "",
16742
+ "type": "address"
16743
+ }
16744
+ ],
16745
+ "stateMutability": "view",
16746
+ "type": "function"
16747
+ },
16748
+ {
16749
+ "inputs": [],
16750
+ "name": "pendingOwner",
16751
+ "outputs": [
16752
+ {
16753
+ "internalType": "address",
16754
+ "name": "",
16755
+ "type": "address"
16756
+ }
16757
+ ],
16758
+ "stateMutability": "view",
16759
+ "type": "function"
16760
+ },
16761
+ {
16762
+ "inputs": [],
16763
+ "name": "renounceOwnership",
16764
+ "outputs": [],
16765
+ "stateMutability": "nonpayable",
16766
+ "type": "function"
16767
+ },
16768
+ {
16769
+ "inputs": [
16770
+ {
16771
+ "internalType": "bytes32",
16772
+ "name": "role",
16773
+ "type": "bytes32"
16774
+ },
16775
+ {
16776
+ "internalType": "address",
16777
+ "name": "callerConfirmation",
16778
+ "type": "address"
16779
+ }
16780
+ ],
16781
+ "name": "renounceRole",
16782
+ "outputs": [],
16783
+ "stateMutability": "nonpayable",
16784
+ "type": "function"
16785
+ },
16786
+ {
16787
+ "inputs": [
16788
+ {
16789
+ "internalType": "bytes32",
16790
+ "name": "role",
16791
+ "type": "bytes32"
16792
+ },
16793
+ {
16794
+ "internalType": "address",
16795
+ "name": "account",
16796
+ "type": "address"
16797
+ }
16798
+ ],
16799
+ "name": "revokeRole",
16800
+ "outputs": [],
16801
+ "stateMutability": "nonpayable",
16802
+ "type": "function"
16803
+ },
16804
+ {
16805
+ "inputs": [
16806
+ {
16807
+ "internalType": "address",
16808
+ "name": "_addressManager",
16809
+ "type": "address"
16810
+ }
16811
+ ],
16812
+ "name": "setAddressManager",
16813
+ "outputs": [],
16814
+ "stateMutability": "nonpayable",
16815
+ "type": "function"
16816
+ },
16817
+ {
16818
+ "inputs": [
16819
+ {
16820
+ "internalType": "bytes4",
16821
+ "name": "interfaceId",
16822
+ "type": "bytes4"
16823
+ }
16824
+ ],
16825
+ "name": "supportsInterface",
16826
+ "outputs": [
16827
+ {
16828
+ "internalType": "bool",
16829
+ "name": "",
16830
+ "type": "bool"
16831
+ }
16832
+ ],
16833
+ "stateMutability": "view",
16834
+ "type": "function"
16835
+ },
16836
+ {
16837
+ "inputs": [
16838
+ {
16839
+ "internalType": "address",
16840
+ "name": "newOwner",
16841
+ "type": "address"
16842
+ }
16843
+ ],
16844
+ "name": "transferOwnership",
16845
+ "outputs": [],
16846
+ "stateMutability": "nonpayable",
16847
+ "type": "function"
16848
+ }
16849
+ ],
16850
+ bytecode: ""
16851
+ };
16852
+ var testnetBradbury = _viem.defineChain.call(void 0, {
16853
+ id: 4221,
16854
+ isStudio: false,
16855
+ name: "Genlayer Bradbury Testnet",
16856
+ rpcUrls: {
16857
+ default: {
16858
+ http: [TESTNET_JSON_RPC_URL2],
16859
+ webSocket: [TESTNET_WS_URL2]
16860
+ }
16861
+ },
16862
+ nativeCurrency: {
16863
+ name: "GEN Token",
16864
+ symbol: "GEN",
16865
+ decimals: 18
16866
+ },
16867
+ blockExplorers: {
16868
+ default: {
16869
+ name: "GenLayer Bradbury Explorer",
16870
+ url: EXPLORER_URL3
16871
+ }
16872
+ },
16873
+ testnet: true,
16874
+ consensusMainContract: CONSENSUS_MAIN_CONTRACT4,
16875
+ consensusDataContract: CONSENSUS_DATA_CONTRACT4,
16876
+ stakingContract: STAKING_CONTRACT2,
16877
+ defaultNumberOfInitialValidators: 5,
16878
+ defaultConsensusMaxRotations: 3
16879
+ });
16880
+
16881
+
13526
16882
 
13527
16883
 
13528
16884
 
@@ -13530,4 +16886,4 @@ var testnetAsimov = _viem.defineChain.call(void 0, {
13530
16886
 
13531
16887
 
13532
16888
 
13533
- exports.localnet = localnet; exports.studionet = studionet; exports.VALIDATOR_WALLET_ABI = VALIDATOR_WALLET_ABI; exports.STAKING_ABI = STAKING_ABI; exports.testnetAsimov = testnetAsimov; exports.chains_exports = chains_exports;
16889
+ exports.localnet = localnet; exports.studionet = studionet; exports.VALIDATOR_WALLET_ABI = VALIDATOR_WALLET_ABI; exports.STAKING_ABI = STAKING_ABI; exports.testnetAsimov = testnetAsimov; exports.testnetBradbury = testnetBradbury; exports.chains_exports = chains_exports;