@bgd-labs/toolbox 0.2.1 → 0.2.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.
@@ -10510,6 +10510,936 @@ const IEmissionManager_ABI = [
10510
10510
  }
10511
10511
  ];
10512
10512
 
10513
+ //#endregion
10514
+ //#region src/abis/Safe.ts
10515
+ const Safe_ABI = {
10516
+ "released": true,
10517
+ "contractName": "Safe",
10518
+ "version": "1.5.0",
10519
+ "deployments": { "canonical": {
10520
+ "address": "0xFf51A5898e281Db6DfC7855790607438dF2ca44b",
10521
+ "codeHash": "0xdda019cbd7c867a533a2a86e5c53434fdc50b13122b5a5ddb4a8df61b31c20f2"
10522
+ } },
10523
+ "networkAddresses": {
10524
+ "1": "canonical",
10525
+ "756": "canonical",
10526
+ "1995": "canonical",
10527
+ "4326": "canonical",
10528
+ "5424": "canonical",
10529
+ "5887": "canonical",
10530
+ "9302": "canonical",
10531
+ "20994": "canonical",
10532
+ "32380": "canonical",
10533
+ "49088": "canonical",
10534
+ "88811": "canonical",
10535
+ "88817": "canonical",
10536
+ "181228": "canonical",
10537
+ "190415": "canonical",
10538
+ "613419": "canonical",
10539
+ "843843": "canonical",
10540
+ "1440000": "canonical",
10541
+ "1449000": "canonical",
10542
+ "11155111": "canonical"
10543
+ },
10544
+ "abi": [
10545
+ {
10546
+ "inputs": [],
10547
+ "stateMutability": "nonpayable",
10548
+ "type": "constructor"
10549
+ },
10550
+ {
10551
+ "anonymous": false,
10552
+ "inputs": [{
10553
+ "indexed": true,
10554
+ "internalType": "address",
10555
+ "name": "owner",
10556
+ "type": "address"
10557
+ }],
10558
+ "name": "AddedOwner",
10559
+ "type": "event"
10560
+ },
10561
+ {
10562
+ "anonymous": false,
10563
+ "inputs": [{
10564
+ "indexed": true,
10565
+ "internalType": "bytes32",
10566
+ "name": "approvedHash",
10567
+ "type": "bytes32"
10568
+ }, {
10569
+ "indexed": true,
10570
+ "internalType": "address",
10571
+ "name": "owner",
10572
+ "type": "address"
10573
+ }],
10574
+ "name": "ApproveHash",
10575
+ "type": "event"
10576
+ },
10577
+ {
10578
+ "anonymous": false,
10579
+ "inputs": [{
10580
+ "indexed": true,
10581
+ "internalType": "address",
10582
+ "name": "handler",
10583
+ "type": "address"
10584
+ }],
10585
+ "name": "ChangedFallbackHandler",
10586
+ "type": "event"
10587
+ },
10588
+ {
10589
+ "anonymous": false,
10590
+ "inputs": [{
10591
+ "indexed": true,
10592
+ "internalType": "address",
10593
+ "name": "guard",
10594
+ "type": "address"
10595
+ }],
10596
+ "name": "ChangedGuard",
10597
+ "type": "event"
10598
+ },
10599
+ {
10600
+ "anonymous": false,
10601
+ "inputs": [{
10602
+ "indexed": true,
10603
+ "internalType": "address",
10604
+ "name": "moduleGuard",
10605
+ "type": "address"
10606
+ }],
10607
+ "name": "ChangedModuleGuard",
10608
+ "type": "event"
10609
+ },
10610
+ {
10611
+ "anonymous": false,
10612
+ "inputs": [{
10613
+ "indexed": false,
10614
+ "internalType": "uint256",
10615
+ "name": "threshold",
10616
+ "type": "uint256"
10617
+ }],
10618
+ "name": "ChangedThreshold",
10619
+ "type": "event"
10620
+ },
10621
+ {
10622
+ "anonymous": false,
10623
+ "inputs": [{
10624
+ "indexed": true,
10625
+ "internalType": "address",
10626
+ "name": "module",
10627
+ "type": "address"
10628
+ }],
10629
+ "name": "DisabledModule",
10630
+ "type": "event"
10631
+ },
10632
+ {
10633
+ "anonymous": false,
10634
+ "inputs": [{
10635
+ "indexed": true,
10636
+ "internalType": "address",
10637
+ "name": "module",
10638
+ "type": "address"
10639
+ }],
10640
+ "name": "EnabledModule",
10641
+ "type": "event"
10642
+ },
10643
+ {
10644
+ "anonymous": false,
10645
+ "inputs": [{
10646
+ "indexed": true,
10647
+ "internalType": "bytes32",
10648
+ "name": "txHash",
10649
+ "type": "bytes32"
10650
+ }, {
10651
+ "indexed": false,
10652
+ "internalType": "uint256",
10653
+ "name": "payment",
10654
+ "type": "uint256"
10655
+ }],
10656
+ "name": "ExecutionFailure",
10657
+ "type": "event"
10658
+ },
10659
+ {
10660
+ "anonymous": false,
10661
+ "inputs": [{
10662
+ "indexed": true,
10663
+ "internalType": "address",
10664
+ "name": "module",
10665
+ "type": "address"
10666
+ }],
10667
+ "name": "ExecutionFromModuleFailure",
10668
+ "type": "event"
10669
+ },
10670
+ {
10671
+ "anonymous": false,
10672
+ "inputs": [{
10673
+ "indexed": true,
10674
+ "internalType": "address",
10675
+ "name": "module",
10676
+ "type": "address"
10677
+ }],
10678
+ "name": "ExecutionFromModuleSuccess",
10679
+ "type": "event"
10680
+ },
10681
+ {
10682
+ "anonymous": false,
10683
+ "inputs": [{
10684
+ "indexed": true,
10685
+ "internalType": "bytes32",
10686
+ "name": "txHash",
10687
+ "type": "bytes32"
10688
+ }, {
10689
+ "indexed": false,
10690
+ "internalType": "uint256",
10691
+ "name": "payment",
10692
+ "type": "uint256"
10693
+ }],
10694
+ "name": "ExecutionSuccess",
10695
+ "type": "event"
10696
+ },
10697
+ {
10698
+ "anonymous": false,
10699
+ "inputs": [{
10700
+ "indexed": true,
10701
+ "internalType": "address",
10702
+ "name": "owner",
10703
+ "type": "address"
10704
+ }],
10705
+ "name": "RemovedOwner",
10706
+ "type": "event"
10707
+ },
10708
+ {
10709
+ "anonymous": false,
10710
+ "inputs": [{
10711
+ "indexed": true,
10712
+ "internalType": "address",
10713
+ "name": "sender",
10714
+ "type": "address"
10715
+ }, {
10716
+ "indexed": false,
10717
+ "internalType": "uint256",
10718
+ "name": "value",
10719
+ "type": "uint256"
10720
+ }],
10721
+ "name": "SafeReceived",
10722
+ "type": "event"
10723
+ },
10724
+ {
10725
+ "anonymous": false,
10726
+ "inputs": [
10727
+ {
10728
+ "indexed": true,
10729
+ "internalType": "address",
10730
+ "name": "initiator",
10731
+ "type": "address"
10732
+ },
10733
+ {
10734
+ "indexed": false,
10735
+ "internalType": "address[]",
10736
+ "name": "owners",
10737
+ "type": "address[]"
10738
+ },
10739
+ {
10740
+ "indexed": false,
10741
+ "internalType": "uint256",
10742
+ "name": "threshold",
10743
+ "type": "uint256"
10744
+ },
10745
+ {
10746
+ "indexed": false,
10747
+ "internalType": "address",
10748
+ "name": "initializer",
10749
+ "type": "address"
10750
+ },
10751
+ {
10752
+ "indexed": false,
10753
+ "internalType": "address",
10754
+ "name": "fallbackHandler",
10755
+ "type": "address"
10756
+ }
10757
+ ],
10758
+ "name": "SafeSetup",
10759
+ "type": "event"
10760
+ },
10761
+ {
10762
+ "anonymous": false,
10763
+ "inputs": [{
10764
+ "indexed": true,
10765
+ "internalType": "bytes32",
10766
+ "name": "msgHash",
10767
+ "type": "bytes32"
10768
+ }],
10769
+ "name": "SignMsg",
10770
+ "type": "event"
10771
+ },
10772
+ {
10773
+ "stateMutability": "nonpayable",
10774
+ "type": "fallback"
10775
+ },
10776
+ {
10777
+ "inputs": [],
10778
+ "name": "VERSION",
10779
+ "outputs": [{
10780
+ "internalType": "string",
10781
+ "name": "",
10782
+ "type": "string"
10783
+ }],
10784
+ "stateMutability": "view",
10785
+ "type": "function"
10786
+ },
10787
+ {
10788
+ "inputs": [{
10789
+ "internalType": "address",
10790
+ "name": "owner",
10791
+ "type": "address"
10792
+ }, {
10793
+ "internalType": "uint256",
10794
+ "name": "_threshold",
10795
+ "type": "uint256"
10796
+ }],
10797
+ "name": "addOwnerWithThreshold",
10798
+ "outputs": [],
10799
+ "stateMutability": "nonpayable",
10800
+ "type": "function"
10801
+ },
10802
+ {
10803
+ "inputs": [{
10804
+ "internalType": "bytes32",
10805
+ "name": "hashToApprove",
10806
+ "type": "bytes32"
10807
+ }],
10808
+ "name": "approveHash",
10809
+ "outputs": [],
10810
+ "stateMutability": "nonpayable",
10811
+ "type": "function"
10812
+ },
10813
+ {
10814
+ "inputs": [{
10815
+ "internalType": "address",
10816
+ "name": "",
10817
+ "type": "address"
10818
+ }, {
10819
+ "internalType": "bytes32",
10820
+ "name": "",
10821
+ "type": "bytes32"
10822
+ }],
10823
+ "name": "approvedHashes",
10824
+ "outputs": [{
10825
+ "internalType": "uint256",
10826
+ "name": "",
10827
+ "type": "uint256"
10828
+ }],
10829
+ "stateMutability": "view",
10830
+ "type": "function"
10831
+ },
10832
+ {
10833
+ "inputs": [{
10834
+ "internalType": "uint256",
10835
+ "name": "_threshold",
10836
+ "type": "uint256"
10837
+ }],
10838
+ "name": "changeThreshold",
10839
+ "outputs": [],
10840
+ "stateMutability": "nonpayable",
10841
+ "type": "function"
10842
+ },
10843
+ {
10844
+ "inputs": [
10845
+ {
10846
+ "internalType": "bytes32",
10847
+ "name": "dataHash",
10848
+ "type": "bytes32"
10849
+ },
10850
+ {
10851
+ "internalType": "bytes",
10852
+ "name": "data",
10853
+ "type": "bytes"
10854
+ },
10855
+ {
10856
+ "internalType": "bytes",
10857
+ "name": "signatures",
10858
+ "type": "bytes"
10859
+ },
10860
+ {
10861
+ "internalType": "uint256",
10862
+ "name": "requiredSignatures",
10863
+ "type": "uint256"
10864
+ }
10865
+ ],
10866
+ "name": "checkNSignatures",
10867
+ "outputs": [],
10868
+ "stateMutability": "view",
10869
+ "type": "function"
10870
+ },
10871
+ {
10872
+ "inputs": [
10873
+ {
10874
+ "internalType": "address",
10875
+ "name": "executor",
10876
+ "type": "address"
10877
+ },
10878
+ {
10879
+ "internalType": "bytes32",
10880
+ "name": "dataHash",
10881
+ "type": "bytes32"
10882
+ },
10883
+ {
10884
+ "internalType": "bytes",
10885
+ "name": "signatures",
10886
+ "type": "bytes"
10887
+ },
10888
+ {
10889
+ "internalType": "uint256",
10890
+ "name": "requiredSignatures",
10891
+ "type": "uint256"
10892
+ }
10893
+ ],
10894
+ "name": "checkNSignatures",
10895
+ "outputs": [],
10896
+ "stateMutability": "view",
10897
+ "type": "function"
10898
+ },
10899
+ {
10900
+ "inputs": [
10901
+ {
10902
+ "internalType": "bytes32",
10903
+ "name": "dataHash",
10904
+ "type": "bytes32"
10905
+ },
10906
+ {
10907
+ "internalType": "bytes",
10908
+ "name": "data",
10909
+ "type": "bytes"
10910
+ },
10911
+ {
10912
+ "internalType": "bytes",
10913
+ "name": "signatures",
10914
+ "type": "bytes"
10915
+ }
10916
+ ],
10917
+ "name": "checkSignatures",
10918
+ "outputs": [],
10919
+ "stateMutability": "view",
10920
+ "type": "function"
10921
+ },
10922
+ {
10923
+ "inputs": [
10924
+ {
10925
+ "internalType": "address",
10926
+ "name": "executor",
10927
+ "type": "address"
10928
+ },
10929
+ {
10930
+ "internalType": "bytes32",
10931
+ "name": "dataHash",
10932
+ "type": "bytes32"
10933
+ },
10934
+ {
10935
+ "internalType": "bytes",
10936
+ "name": "signatures",
10937
+ "type": "bytes"
10938
+ }
10939
+ ],
10940
+ "name": "checkSignatures",
10941
+ "outputs": [],
10942
+ "stateMutability": "view",
10943
+ "type": "function"
10944
+ },
10945
+ {
10946
+ "inputs": [{
10947
+ "internalType": "address",
10948
+ "name": "prevModule",
10949
+ "type": "address"
10950
+ }, {
10951
+ "internalType": "address",
10952
+ "name": "module",
10953
+ "type": "address"
10954
+ }],
10955
+ "name": "disableModule",
10956
+ "outputs": [],
10957
+ "stateMutability": "nonpayable",
10958
+ "type": "function"
10959
+ },
10960
+ {
10961
+ "inputs": [],
10962
+ "name": "domainSeparator",
10963
+ "outputs": [{
10964
+ "internalType": "bytes32",
10965
+ "name": "",
10966
+ "type": "bytes32"
10967
+ }],
10968
+ "stateMutability": "view",
10969
+ "type": "function"
10970
+ },
10971
+ {
10972
+ "inputs": [{
10973
+ "internalType": "address",
10974
+ "name": "module",
10975
+ "type": "address"
10976
+ }],
10977
+ "name": "enableModule",
10978
+ "outputs": [],
10979
+ "stateMutability": "nonpayable",
10980
+ "type": "function"
10981
+ },
10982
+ {
10983
+ "inputs": [
10984
+ {
10985
+ "internalType": "address",
10986
+ "name": "to",
10987
+ "type": "address"
10988
+ },
10989
+ {
10990
+ "internalType": "uint256",
10991
+ "name": "value",
10992
+ "type": "uint256"
10993
+ },
10994
+ {
10995
+ "internalType": "bytes",
10996
+ "name": "data",
10997
+ "type": "bytes"
10998
+ },
10999
+ {
11000
+ "internalType": "enum Enum.Operation",
11001
+ "name": "operation",
11002
+ "type": "uint8"
11003
+ },
11004
+ {
11005
+ "internalType": "uint256",
11006
+ "name": "safeTxGas",
11007
+ "type": "uint256"
11008
+ },
11009
+ {
11010
+ "internalType": "uint256",
11011
+ "name": "baseGas",
11012
+ "type": "uint256"
11013
+ },
11014
+ {
11015
+ "internalType": "uint256",
11016
+ "name": "gasPrice",
11017
+ "type": "uint256"
11018
+ },
11019
+ {
11020
+ "internalType": "address",
11021
+ "name": "gasToken",
11022
+ "type": "address"
11023
+ },
11024
+ {
11025
+ "internalType": "address payable",
11026
+ "name": "refundReceiver",
11027
+ "type": "address"
11028
+ },
11029
+ {
11030
+ "internalType": "bytes",
11031
+ "name": "signatures",
11032
+ "type": "bytes"
11033
+ }
11034
+ ],
11035
+ "name": "execTransaction",
11036
+ "outputs": [{
11037
+ "internalType": "bool",
11038
+ "name": "success",
11039
+ "type": "bool"
11040
+ }],
11041
+ "stateMutability": "payable",
11042
+ "type": "function"
11043
+ },
11044
+ {
11045
+ "inputs": [
11046
+ {
11047
+ "internalType": "address",
11048
+ "name": "to",
11049
+ "type": "address"
11050
+ },
11051
+ {
11052
+ "internalType": "uint256",
11053
+ "name": "value",
11054
+ "type": "uint256"
11055
+ },
11056
+ {
11057
+ "internalType": "bytes",
11058
+ "name": "data",
11059
+ "type": "bytes"
11060
+ },
11061
+ {
11062
+ "internalType": "enum Enum.Operation",
11063
+ "name": "operation",
11064
+ "type": "uint8"
11065
+ }
11066
+ ],
11067
+ "name": "execTransactionFromModule",
11068
+ "outputs": [{
11069
+ "internalType": "bool",
11070
+ "name": "success",
11071
+ "type": "bool"
11072
+ }],
11073
+ "stateMutability": "nonpayable",
11074
+ "type": "function"
11075
+ },
11076
+ {
11077
+ "inputs": [
11078
+ {
11079
+ "internalType": "address",
11080
+ "name": "to",
11081
+ "type": "address"
11082
+ },
11083
+ {
11084
+ "internalType": "uint256",
11085
+ "name": "value",
11086
+ "type": "uint256"
11087
+ },
11088
+ {
11089
+ "internalType": "bytes",
11090
+ "name": "data",
11091
+ "type": "bytes"
11092
+ },
11093
+ {
11094
+ "internalType": "enum Enum.Operation",
11095
+ "name": "operation",
11096
+ "type": "uint8"
11097
+ }
11098
+ ],
11099
+ "name": "execTransactionFromModuleReturnData",
11100
+ "outputs": [{
11101
+ "internalType": "bool",
11102
+ "name": "success",
11103
+ "type": "bool"
11104
+ }, {
11105
+ "internalType": "bytes",
11106
+ "name": "returnData",
11107
+ "type": "bytes"
11108
+ }],
11109
+ "stateMutability": "nonpayable",
11110
+ "type": "function"
11111
+ },
11112
+ {
11113
+ "inputs": [{
11114
+ "internalType": "address",
11115
+ "name": "start",
11116
+ "type": "address"
11117
+ }, {
11118
+ "internalType": "uint256",
11119
+ "name": "pageSize",
11120
+ "type": "uint256"
11121
+ }],
11122
+ "name": "getModulesPaginated",
11123
+ "outputs": [{
11124
+ "internalType": "address[]",
11125
+ "name": "array",
11126
+ "type": "address[]"
11127
+ }, {
11128
+ "internalType": "address",
11129
+ "name": "next",
11130
+ "type": "address"
11131
+ }],
11132
+ "stateMutability": "view",
11133
+ "type": "function"
11134
+ },
11135
+ {
11136
+ "inputs": [],
11137
+ "name": "getOwners",
11138
+ "outputs": [{
11139
+ "internalType": "address[]",
11140
+ "name": "",
11141
+ "type": "address[]"
11142
+ }],
11143
+ "stateMutability": "view",
11144
+ "type": "function"
11145
+ },
11146
+ {
11147
+ "inputs": [{
11148
+ "internalType": "uint256",
11149
+ "name": "offset",
11150
+ "type": "uint256"
11151
+ }, {
11152
+ "internalType": "uint256",
11153
+ "name": "length",
11154
+ "type": "uint256"
11155
+ }],
11156
+ "name": "getStorageAt",
11157
+ "outputs": [{
11158
+ "internalType": "bytes",
11159
+ "name": "",
11160
+ "type": "bytes"
11161
+ }],
11162
+ "stateMutability": "view",
11163
+ "type": "function"
11164
+ },
11165
+ {
11166
+ "inputs": [],
11167
+ "name": "getThreshold",
11168
+ "outputs": [{
11169
+ "internalType": "uint256",
11170
+ "name": "",
11171
+ "type": "uint256"
11172
+ }],
11173
+ "stateMutability": "view",
11174
+ "type": "function"
11175
+ },
11176
+ {
11177
+ "inputs": [
11178
+ {
11179
+ "internalType": "address",
11180
+ "name": "to",
11181
+ "type": "address"
11182
+ },
11183
+ {
11184
+ "internalType": "uint256",
11185
+ "name": "value",
11186
+ "type": "uint256"
11187
+ },
11188
+ {
11189
+ "internalType": "bytes",
11190
+ "name": "data",
11191
+ "type": "bytes"
11192
+ },
11193
+ {
11194
+ "internalType": "enum Enum.Operation",
11195
+ "name": "operation",
11196
+ "type": "uint8"
11197
+ },
11198
+ {
11199
+ "internalType": "uint256",
11200
+ "name": "safeTxGas",
11201
+ "type": "uint256"
11202
+ },
11203
+ {
11204
+ "internalType": "uint256",
11205
+ "name": "baseGas",
11206
+ "type": "uint256"
11207
+ },
11208
+ {
11209
+ "internalType": "uint256",
11210
+ "name": "gasPrice",
11211
+ "type": "uint256"
11212
+ },
11213
+ {
11214
+ "internalType": "address",
11215
+ "name": "gasToken",
11216
+ "type": "address"
11217
+ },
11218
+ {
11219
+ "internalType": "address",
11220
+ "name": "refundReceiver",
11221
+ "type": "address"
11222
+ },
11223
+ {
11224
+ "internalType": "uint256",
11225
+ "name": "_nonce",
11226
+ "type": "uint256"
11227
+ }
11228
+ ],
11229
+ "name": "getTransactionHash",
11230
+ "outputs": [{
11231
+ "internalType": "bytes32",
11232
+ "name": "txHash",
11233
+ "type": "bytes32"
11234
+ }],
11235
+ "stateMutability": "view",
11236
+ "type": "function"
11237
+ },
11238
+ {
11239
+ "inputs": [{
11240
+ "internalType": "address",
11241
+ "name": "module",
11242
+ "type": "address"
11243
+ }],
11244
+ "name": "isModuleEnabled",
11245
+ "outputs": [{
11246
+ "internalType": "bool",
11247
+ "name": "",
11248
+ "type": "bool"
11249
+ }],
11250
+ "stateMutability": "view",
11251
+ "type": "function"
11252
+ },
11253
+ {
11254
+ "inputs": [{
11255
+ "internalType": "address",
11256
+ "name": "owner",
11257
+ "type": "address"
11258
+ }],
11259
+ "name": "isOwner",
11260
+ "outputs": [{
11261
+ "internalType": "bool",
11262
+ "name": "",
11263
+ "type": "bool"
11264
+ }],
11265
+ "stateMutability": "view",
11266
+ "type": "function"
11267
+ },
11268
+ {
11269
+ "inputs": [],
11270
+ "name": "nonce",
11271
+ "outputs": [{
11272
+ "internalType": "uint256",
11273
+ "name": "",
11274
+ "type": "uint256"
11275
+ }],
11276
+ "stateMutability": "view",
11277
+ "type": "function"
11278
+ },
11279
+ {
11280
+ "inputs": [
11281
+ {
11282
+ "internalType": "address",
11283
+ "name": "prevOwner",
11284
+ "type": "address"
11285
+ },
11286
+ {
11287
+ "internalType": "address",
11288
+ "name": "owner",
11289
+ "type": "address"
11290
+ },
11291
+ {
11292
+ "internalType": "uint256",
11293
+ "name": "_threshold",
11294
+ "type": "uint256"
11295
+ }
11296
+ ],
11297
+ "name": "removeOwner",
11298
+ "outputs": [],
11299
+ "stateMutability": "nonpayable",
11300
+ "type": "function"
11301
+ },
11302
+ {
11303
+ "inputs": [{
11304
+ "internalType": "address",
11305
+ "name": "handler",
11306
+ "type": "address"
11307
+ }],
11308
+ "name": "setFallbackHandler",
11309
+ "outputs": [],
11310
+ "stateMutability": "nonpayable",
11311
+ "type": "function"
11312
+ },
11313
+ {
11314
+ "inputs": [{
11315
+ "internalType": "address",
11316
+ "name": "guard",
11317
+ "type": "address"
11318
+ }],
11319
+ "name": "setGuard",
11320
+ "outputs": [],
11321
+ "stateMutability": "nonpayable",
11322
+ "type": "function"
11323
+ },
11324
+ {
11325
+ "inputs": [{
11326
+ "internalType": "address",
11327
+ "name": "moduleGuard",
11328
+ "type": "address"
11329
+ }],
11330
+ "name": "setModuleGuard",
11331
+ "outputs": [],
11332
+ "stateMutability": "nonpayable",
11333
+ "type": "function"
11334
+ },
11335
+ {
11336
+ "inputs": [
11337
+ {
11338
+ "internalType": "address[]",
11339
+ "name": "_owners",
11340
+ "type": "address[]"
11341
+ },
11342
+ {
11343
+ "internalType": "uint256",
11344
+ "name": "_threshold",
11345
+ "type": "uint256"
11346
+ },
11347
+ {
11348
+ "internalType": "address",
11349
+ "name": "to",
11350
+ "type": "address"
11351
+ },
11352
+ {
11353
+ "internalType": "bytes",
11354
+ "name": "data",
11355
+ "type": "bytes"
11356
+ },
11357
+ {
11358
+ "internalType": "address",
11359
+ "name": "fallbackHandler",
11360
+ "type": "address"
11361
+ },
11362
+ {
11363
+ "internalType": "address",
11364
+ "name": "paymentToken",
11365
+ "type": "address"
11366
+ },
11367
+ {
11368
+ "internalType": "uint256",
11369
+ "name": "payment",
11370
+ "type": "uint256"
11371
+ },
11372
+ {
11373
+ "internalType": "address payable",
11374
+ "name": "paymentReceiver",
11375
+ "type": "address"
11376
+ }
11377
+ ],
11378
+ "name": "setup",
11379
+ "outputs": [],
11380
+ "stateMutability": "nonpayable",
11381
+ "type": "function"
11382
+ },
11383
+ {
11384
+ "inputs": [{
11385
+ "internalType": "bytes32",
11386
+ "name": "",
11387
+ "type": "bytes32"
11388
+ }],
11389
+ "name": "signedMessages",
11390
+ "outputs": [{
11391
+ "internalType": "uint256",
11392
+ "name": "",
11393
+ "type": "uint256"
11394
+ }],
11395
+ "stateMutability": "view",
11396
+ "type": "function"
11397
+ },
11398
+ {
11399
+ "inputs": [{
11400
+ "internalType": "address",
11401
+ "name": "targetContract",
11402
+ "type": "address"
11403
+ }, {
11404
+ "internalType": "bytes",
11405
+ "name": "calldataPayload",
11406
+ "type": "bytes"
11407
+ }],
11408
+ "name": "simulateAndRevert",
11409
+ "outputs": [],
11410
+ "stateMutability": "nonpayable",
11411
+ "type": "function"
11412
+ },
11413
+ {
11414
+ "inputs": [
11415
+ {
11416
+ "internalType": "address",
11417
+ "name": "prevOwner",
11418
+ "type": "address"
11419
+ },
11420
+ {
11421
+ "internalType": "address",
11422
+ "name": "oldOwner",
11423
+ "type": "address"
11424
+ },
11425
+ {
11426
+ "internalType": "address",
11427
+ "name": "newOwner",
11428
+ "type": "address"
11429
+ }
11430
+ ],
11431
+ "name": "swapOwner",
11432
+ "outputs": [],
11433
+ "stateMutability": "nonpayable",
11434
+ "type": "function"
11435
+ },
11436
+ {
11437
+ "stateMutability": "payable",
11438
+ "type": "receive"
11439
+ }
11440
+ ]
11441
+ };
11442
+
10513
11443
  //#endregion
10514
11444
  //#region src/abis/IAToken.ts
10515
11445
  const IAToken_ABI = [
@@ -21029,14 +21959,6 @@ const etherscanExplorers = {
21029
21959
  api: "https://api.etherscan.io/v2/api",
21030
21960
  explorer: "https://fraxscan.com/"
21031
21961
  },
21032
- 300: {
21033
- api: "https://api.etherscan.io/v2/api",
21034
- explorer: "https://sepolia-era.zksync.network/"
21035
- },
21036
- 324: {
21037
- api: "https://api.etherscan.io/v2/api",
21038
- explorer: "https://era.zksync.network/"
21039
- },
21040
21962
  480: {
21041
21963
  api: "https://api.etherscan.io/v2/api",
21042
21964
  explorer: "https://worldscan.org/"
@@ -21125,6 +22047,10 @@ const etherscanExplorers = {
21125
22047
  api: "https://api.etherscan.io/v2/api",
21126
22048
  explorer: "https://plasmascan.to/"
21127
22049
  },
22050
+ 9746: {
22051
+ api: "https://api.etherscan.io/v2/api",
22052
+ explorer: "https://testnet.plasmascan.to/"
22053
+ },
21128
22054
  10143: {
21129
22055
  api: "https://api.etherscan.io/v2/api",
21130
22056
  explorer: "https://testnet.monadscan.com/"
@@ -22343,6 +23269,7 @@ const alchemyNetworkMap = {
22343
23269
  3637: "botanix-mainnet",
22344
23270
  4157: "crossfi-testnet",
22345
23271
  4158: "crossfi-mainnet",
23272
+ 4326: "megaeth-mainnet",
22346
23273
  4801: "worldchain-sepolia",
22347
23274
  5e3: "mantle-mainnet",
22348
23275
  5003: "mantle-sepolia",
@@ -22375,6 +23302,7 @@ const alchemyNetworkMap = {
22375
23302
  42170: "arbnova-mainnet",
22376
23303
  42220: "celo-mainnet",
22377
23304
  42429: "tempo-testnet",
23305
+ 42431: "tempo-moderato",
22378
23306
  43113: "avax-fuji",
22379
23307
  43114: "avax-mainnet",
22380
23308
  53302: "superseed-sepolia",
@@ -23893,6 +24821,10 @@ const blockscoutExplorers = {
23893
24821
  api: "https://explorer.bit-rock.io/api",
23894
24822
  explorer: "https://explorer.bit-rock.io/"
23895
24823
  },
24824
+ 890: {
24825
+ api: "https://explorer.capitalexchange.net/api",
24826
+ explorer: "https://explorer.capitalexchange.net"
24827
+ },
23896
24828
  893: {
23897
24829
  api: "https://adilchain-scan.io/api",
23898
24830
  explorer: "https://adilchain-scan.io"
@@ -31462,6 +32394,12 @@ const chainlinkFeeds = {
31462
32394
  "decimals": 18,
31463
32395
  "name": "Calculated cmETH / USD"
31464
32396
  },
32397
+ {
32398
+ "contractAddress": "0x7F172b856540845cD5690707C4474c9Bdba4d7a9",
32399
+ "proxyAddress": "0xAa7B3679db156d3773620eBce98E38Cd87544C0e",
32400
+ "decimals": 18,
32401
+ "name": "RSETH / ETH Exchange Rate"
32402
+ },
31465
32403
  {
31466
32404
  "contractAddress": "0x874effca5376D434d49021B3638d1e1BC214EC27",
31467
32405
  "proxyAddress": "0x73b15e19b247263D03D7938f1356304b7B330Ff0",
@@ -33067,6 +34005,12 @@ const chainlinkFeeds = {
33067
34005
  "decimals": 18,
33068
34006
  "name": "LBTC/USD-RefPrice-mainnet-staging"
33069
34007
  },
34008
+ {
34009
+ "contractAddress": "0x0000000000000000000000000000000000000000",
34010
+ "proxyAddress": null,
34011
+ "decimals": 18,
34012
+ "name": "LIT/USD-Streams-CexPrice-mainnet-production"
34013
+ },
33070
34014
  {
33071
34015
  "contractAddress": "0x0000000000000000000000000000000000000000",
33072
34016
  "proxyAddress": null,
@@ -33331,6 +34275,12 @@ const chainlinkFeeds = {
33331
34275
  "decimals": 18,
33332
34276
  "name": "TNSR/USD-RefPrice-mainnet-staging"
33333
34277
  },
34278
+ {
34279
+ "contractAddress": "0x0000000000000000000000000000000000000000",
34280
+ "proxyAddress": null,
34281
+ "decimals": 18,
34282
+ "name": "WHITEWHALE/USD-Streams-CexPrice-mainnet-production"
34283
+ },
33334
34284
  {
33335
34285
  "contractAddress": "0x0000000000000000000000000000000000000000",
33336
34286
  "proxyAddress": null,
@@ -34243,6 +35193,12 @@ const chainlinkFeeds = {
34243
35193
  "decimals": 18,
34244
35194
  "name": "INF/SOL-Streams-ExchangeRate-mainnet-production"
34245
35195
  },
35196
+ {
35197
+ "contractAddress": "0x0000000000000000000000000000000000000000",
35198
+ "proxyAddress": null,
35199
+ "decimals": 0,
35200
+ "name": "FBTC/BTC-Streams-ExchangeRate-mainnet-production"
35201
+ },
34246
35202
  {
34247
35203
  "contractAddress": "0x0000000000000000000000000000000000000000",
34248
35204
  "proxyAddress": null,
@@ -34603,6 +35559,18 @@ const chainlinkFeeds = {
34603
35559
  "decimals": 0,
34604
35560
  "name": "AMZN/USD-Streams-EquityPrice-Timestamped-mainnet-production"
34605
35561
  },
35562
+ {
35563
+ "contractAddress": "0x0000000000000000000000000000000000000000",
35564
+ "proxyAddress": null,
35565
+ "decimals": 0,
35566
+ "name": "CBTC/POR-Datalink-ProofOfReserves-mainnet-production"
35567
+ },
35568
+ {
35569
+ "contractAddress": "0x0000000000000000000000000000000000000000",
35570
+ "proxyAddress": null,
35571
+ "decimals": 18,
35572
+ "name": "USTB/NAV-SmartData-NetAssetValue-mainnet-production"
35573
+ },
34606
35574
  {
34607
35575
  "contractAddress": "0x0000000000000000000000000000000000000000",
34608
35576
  "proxyAddress": null,
@@ -34639,6 +35607,12 @@ const chainlinkFeeds = {
34639
35607
  "decimals": 0,
34640
35608
  "name": "NVDAx/POR-Datalink-ProofOfReserves-mainnet-production"
34641
35609
  },
35610
+ {
35611
+ "contractAddress": "0x0000000000000000000000000000000000000000",
35612
+ "proxyAddress": null,
35613
+ "decimals": 18,
35614
+ "name": "USCC/NAV-SmartData-NetAssetValue-mainnet-production"
35615
+ },
34642
35616
  {
34643
35617
  "contractAddress": "0x0000000000000000000000000000000000000000",
34644
35618
  "proxyAddress": null,
@@ -40052,6 +41026,7 @@ const hyperRPCSupportedNetworks = [
40052
41026
  1923,
40053
41027
  2741,
40054
41028
  2818,
41029
+ 4200,
40055
41030
  4201,
40056
41031
  5e3,
40057
41032
  5115,
@@ -42701,5 +43676,5 @@ function diffFoundryStorageLayout(layoutBefore, layoutAfter) {
42701
43676
  }
42702
43677
 
42703
43678
  //#endregion
42704
- export { publicRPCs as $, getBits as $n, IAToken_ABI as $t, snapshotClient as A, calculateLinearInterest as An, HUMAN_READABLE_PAYLOAD_STATE as At, getLogsRecursive as B, WAD_RAY_RATIO as Bn, getSolidityStorageSlotAddress as Bt, findAsset as C, IRewardsController_ABI as Cn, validateAip as Ct, toBinaryString as D, calculateCompoundedInterest as Dn, getNonFinalizedProposals as Dt, prettifyNumber as E, calculateAvailableBorrowsMarketReferenceCurrency as En, getGovernance as Et, flashbotsOnFetchRequest as F, getNormalizedIncome as Fn, isPayloadFinal as Ft, getClient as G, wadToRay as Gn, fetchMutablePoolAddresses as Gt, erc1967_ImplementationSlot as H, rayMul as Hn, getSolidityStorageSlotUint as Ht, onMevHandler as I, HALF_RAY as In, makePayloadExecutableOnTestClient as It, getNetworkEnv as J, aaveAddressesProvider_IncentivesControllerSlot as Jn, getReserveTokens as Jt, getExplicitRPC as K, LTV_PRECISION as Kn, fetchPoolAddresses as Kt, priceUpdateDecoder as L, HALF_WAD as Ln, bytes32ToAddress as Lt, chainlinkFeeds as M, getCurrentLiquidityBalance as Mn, getNonFinalizedPayloads as Mt, blockscoutExplorers as N, getMarketReferenceCurrencyAndUsdBalance as Nn, getPayloadStorageOverrides as Nt, genericIndexer as O, calculateHealthFactor as On, isProposalFinal as Ot, flashbotsClientExtension as P, getNormalizedDebt as Pn, getPayloadsController as Pt, getTenderlyRpc as Q, bitmapToIndexes as Qn, Umbrella_IRewardsController_ABI as Qt, getContractDeploymentBlock as R, RAY as Rn, getBytesValue as Rt, assetIndexesToAsset as S, AggregatorInterface_ABI as Sn, parseFrontmatterMd as St, getMdContractName as T, assetToBase as Tn, ProposalState as Tt, alchemySupportedChainIds as U, rayToWad as Un, getCompleteReserveConfiguration as Ut, erc1967_AdminSlot as V, rayDiv as Vn, getSolidityStorageSlotBytes as Vt, getAlchemyRPC as W, wadDiv as Wn, fetchImmutablePoolAddresses as Wt, getQuicknodeRpc as X, decodeReserveConfigurationV2 as Xn, IERC1967_ABI as Xt, getPublicRpc as Y, decodeReserveConfiguration as Yn, IStataTokenV2_ABI as Yt, getRPCUrl as Z, decodeUserConfiguration as Zn, IPool_ABI as Zt, selfDestructStatusToString as _, IDualAggregator_ABI as _n, parseBlockscoutStyleSourceCode as _t, renderTenderlyReport as a, ProxyAdmin_ABI as an, SoltypeType as at, addAssetPrice as b, IPoolConfigurator_ABI as bn, etherscanExplorers as bt, enhanceStateDiff as c, IDefaultInterestRateStrategyV2_ABI as cn, tenderly_getVnet as ct, transformTenderlyStateDiff as d, IWithGuardian_ABI as dn, tenderly_sim as dt, IEmissionManager_ABI as en, setBits as er, tenderlyExplorerMap as et, VerificationStatus as f, IStataTokenFactory_ABI as fn, tenderly_simVnet as ft, checkForSelfdestruct as g, IAuthorizedForwarder_ABI as gn, getSourceCode as gt, SelfdestructCheckState as h, Umbrella_IRewardsDistributor_ABI as hn, getExplorer as ht, foundry_getStorageLayout as i, IReserveInterestRateStrategy_ABI as in, EVENT_DB as it, hyperRPCSupportedNetworks as j, getCurrentDebtBalance as jn, PayloadState as jt, diffCode as k, calculateHealthFactorFromBalances as kn, makeProposalExecutableOnTestClient as kt, getObjectDiff as l, IAccessControl_ABI as ln, tenderly_logsToAbiLogs as lt, verificationStatusToString as m, IAaveV3ConfigEngine_ABI as mn, ChainList as mt, foundry_format as n, PausableUpgradeable_ABI as nn, quicknodeNetworkMap as nt, toAddressLink as o, IAaveOracle_ABI as on, tenderly_createVnet as ot, getVerificationStatus as p, ICollector_ABI as pn, ChainId as pt, getHyperRPC as q, SECONDS_PER_YEAR as qn, getReserveConfigurations as qt, foundry_getStandardJsonInput as r, Ownable_ABI as rn, alchemyNetworkMap as rt, toTxLink as s, IUmbrella_ABI as sn, tenderly_deleteVnet as st, diffFoundryStorageLayout as t, IWrappedTokenGatewayV3_ABI as tn, tenderlyNetworkMap as tt, renderMarkdownStateDiffReport as u, IERC20_ABI as un, tenderly_pingExplorer as ut, enhanceLogs as v, IncentivizedERC20_ABI as vn, parseEtherscanStyleSourceCode as vt, formatNumberString as w, IPoolAddressesProvider_ABI as wn, HUMAN_READABLE_PROPOSAL_STATE as wt, addAssetSymbol as x, IUmbrellaStakeToken_ABI as xn, Aip as xt, parseLogs as y, IERC20Metadata_ABI as yn, routescanExplorers as yt, getImplementationSlot as z, WAD as zn, getDynamicArraySlot as zt };
42705
- //# sourceMappingURL=src-D4xLvOTm.mjs.map
43679
+ export { publicRPCs as $, bitmapToIndexes as $n, IAToken_ABI as $t, snapshotClient as A, calculateHealthFactorFromBalances as An, HUMAN_READABLE_PAYLOAD_STATE as At, getLogsRecursive as B, WAD as Bn, getSolidityStorageSlotAddress as Bt, findAsset as C, AggregatorInterface_ABI as Cn, validateAip as Ct, toBinaryString as D, calculateAvailableBorrowsMarketReferenceCurrency as Dn, getNonFinalizedProposals as Dt, prettifyNumber as E, assetToBase as En, getGovernance as Et, flashbotsOnFetchRequest as F, getNormalizedDebt as Fn, isPayloadFinal as Ft, getClient as G, wadDiv as Gn, fetchMutablePoolAddresses as Gt, erc1967_ImplementationSlot as H, rayDiv as Hn, getSolidityStorageSlotUint as Ht, onMevHandler as I, getNormalizedIncome as In, makePayloadExecutableOnTestClient as It, getNetworkEnv as J, SECONDS_PER_YEAR as Jn, getReserveTokens as Jt, getExplicitRPC as K, wadToRay as Kn, fetchPoolAddresses as Kt, priceUpdateDecoder as L, HALF_RAY as Ln, bytes32ToAddress as Lt, chainlinkFeeds as M, getCurrentDebtBalance as Mn, getNonFinalizedPayloads as Mt, blockscoutExplorers as N, getCurrentLiquidityBalance as Nn, getPayloadStorageOverrides as Nt, genericIndexer as O, calculateCompoundedInterest as On, isProposalFinal as Ot, flashbotsClientExtension as P, getMarketReferenceCurrencyAndUsdBalance as Pn, getPayloadsController as Pt, getTenderlyRpc as Q, decodeUserConfiguration as Qn, Umbrella_IRewardsController_ABI as Qt, getContractDeploymentBlock as R, HALF_WAD as Rn, getBytesValue as Rt, assetIndexesToAsset as S, IUmbrellaStakeToken_ABI as Sn, parseFrontmatterMd as St, getMdContractName as T, IPoolAddressesProvider_ABI as Tn, ProposalState as Tt, alchemySupportedChainIds as U, rayMul as Un, getCompleteReserveConfiguration as Ut, erc1967_AdminSlot as V, WAD_RAY_RATIO as Vn, getSolidityStorageSlotBytes as Vt, getAlchemyRPC as W, rayToWad as Wn, fetchImmutablePoolAddresses as Wt, getQuicknodeRpc as X, decodeReserveConfiguration as Xn, IERC1967_ABI as Xt, getPublicRpc as Y, aaveAddressesProvider_IncentivesControllerSlot as Yn, IStataTokenV2_ABI as Yt, getRPCUrl as Z, decodeReserveConfigurationV2 as Zn, IPool_ABI as Zt, selfDestructStatusToString as _, IAuthorizedForwarder_ABI as _n, parseBlockscoutStyleSourceCode as _t, renderTenderlyReport as a, IReserveInterestRateStrategy_ABI as an, SoltypeType as at, addAssetPrice as b, IERC20Metadata_ABI as bn, etherscanExplorers as bt, enhanceStateDiff as c, IUmbrella_ABI as cn, tenderly_getVnet as ct, transformTenderlyStateDiff as d, IERC20_ABI as dn, tenderly_sim as dt, Safe_ABI as en, getBits as er, tenderlyExplorerMap as et, VerificationStatus as f, IWithGuardian_ABI as fn, tenderly_simVnet as ft, checkForSelfdestruct as g, Umbrella_IRewardsDistributor_ABI as gn, getSourceCode as gt, SelfdestructCheckState as h, IAaveV3ConfigEngine_ABI as hn, getExplorer as ht, foundry_getStorageLayout as i, Ownable_ABI as in, EVENT_DB as it, hyperRPCSupportedNetworks as j, calculateLinearInterest as jn, PayloadState as jt, diffCode as k, calculateHealthFactor as kn, makeProposalExecutableOnTestClient as kt, getObjectDiff as l, IDefaultInterestRateStrategyV2_ABI as ln, tenderly_logsToAbiLogs as lt, verificationStatusToString as m, ICollector_ABI as mn, ChainList as mt, foundry_format as n, IWrappedTokenGatewayV3_ABI as nn, quicknodeNetworkMap as nt, toAddressLink as o, ProxyAdmin_ABI as on, tenderly_createVnet as ot, getVerificationStatus as p, IStataTokenFactory_ABI as pn, ChainId as pt, getHyperRPC as q, LTV_PRECISION as qn, getReserveConfigurations as qt, foundry_getStandardJsonInput as r, PausableUpgradeable_ABI as rn, alchemyNetworkMap as rt, toTxLink as s, IAaveOracle_ABI as sn, tenderly_deleteVnet as st, diffFoundryStorageLayout as t, IEmissionManager_ABI as tn, setBits as tr, tenderlyNetworkMap as tt, renderMarkdownStateDiffReport as u, IAccessControl_ABI as un, tenderly_pingExplorer as ut, enhanceLogs as v, IDualAggregator_ABI as vn, parseEtherscanStyleSourceCode as vt, formatNumberString as w, IRewardsController_ABI as wn, HUMAN_READABLE_PROPOSAL_STATE as wt, addAssetSymbol as x, IPoolConfigurator_ABI as xn, Aip as xt, parseLogs as y, IncentivizedERC20_ABI as yn, routescanExplorers as yt, getImplementationSlot as z, RAY as zn, getDynamicArraySlot as zt };
43680
+ //# sourceMappingURL=src-cTq9Do6f.mjs.map