@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.
@@ -19263,6 +19263,813 @@ declare const IPoolAddressesProvider_ABI: readonly [{
19263
19263
  readonly anonymous: false;
19264
19264
  }];
19265
19265
  //#endregion
19266
+ //#region src/abis/Safe.d.ts
19267
+ declare const Safe_ABI: {
19268
+ readonly released: true;
19269
+ readonly contractName: "Safe";
19270
+ readonly version: "1.5.0";
19271
+ readonly deployments: {
19272
+ readonly canonical: {
19273
+ readonly address: "0xFf51A5898e281Db6DfC7855790607438dF2ca44b";
19274
+ readonly codeHash: "0xdda019cbd7c867a533a2a86e5c53434fdc50b13122b5a5ddb4a8df61b31c20f2";
19275
+ };
19276
+ };
19277
+ readonly networkAddresses: {
19278
+ readonly "1": "canonical";
19279
+ readonly "756": "canonical";
19280
+ readonly "1995": "canonical";
19281
+ readonly "4326": "canonical";
19282
+ readonly "5424": "canonical";
19283
+ readonly "5887": "canonical";
19284
+ readonly "9302": "canonical";
19285
+ readonly "20994": "canonical";
19286
+ readonly "32380": "canonical";
19287
+ readonly "49088": "canonical";
19288
+ readonly "88811": "canonical";
19289
+ readonly "88817": "canonical";
19290
+ readonly "181228": "canonical";
19291
+ readonly "190415": "canonical";
19292
+ readonly "613419": "canonical";
19293
+ readonly "843843": "canonical";
19294
+ readonly "1440000": "canonical";
19295
+ readonly "1449000": "canonical";
19296
+ readonly "11155111": "canonical";
19297
+ };
19298
+ readonly abi: readonly [{
19299
+ readonly inputs: readonly [];
19300
+ readonly stateMutability: "nonpayable";
19301
+ readonly type: "constructor";
19302
+ }, {
19303
+ readonly anonymous: false;
19304
+ readonly inputs: readonly [{
19305
+ readonly indexed: true;
19306
+ readonly internalType: "address";
19307
+ readonly name: "owner";
19308
+ readonly type: "address";
19309
+ }];
19310
+ readonly name: "AddedOwner";
19311
+ readonly type: "event";
19312
+ }, {
19313
+ readonly anonymous: false;
19314
+ readonly inputs: readonly [{
19315
+ readonly indexed: true;
19316
+ readonly internalType: "bytes32";
19317
+ readonly name: "approvedHash";
19318
+ readonly type: "bytes32";
19319
+ }, {
19320
+ readonly indexed: true;
19321
+ readonly internalType: "address";
19322
+ readonly name: "owner";
19323
+ readonly type: "address";
19324
+ }];
19325
+ readonly name: "ApproveHash";
19326
+ readonly type: "event";
19327
+ }, {
19328
+ readonly anonymous: false;
19329
+ readonly inputs: readonly [{
19330
+ readonly indexed: true;
19331
+ readonly internalType: "address";
19332
+ readonly name: "handler";
19333
+ readonly type: "address";
19334
+ }];
19335
+ readonly name: "ChangedFallbackHandler";
19336
+ readonly type: "event";
19337
+ }, {
19338
+ readonly anonymous: false;
19339
+ readonly inputs: readonly [{
19340
+ readonly indexed: true;
19341
+ readonly internalType: "address";
19342
+ readonly name: "guard";
19343
+ readonly type: "address";
19344
+ }];
19345
+ readonly name: "ChangedGuard";
19346
+ readonly type: "event";
19347
+ }, {
19348
+ readonly anonymous: false;
19349
+ readonly inputs: readonly [{
19350
+ readonly indexed: true;
19351
+ readonly internalType: "address";
19352
+ readonly name: "moduleGuard";
19353
+ readonly type: "address";
19354
+ }];
19355
+ readonly name: "ChangedModuleGuard";
19356
+ readonly type: "event";
19357
+ }, {
19358
+ readonly anonymous: false;
19359
+ readonly inputs: readonly [{
19360
+ readonly indexed: false;
19361
+ readonly internalType: "uint256";
19362
+ readonly name: "threshold";
19363
+ readonly type: "uint256";
19364
+ }];
19365
+ readonly name: "ChangedThreshold";
19366
+ readonly type: "event";
19367
+ }, {
19368
+ readonly anonymous: false;
19369
+ readonly inputs: readonly [{
19370
+ readonly indexed: true;
19371
+ readonly internalType: "address";
19372
+ readonly name: "module";
19373
+ readonly type: "address";
19374
+ }];
19375
+ readonly name: "DisabledModule";
19376
+ readonly type: "event";
19377
+ }, {
19378
+ readonly anonymous: false;
19379
+ readonly inputs: readonly [{
19380
+ readonly indexed: true;
19381
+ readonly internalType: "address";
19382
+ readonly name: "module";
19383
+ readonly type: "address";
19384
+ }];
19385
+ readonly name: "EnabledModule";
19386
+ readonly type: "event";
19387
+ }, {
19388
+ readonly anonymous: false;
19389
+ readonly inputs: readonly [{
19390
+ readonly indexed: true;
19391
+ readonly internalType: "bytes32";
19392
+ readonly name: "txHash";
19393
+ readonly type: "bytes32";
19394
+ }, {
19395
+ readonly indexed: false;
19396
+ readonly internalType: "uint256";
19397
+ readonly name: "payment";
19398
+ readonly type: "uint256";
19399
+ }];
19400
+ readonly name: "ExecutionFailure";
19401
+ readonly type: "event";
19402
+ }, {
19403
+ readonly anonymous: false;
19404
+ readonly inputs: readonly [{
19405
+ readonly indexed: true;
19406
+ readonly internalType: "address";
19407
+ readonly name: "module";
19408
+ readonly type: "address";
19409
+ }];
19410
+ readonly name: "ExecutionFromModuleFailure";
19411
+ readonly type: "event";
19412
+ }, {
19413
+ readonly anonymous: false;
19414
+ readonly inputs: readonly [{
19415
+ readonly indexed: true;
19416
+ readonly internalType: "address";
19417
+ readonly name: "module";
19418
+ readonly type: "address";
19419
+ }];
19420
+ readonly name: "ExecutionFromModuleSuccess";
19421
+ readonly type: "event";
19422
+ }, {
19423
+ readonly anonymous: false;
19424
+ readonly inputs: readonly [{
19425
+ readonly indexed: true;
19426
+ readonly internalType: "bytes32";
19427
+ readonly name: "txHash";
19428
+ readonly type: "bytes32";
19429
+ }, {
19430
+ readonly indexed: false;
19431
+ readonly internalType: "uint256";
19432
+ readonly name: "payment";
19433
+ readonly type: "uint256";
19434
+ }];
19435
+ readonly name: "ExecutionSuccess";
19436
+ readonly type: "event";
19437
+ }, {
19438
+ readonly anonymous: false;
19439
+ readonly inputs: readonly [{
19440
+ readonly indexed: true;
19441
+ readonly internalType: "address";
19442
+ readonly name: "owner";
19443
+ readonly type: "address";
19444
+ }];
19445
+ readonly name: "RemovedOwner";
19446
+ readonly type: "event";
19447
+ }, {
19448
+ readonly anonymous: false;
19449
+ readonly inputs: readonly [{
19450
+ readonly indexed: true;
19451
+ readonly internalType: "address";
19452
+ readonly name: "sender";
19453
+ readonly type: "address";
19454
+ }, {
19455
+ readonly indexed: false;
19456
+ readonly internalType: "uint256";
19457
+ readonly name: "value";
19458
+ readonly type: "uint256";
19459
+ }];
19460
+ readonly name: "SafeReceived";
19461
+ readonly type: "event";
19462
+ }, {
19463
+ readonly anonymous: false;
19464
+ readonly inputs: readonly [{
19465
+ readonly indexed: true;
19466
+ readonly internalType: "address";
19467
+ readonly name: "initiator";
19468
+ readonly type: "address";
19469
+ }, {
19470
+ readonly indexed: false;
19471
+ readonly internalType: "address[]";
19472
+ readonly name: "owners";
19473
+ readonly type: "address[]";
19474
+ }, {
19475
+ readonly indexed: false;
19476
+ readonly internalType: "uint256";
19477
+ readonly name: "threshold";
19478
+ readonly type: "uint256";
19479
+ }, {
19480
+ readonly indexed: false;
19481
+ readonly internalType: "address";
19482
+ readonly name: "initializer";
19483
+ readonly type: "address";
19484
+ }, {
19485
+ readonly indexed: false;
19486
+ readonly internalType: "address";
19487
+ readonly name: "fallbackHandler";
19488
+ readonly type: "address";
19489
+ }];
19490
+ readonly name: "SafeSetup";
19491
+ readonly type: "event";
19492
+ }, {
19493
+ readonly anonymous: false;
19494
+ readonly inputs: readonly [{
19495
+ readonly indexed: true;
19496
+ readonly internalType: "bytes32";
19497
+ readonly name: "msgHash";
19498
+ readonly type: "bytes32";
19499
+ }];
19500
+ readonly name: "SignMsg";
19501
+ readonly type: "event";
19502
+ }, {
19503
+ readonly stateMutability: "nonpayable";
19504
+ readonly type: "fallback";
19505
+ }, {
19506
+ readonly inputs: readonly [];
19507
+ readonly name: "VERSION";
19508
+ readonly outputs: readonly [{
19509
+ readonly internalType: "string";
19510
+ readonly name: "";
19511
+ readonly type: "string";
19512
+ }];
19513
+ readonly stateMutability: "view";
19514
+ readonly type: "function";
19515
+ }, {
19516
+ readonly inputs: readonly [{
19517
+ readonly internalType: "address";
19518
+ readonly name: "owner";
19519
+ readonly type: "address";
19520
+ }, {
19521
+ readonly internalType: "uint256";
19522
+ readonly name: "_threshold";
19523
+ readonly type: "uint256";
19524
+ }];
19525
+ readonly name: "addOwnerWithThreshold";
19526
+ readonly outputs: readonly [];
19527
+ readonly stateMutability: "nonpayable";
19528
+ readonly type: "function";
19529
+ }, {
19530
+ readonly inputs: readonly [{
19531
+ readonly internalType: "bytes32";
19532
+ readonly name: "hashToApprove";
19533
+ readonly type: "bytes32";
19534
+ }];
19535
+ readonly name: "approveHash";
19536
+ readonly outputs: readonly [];
19537
+ readonly stateMutability: "nonpayable";
19538
+ readonly type: "function";
19539
+ }, {
19540
+ readonly inputs: readonly [{
19541
+ readonly internalType: "address";
19542
+ readonly name: "";
19543
+ readonly type: "address";
19544
+ }, {
19545
+ readonly internalType: "bytes32";
19546
+ readonly name: "";
19547
+ readonly type: "bytes32";
19548
+ }];
19549
+ readonly name: "approvedHashes";
19550
+ readonly outputs: readonly [{
19551
+ readonly internalType: "uint256";
19552
+ readonly name: "";
19553
+ readonly type: "uint256";
19554
+ }];
19555
+ readonly stateMutability: "view";
19556
+ readonly type: "function";
19557
+ }, {
19558
+ readonly inputs: readonly [{
19559
+ readonly internalType: "uint256";
19560
+ readonly name: "_threshold";
19561
+ readonly type: "uint256";
19562
+ }];
19563
+ readonly name: "changeThreshold";
19564
+ readonly outputs: readonly [];
19565
+ readonly stateMutability: "nonpayable";
19566
+ readonly type: "function";
19567
+ }, {
19568
+ readonly inputs: readonly [{
19569
+ readonly internalType: "bytes32";
19570
+ readonly name: "dataHash";
19571
+ readonly type: "bytes32";
19572
+ }, {
19573
+ readonly internalType: "bytes";
19574
+ readonly name: "data";
19575
+ readonly type: "bytes";
19576
+ }, {
19577
+ readonly internalType: "bytes";
19578
+ readonly name: "signatures";
19579
+ readonly type: "bytes";
19580
+ }, {
19581
+ readonly internalType: "uint256";
19582
+ readonly name: "requiredSignatures";
19583
+ readonly type: "uint256";
19584
+ }];
19585
+ readonly name: "checkNSignatures";
19586
+ readonly outputs: readonly [];
19587
+ readonly stateMutability: "view";
19588
+ readonly type: "function";
19589
+ }, {
19590
+ readonly inputs: readonly [{
19591
+ readonly internalType: "address";
19592
+ readonly name: "executor";
19593
+ readonly type: "address";
19594
+ }, {
19595
+ readonly internalType: "bytes32";
19596
+ readonly name: "dataHash";
19597
+ readonly type: "bytes32";
19598
+ }, {
19599
+ readonly internalType: "bytes";
19600
+ readonly name: "signatures";
19601
+ readonly type: "bytes";
19602
+ }, {
19603
+ readonly internalType: "uint256";
19604
+ readonly name: "requiredSignatures";
19605
+ readonly type: "uint256";
19606
+ }];
19607
+ readonly name: "checkNSignatures";
19608
+ readonly outputs: readonly [];
19609
+ readonly stateMutability: "view";
19610
+ readonly type: "function";
19611
+ }, {
19612
+ readonly inputs: readonly [{
19613
+ readonly internalType: "bytes32";
19614
+ readonly name: "dataHash";
19615
+ readonly type: "bytes32";
19616
+ }, {
19617
+ readonly internalType: "bytes";
19618
+ readonly name: "data";
19619
+ readonly type: "bytes";
19620
+ }, {
19621
+ readonly internalType: "bytes";
19622
+ readonly name: "signatures";
19623
+ readonly type: "bytes";
19624
+ }];
19625
+ readonly name: "checkSignatures";
19626
+ readonly outputs: readonly [];
19627
+ readonly stateMutability: "view";
19628
+ readonly type: "function";
19629
+ }, {
19630
+ readonly inputs: readonly [{
19631
+ readonly internalType: "address";
19632
+ readonly name: "executor";
19633
+ readonly type: "address";
19634
+ }, {
19635
+ readonly internalType: "bytes32";
19636
+ readonly name: "dataHash";
19637
+ readonly type: "bytes32";
19638
+ }, {
19639
+ readonly internalType: "bytes";
19640
+ readonly name: "signatures";
19641
+ readonly type: "bytes";
19642
+ }];
19643
+ readonly name: "checkSignatures";
19644
+ readonly outputs: readonly [];
19645
+ readonly stateMutability: "view";
19646
+ readonly type: "function";
19647
+ }, {
19648
+ readonly inputs: readonly [{
19649
+ readonly internalType: "address";
19650
+ readonly name: "prevModule";
19651
+ readonly type: "address";
19652
+ }, {
19653
+ readonly internalType: "address";
19654
+ readonly name: "module";
19655
+ readonly type: "address";
19656
+ }];
19657
+ readonly name: "disableModule";
19658
+ readonly outputs: readonly [];
19659
+ readonly stateMutability: "nonpayable";
19660
+ readonly type: "function";
19661
+ }, {
19662
+ readonly inputs: readonly [];
19663
+ readonly name: "domainSeparator";
19664
+ readonly outputs: readonly [{
19665
+ readonly internalType: "bytes32";
19666
+ readonly name: "";
19667
+ readonly type: "bytes32";
19668
+ }];
19669
+ readonly stateMutability: "view";
19670
+ readonly type: "function";
19671
+ }, {
19672
+ readonly inputs: readonly [{
19673
+ readonly internalType: "address";
19674
+ readonly name: "module";
19675
+ readonly type: "address";
19676
+ }];
19677
+ readonly name: "enableModule";
19678
+ readonly outputs: readonly [];
19679
+ readonly stateMutability: "nonpayable";
19680
+ readonly type: "function";
19681
+ }, {
19682
+ readonly inputs: readonly [{
19683
+ readonly internalType: "address";
19684
+ readonly name: "to";
19685
+ readonly type: "address";
19686
+ }, {
19687
+ readonly internalType: "uint256";
19688
+ readonly name: "value";
19689
+ readonly type: "uint256";
19690
+ }, {
19691
+ readonly internalType: "bytes";
19692
+ readonly name: "data";
19693
+ readonly type: "bytes";
19694
+ }, {
19695
+ readonly internalType: "enum Enum.Operation";
19696
+ readonly name: "operation";
19697
+ readonly type: "uint8";
19698
+ }, {
19699
+ readonly internalType: "uint256";
19700
+ readonly name: "safeTxGas";
19701
+ readonly type: "uint256";
19702
+ }, {
19703
+ readonly internalType: "uint256";
19704
+ readonly name: "baseGas";
19705
+ readonly type: "uint256";
19706
+ }, {
19707
+ readonly internalType: "uint256";
19708
+ readonly name: "gasPrice";
19709
+ readonly type: "uint256";
19710
+ }, {
19711
+ readonly internalType: "address";
19712
+ readonly name: "gasToken";
19713
+ readonly type: "address";
19714
+ }, {
19715
+ readonly internalType: "address payable";
19716
+ readonly name: "refundReceiver";
19717
+ readonly type: "address";
19718
+ }, {
19719
+ readonly internalType: "bytes";
19720
+ readonly name: "signatures";
19721
+ readonly type: "bytes";
19722
+ }];
19723
+ readonly name: "execTransaction";
19724
+ readonly outputs: readonly [{
19725
+ readonly internalType: "bool";
19726
+ readonly name: "success";
19727
+ readonly type: "bool";
19728
+ }];
19729
+ readonly stateMutability: "payable";
19730
+ readonly type: "function";
19731
+ }, {
19732
+ readonly inputs: readonly [{
19733
+ readonly internalType: "address";
19734
+ readonly name: "to";
19735
+ readonly type: "address";
19736
+ }, {
19737
+ readonly internalType: "uint256";
19738
+ readonly name: "value";
19739
+ readonly type: "uint256";
19740
+ }, {
19741
+ readonly internalType: "bytes";
19742
+ readonly name: "data";
19743
+ readonly type: "bytes";
19744
+ }, {
19745
+ readonly internalType: "enum Enum.Operation";
19746
+ readonly name: "operation";
19747
+ readonly type: "uint8";
19748
+ }];
19749
+ readonly name: "execTransactionFromModule";
19750
+ readonly outputs: readonly [{
19751
+ readonly internalType: "bool";
19752
+ readonly name: "success";
19753
+ readonly type: "bool";
19754
+ }];
19755
+ readonly stateMutability: "nonpayable";
19756
+ readonly type: "function";
19757
+ }, {
19758
+ readonly inputs: readonly [{
19759
+ readonly internalType: "address";
19760
+ readonly name: "to";
19761
+ readonly type: "address";
19762
+ }, {
19763
+ readonly internalType: "uint256";
19764
+ readonly name: "value";
19765
+ readonly type: "uint256";
19766
+ }, {
19767
+ readonly internalType: "bytes";
19768
+ readonly name: "data";
19769
+ readonly type: "bytes";
19770
+ }, {
19771
+ readonly internalType: "enum Enum.Operation";
19772
+ readonly name: "operation";
19773
+ readonly type: "uint8";
19774
+ }];
19775
+ readonly name: "execTransactionFromModuleReturnData";
19776
+ readonly outputs: readonly [{
19777
+ readonly internalType: "bool";
19778
+ readonly name: "success";
19779
+ readonly type: "bool";
19780
+ }, {
19781
+ readonly internalType: "bytes";
19782
+ readonly name: "returnData";
19783
+ readonly type: "bytes";
19784
+ }];
19785
+ readonly stateMutability: "nonpayable";
19786
+ readonly type: "function";
19787
+ }, {
19788
+ readonly inputs: readonly [{
19789
+ readonly internalType: "address";
19790
+ readonly name: "start";
19791
+ readonly type: "address";
19792
+ }, {
19793
+ readonly internalType: "uint256";
19794
+ readonly name: "pageSize";
19795
+ readonly type: "uint256";
19796
+ }];
19797
+ readonly name: "getModulesPaginated";
19798
+ readonly outputs: readonly [{
19799
+ readonly internalType: "address[]";
19800
+ readonly name: "array";
19801
+ readonly type: "address[]";
19802
+ }, {
19803
+ readonly internalType: "address";
19804
+ readonly name: "next";
19805
+ readonly type: "address";
19806
+ }];
19807
+ readonly stateMutability: "view";
19808
+ readonly type: "function";
19809
+ }, {
19810
+ readonly inputs: readonly [];
19811
+ readonly name: "getOwners";
19812
+ readonly outputs: readonly [{
19813
+ readonly internalType: "address[]";
19814
+ readonly name: "";
19815
+ readonly type: "address[]";
19816
+ }];
19817
+ readonly stateMutability: "view";
19818
+ readonly type: "function";
19819
+ }, {
19820
+ readonly inputs: readonly [{
19821
+ readonly internalType: "uint256";
19822
+ readonly name: "offset";
19823
+ readonly type: "uint256";
19824
+ }, {
19825
+ readonly internalType: "uint256";
19826
+ readonly name: "length";
19827
+ readonly type: "uint256";
19828
+ }];
19829
+ readonly name: "getStorageAt";
19830
+ readonly outputs: readonly [{
19831
+ readonly internalType: "bytes";
19832
+ readonly name: "";
19833
+ readonly type: "bytes";
19834
+ }];
19835
+ readonly stateMutability: "view";
19836
+ readonly type: "function";
19837
+ }, {
19838
+ readonly inputs: readonly [];
19839
+ readonly name: "getThreshold";
19840
+ readonly outputs: readonly [{
19841
+ readonly internalType: "uint256";
19842
+ readonly name: "";
19843
+ readonly type: "uint256";
19844
+ }];
19845
+ readonly stateMutability: "view";
19846
+ readonly type: "function";
19847
+ }, {
19848
+ readonly inputs: readonly [{
19849
+ readonly internalType: "address";
19850
+ readonly name: "to";
19851
+ readonly type: "address";
19852
+ }, {
19853
+ readonly internalType: "uint256";
19854
+ readonly name: "value";
19855
+ readonly type: "uint256";
19856
+ }, {
19857
+ readonly internalType: "bytes";
19858
+ readonly name: "data";
19859
+ readonly type: "bytes";
19860
+ }, {
19861
+ readonly internalType: "enum Enum.Operation";
19862
+ readonly name: "operation";
19863
+ readonly type: "uint8";
19864
+ }, {
19865
+ readonly internalType: "uint256";
19866
+ readonly name: "safeTxGas";
19867
+ readonly type: "uint256";
19868
+ }, {
19869
+ readonly internalType: "uint256";
19870
+ readonly name: "baseGas";
19871
+ readonly type: "uint256";
19872
+ }, {
19873
+ readonly internalType: "uint256";
19874
+ readonly name: "gasPrice";
19875
+ readonly type: "uint256";
19876
+ }, {
19877
+ readonly internalType: "address";
19878
+ readonly name: "gasToken";
19879
+ readonly type: "address";
19880
+ }, {
19881
+ readonly internalType: "address";
19882
+ readonly name: "refundReceiver";
19883
+ readonly type: "address";
19884
+ }, {
19885
+ readonly internalType: "uint256";
19886
+ readonly name: "_nonce";
19887
+ readonly type: "uint256";
19888
+ }];
19889
+ readonly name: "getTransactionHash";
19890
+ readonly outputs: readonly [{
19891
+ readonly internalType: "bytes32";
19892
+ readonly name: "txHash";
19893
+ readonly type: "bytes32";
19894
+ }];
19895
+ readonly stateMutability: "view";
19896
+ readonly type: "function";
19897
+ }, {
19898
+ readonly inputs: readonly [{
19899
+ readonly internalType: "address";
19900
+ readonly name: "module";
19901
+ readonly type: "address";
19902
+ }];
19903
+ readonly name: "isModuleEnabled";
19904
+ readonly outputs: readonly [{
19905
+ readonly internalType: "bool";
19906
+ readonly name: "";
19907
+ readonly type: "bool";
19908
+ }];
19909
+ readonly stateMutability: "view";
19910
+ readonly type: "function";
19911
+ }, {
19912
+ readonly inputs: readonly [{
19913
+ readonly internalType: "address";
19914
+ readonly name: "owner";
19915
+ readonly type: "address";
19916
+ }];
19917
+ readonly name: "isOwner";
19918
+ readonly outputs: readonly [{
19919
+ readonly internalType: "bool";
19920
+ readonly name: "";
19921
+ readonly type: "bool";
19922
+ }];
19923
+ readonly stateMutability: "view";
19924
+ readonly type: "function";
19925
+ }, {
19926
+ readonly inputs: readonly [];
19927
+ readonly name: "nonce";
19928
+ readonly outputs: readonly [{
19929
+ readonly internalType: "uint256";
19930
+ readonly name: "";
19931
+ readonly type: "uint256";
19932
+ }];
19933
+ readonly stateMutability: "view";
19934
+ readonly type: "function";
19935
+ }, {
19936
+ readonly inputs: readonly [{
19937
+ readonly internalType: "address";
19938
+ readonly name: "prevOwner";
19939
+ readonly type: "address";
19940
+ }, {
19941
+ readonly internalType: "address";
19942
+ readonly name: "owner";
19943
+ readonly type: "address";
19944
+ }, {
19945
+ readonly internalType: "uint256";
19946
+ readonly name: "_threshold";
19947
+ readonly type: "uint256";
19948
+ }];
19949
+ readonly name: "removeOwner";
19950
+ readonly outputs: readonly [];
19951
+ readonly stateMutability: "nonpayable";
19952
+ readonly type: "function";
19953
+ }, {
19954
+ readonly inputs: readonly [{
19955
+ readonly internalType: "address";
19956
+ readonly name: "handler";
19957
+ readonly type: "address";
19958
+ }];
19959
+ readonly name: "setFallbackHandler";
19960
+ readonly outputs: readonly [];
19961
+ readonly stateMutability: "nonpayable";
19962
+ readonly type: "function";
19963
+ }, {
19964
+ readonly inputs: readonly [{
19965
+ readonly internalType: "address";
19966
+ readonly name: "guard";
19967
+ readonly type: "address";
19968
+ }];
19969
+ readonly name: "setGuard";
19970
+ readonly outputs: readonly [];
19971
+ readonly stateMutability: "nonpayable";
19972
+ readonly type: "function";
19973
+ }, {
19974
+ readonly inputs: readonly [{
19975
+ readonly internalType: "address";
19976
+ readonly name: "moduleGuard";
19977
+ readonly type: "address";
19978
+ }];
19979
+ readonly name: "setModuleGuard";
19980
+ readonly outputs: readonly [];
19981
+ readonly stateMutability: "nonpayable";
19982
+ readonly type: "function";
19983
+ }, {
19984
+ readonly inputs: readonly [{
19985
+ readonly internalType: "address[]";
19986
+ readonly name: "_owners";
19987
+ readonly type: "address[]";
19988
+ }, {
19989
+ readonly internalType: "uint256";
19990
+ readonly name: "_threshold";
19991
+ readonly type: "uint256";
19992
+ }, {
19993
+ readonly internalType: "address";
19994
+ readonly name: "to";
19995
+ readonly type: "address";
19996
+ }, {
19997
+ readonly internalType: "bytes";
19998
+ readonly name: "data";
19999
+ readonly type: "bytes";
20000
+ }, {
20001
+ readonly internalType: "address";
20002
+ readonly name: "fallbackHandler";
20003
+ readonly type: "address";
20004
+ }, {
20005
+ readonly internalType: "address";
20006
+ readonly name: "paymentToken";
20007
+ readonly type: "address";
20008
+ }, {
20009
+ readonly internalType: "uint256";
20010
+ readonly name: "payment";
20011
+ readonly type: "uint256";
20012
+ }, {
20013
+ readonly internalType: "address payable";
20014
+ readonly name: "paymentReceiver";
20015
+ readonly type: "address";
20016
+ }];
20017
+ readonly name: "setup";
20018
+ readonly outputs: readonly [];
20019
+ readonly stateMutability: "nonpayable";
20020
+ readonly type: "function";
20021
+ }, {
20022
+ readonly inputs: readonly [{
20023
+ readonly internalType: "bytes32";
20024
+ readonly name: "";
20025
+ readonly type: "bytes32";
20026
+ }];
20027
+ readonly name: "signedMessages";
20028
+ readonly outputs: readonly [{
20029
+ readonly internalType: "uint256";
20030
+ readonly name: "";
20031
+ readonly type: "uint256";
20032
+ }];
20033
+ readonly stateMutability: "view";
20034
+ readonly type: "function";
20035
+ }, {
20036
+ readonly inputs: readonly [{
20037
+ readonly internalType: "address";
20038
+ readonly name: "targetContract";
20039
+ readonly type: "address";
20040
+ }, {
20041
+ readonly internalType: "bytes";
20042
+ readonly name: "calldataPayload";
20043
+ readonly type: "bytes";
20044
+ }];
20045
+ readonly name: "simulateAndRevert";
20046
+ readonly outputs: readonly [];
20047
+ readonly stateMutability: "nonpayable";
20048
+ readonly type: "function";
20049
+ }, {
20050
+ readonly inputs: readonly [{
20051
+ readonly internalType: "address";
20052
+ readonly name: "prevOwner";
20053
+ readonly type: "address";
20054
+ }, {
20055
+ readonly internalType: "address";
20056
+ readonly name: "oldOwner";
20057
+ readonly type: "address";
20058
+ }, {
20059
+ readonly internalType: "address";
20060
+ readonly name: "newOwner";
20061
+ readonly type: "address";
20062
+ }];
20063
+ readonly name: "swapOwner";
20064
+ readonly outputs: readonly [];
20065
+ readonly stateMutability: "nonpayable";
20066
+ readonly type: "function";
20067
+ }, {
20068
+ readonly stateMutability: "payable";
20069
+ readonly type: "receive";
20070
+ }];
20071
+ };
20072
+ //#endregion
19266
20073
  //#region src/abis/IAToken.d.ts
19267
20074
  declare const IAToken_ABI: readonly [{
19268
20075
  readonly type: "function";
@@ -41657,6 +42464,7 @@ declare const alchemyNetworkMap: {
41657
42464
  readonly 3637: "botanix-mainnet";
41658
42465
  readonly 4157: "crossfi-testnet";
41659
42466
  readonly 4158: "crossfi-mainnet";
42467
+ readonly 4326: "megaeth-mainnet";
41660
42468
  readonly 4801: "worldchain-sepolia";
41661
42469
  readonly 5000: "mantle-mainnet";
41662
42470
  readonly 5003: "mantle-sepolia";
@@ -41689,6 +42497,7 @@ declare const alchemyNetworkMap: {
41689
42497
  readonly 42170: "arbnova-mainnet";
41690
42498
  readonly 42220: "celo-mainnet";
41691
42499
  readonly 42429: "tempo-testnet";
42500
+ readonly 42431: "tempo-moderato";
41692
42501
  readonly 43113: "avax-fuji";
41693
42502
  readonly 43114: "avax-mainnet";
41694
42503
  readonly 53302: "superseed-sepolia";
@@ -41876,14 +42685,6 @@ declare const etherscanExplorers: {
41876
42685
  readonly api: "https://api.etherscan.io/v2/api";
41877
42686
  readonly explorer: "https://fraxscan.com/";
41878
42687
  };
41879
- readonly 300: {
41880
- readonly api: "https://api.etherscan.io/v2/api";
41881
- readonly explorer: "https://sepolia-era.zksync.network/";
41882
- };
41883
- readonly 324: {
41884
- readonly api: "https://api.etherscan.io/v2/api";
41885
- readonly explorer: "https://era.zksync.network/";
41886
- };
41887
42688
  readonly 480: {
41888
42689
  readonly api: "https://api.etherscan.io/v2/api";
41889
42690
  readonly explorer: "https://worldscan.org/";
@@ -41972,6 +42773,10 @@ declare const etherscanExplorers: {
41972
42773
  readonly api: "https://api.etherscan.io/v2/api";
41973
42774
  readonly explorer: "https://plasmascan.to/";
41974
42775
  };
42776
+ readonly 9746: {
42777
+ readonly api: "https://api.etherscan.io/v2/api";
42778
+ readonly explorer: "https://testnet.plasmascan.to/";
42779
+ };
41975
42780
  readonly 10143: {
41976
42781
  readonly api: "https://api.etherscan.io/v2/api";
41977
42782
  readonly explorer: "https://testnet.monadscan.com/";
@@ -43224,6 +44029,10 @@ declare const blockscoutExplorers: {
43224
44029
  readonly api: "https://explorer.bit-rock.io/api";
43225
44030
  readonly explorer: "https://explorer.bit-rock.io/";
43226
44031
  };
44032
+ readonly 890: {
44033
+ readonly api: "https://explorer.capitalexchange.net/api";
44034
+ readonly explorer: "https://explorer.capitalexchange.net";
44035
+ };
43227
44036
  readonly 893: {
43228
44037
  readonly api: "https://adilchain-scan.io/api";
43229
44038
  readonly explorer: "https://adilchain-scan.io";
@@ -49847,6 +50656,11 @@ declare const chainlinkFeeds: {
49847
50656
  readonly proxyAddress: "0x80C42686a5F953d3c629cb5a35BCC86B1Ddd21e3";
49848
50657
  readonly decimals: 18;
49849
50658
  readonly name: "Calculated cmETH / USD";
50659
+ }, {
50660
+ readonly contractAddress: "0x7F172b856540845cD5690707C4474c9Bdba4d7a9";
50661
+ readonly proxyAddress: "0xAa7B3679db156d3773620eBce98E38Cd87544C0e";
50662
+ readonly decimals: 18;
50663
+ readonly name: "RSETH / ETH Exchange Rate";
49850
50664
  }, {
49851
50665
  readonly contractAddress: "0x874effca5376D434d49021B3638d1e1BC214EC27";
49852
50666
  readonly proxyAddress: "0x73b15e19b247263D03D7938f1356304b7B330Ff0";
@@ -51186,6 +52000,11 @@ declare const chainlinkFeeds: {
51186
52000
  readonly proxyAddress: null;
51187
52001
  readonly decimals: 18;
51188
52002
  readonly name: "LBTC/USD-RefPrice-mainnet-staging";
52003
+ }, {
52004
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
52005
+ readonly proxyAddress: null;
52006
+ readonly decimals: 18;
52007
+ readonly name: "LIT/USD-Streams-CexPrice-mainnet-production";
51189
52008
  }, {
51190
52009
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
51191
52010
  readonly proxyAddress: null;
@@ -51406,6 +52225,11 @@ declare const chainlinkFeeds: {
51406
52225
  readonly proxyAddress: null;
51407
52226
  readonly decimals: 18;
51408
52227
  readonly name: "TNSR/USD-RefPrice-mainnet-staging";
52228
+ }, {
52229
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
52230
+ readonly proxyAddress: null;
52231
+ readonly decimals: 18;
52232
+ readonly name: "WHITEWHALE/USD-Streams-CexPrice-mainnet-production";
51409
52233
  }, {
51410
52234
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
51411
52235
  readonly proxyAddress: null;
@@ -52166,6 +52990,11 @@ declare const chainlinkFeeds: {
52166
52990
  readonly proxyAddress: null;
52167
52991
  readonly decimals: 18;
52168
52992
  readonly name: "INF/SOL-Streams-ExchangeRate-mainnet-production";
52993
+ }, {
52994
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
52995
+ readonly proxyAddress: null;
52996
+ readonly decimals: 0;
52997
+ readonly name: "FBTC/BTC-Streams-ExchangeRate-mainnet-production";
52169
52998
  }, {
52170
52999
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
52171
53000
  readonly proxyAddress: null;
@@ -52466,6 +53295,16 @@ declare const chainlinkFeeds: {
52466
53295
  readonly proxyAddress: null;
52467
53296
  readonly decimals: 0;
52468
53297
  readonly name: "AMZN/USD-Streams-EquityPrice-Timestamped-mainnet-production";
53298
+ }, {
53299
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
53300
+ readonly proxyAddress: null;
53301
+ readonly decimals: 0;
53302
+ readonly name: "CBTC/POR-Datalink-ProofOfReserves-mainnet-production";
53303
+ }, {
53304
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
53305
+ readonly proxyAddress: null;
53306
+ readonly decimals: 18;
53307
+ readonly name: "USTB/NAV-SmartData-NetAssetValue-mainnet-production";
52469
53308
  }, {
52470
53309
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
52471
53310
  readonly proxyAddress: null;
@@ -52496,6 +53335,11 @@ declare const chainlinkFeeds: {
52496
53335
  readonly proxyAddress: null;
52497
53336
  readonly decimals: 0;
52498
53337
  readonly name: "NVDAx/POR-Datalink-ProofOfReserves-mainnet-production";
53338
+ }, {
53339
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
53340
+ readonly proxyAddress: null;
53341
+ readonly decimals: 18;
53342
+ readonly name: "USCC/NAV-SmartData-NetAssetValue-mainnet-production";
52499
53343
  }, {
52500
53344
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
52501
53345
  readonly proxyAddress: null;
@@ -56976,7 +57820,7 @@ declare const chainlinkFeeds: {
56976
57820
  };
56977
57821
  //#endregion
56978
57822
  //#region src/ecosystem/generated/hyperRPC.d.ts
56979
- declare const hyperRPCSupportedNetworks: readonly [1, 10, 14, 30, 42, 50, 51, 56, 97, 100, 130, 137, 143, 146, 148, 169, 204, 250, 252, 255, 288, 324, 480, 841, 999, 1101, 1135, 1284, 1287, 1328, 1329, 1750, 1776, 1868, 1923, 2741, 2818, 4201, 5000, 5115, 5330, 6342, 6343, 6767, 7000, 7560, 8453, 9745, 9889, 10143, 10200, 14601, 17000, 33111, 34443, 36888, 42161, 42170, 42220, 43113, 43114, 48900, 50104, 57073, 59144, 80002, 80094, 81457, 84532, 88888, 98866, 421614, 534352, 560048, 5042002, 7225878, 7777777, 11155111, 11155420, 168587773, 531050104, 1184075182, 1313161554, 1666600000];
57823
+ declare const hyperRPCSupportedNetworks: readonly [1, 10, 14, 30, 42, 50, 51, 56, 97, 100, 130, 137, 143, 146, 148, 169, 204, 250, 252, 255, 288, 324, 480, 841, 999, 1101, 1135, 1284, 1287, 1328, 1329, 1750, 1776, 1868, 1923, 2741, 2818, 4200, 4201, 5000, 5115, 5330, 6342, 6343, 6767, 7000, 7560, 8453, 9745, 9889, 10143, 10200, 14601, 17000, 33111, 34443, 36888, 42161, 42170, 42220, 43113, 43114, 48900, 50104, 57073, 59144, 80002, 80094, 81457, 84532, 88888, 98866, 421614, 534352, 560048, 5042002, 7225878, 7777777, 11155111, 11155420, 168587773, 531050104, 1184075182, 1313161554, 1666600000];
56980
57824
  //#endregion
56981
57825
  //#region src/ecosystem/generated/tenderly.d.ts
56982
57826
  declare const tenderlyNetworkMap: {
@@ -58546,5 +59390,5 @@ declare function addAssetPrice(client: Client, address: Address): Promise<string
58546
59390
  */
58547
59391
  declare function getMdContractName(contracts: TenderlySimulationResponse["contracts"], address: Address): string;
58548
59392
  //#endregion
58549
- export { getExplicitRPC as $, RAY as $n, IAToken_ABI as $t, erc1967_ImplementationSlot as A, Proposal$1 as An, Trace as At, alchemyNetworkMap as B, getNonFinalizedPayloads as Bn, bytes32ToAddress as Bt, enhanceLogs as C, IUmbrellaStakeToken_ABI as Cn, decodeReserveConfigurationV2 as Cr, StateObject as Ct, genericIndexer as D, validateAip as Dn, TenderlySimulationResponse as Dt, IndexerTopicState as E, parseFrontmatterMd as En, TenderlySimRequest as Et, chainlinkFeeds as F, makeProposalExecutableOnTestClient as Fn, getExplorer as Ft, priceUpdateDecoder as G, getCompleteReserveConfiguration as Gn, getSolidityStorageSlotUint as Gt, flashbotsClientExtension as H, getPayloadsController as Hn, getDynamicArraySlot as Ht, blockscoutExplorers as I, HUMAN_READABLE_PAYLOAD_STATE as In, getSourceCode as It, getLogsRecursive as J, fetchPoolAddresses as Jn, setBits as Jt, getContractDeploymentBlock as K, fetchImmutablePoolAddresses as Kn, bitmapToIndexes as Kt, routescanExplorers as L, Payload as Ln, parseBlockscoutStyleSourceCode as Lt, tenderlyExplorerMap as M, getGovernance as Mn, BlockscoutStyleSourceCode as Mt, tenderlyNetworkMap as N, getNonFinalizedProposals as Nn, EtherscanStyleSourceCode as Nt, diffCode as O, GovernanceContract as On, TenderlySimulationResponseObject as Ot, hyperRPCSupportedNetworks as P, isProposalFinal as Pn, ExplorerConfig as Pt, getClient as Q, HALF_WAD as Qn, Umbrella_IRewardsController_ABI as Qt, etherscanExplorers as R, PayloadState as Rn, parseEtherscanStyleSourceCode as Rt, selfDestructStatusToString as S, IPoolConfigurator_ABI as Sn, decodeReserveConfiguration as Sr, StateDiff as St, GenericIndexerArgs as T, Aip as Tn, TenderlyLogRaw as Tt, flashbotsOnFetchRequest as U, isPayloadFinal as Un, getSolidityStorageSlotAddress as Ut, BundleParams as V, getPayloadStorageOverrides as Vn, getBytesValue as Vt, onMevHandler as W, makePayloadExecutableOnTestClient as Wn, getSolidityStorageSlotBytes as Wt, alchemySupportedChainIds as X, getReserveTokens as Xn, IERC1967_ABI as Xt, SupportedChainIds as Y, getReserveConfigurations as Yn, IStataTokenV2_ABI as Yt, getAlchemyRPC as Z, HALF_RAY as Zn, IPool_ABI as Zt, renderTenderlyReport as _, IAuthorizedForwarder_ABI as _n, getNormalizedIncome as _r, tenderly_simVnet as _t, findAsset as a, IReserveInterestRateStrategy_ABI as an, wadDiv as ar, getTenderlyRpc as at, SelfdestructCheckState as b, IRewardsController_ABI as bn, aaveAddressesProvider_IncentivesControllerSlot as br, SoltypeElement as bt, prettifyNumber as c, IUmbrella_ABI as cn, calculateAvailableBorrowsMarketReferenceCurrency as cr, ChainList as ct, getObjectDiff as d, IERC20_ABI as dn, calculateHealthFactorFromBalances as dr, tenderly_createVnet as dt, IPoolAddressesProvider_ABI as en, WAD as er, getHyperRPC as et, renderMarkdownStateDiffReport as f, IWithGuardian_ABI as fn, calculateLinearInterest as fr, tenderly_deleteVnet as ft, verificationStatusToString as g, Umbrella_IRewardsDistributor_ABI as gn, getNormalizedDebt as gr, tenderly_sim as gt, getVerificationStatus as h, IAaveV3ConfigEngine_ABI as hn, getMarketReferenceCurrencyAndUsdBalance as hr, tenderly_pingExplorer as ht, assetIndexesToAsset as i, Ownable_ABI as in, rayToWad as ir, getRPCUrl as it, snapshotClient as j, ProposalState as jn, TransactionInfo as jt, erc1967_AdminSlot as k, HUMAN_READABLE_PROPOSAL_STATE as kn, TenderlyStackTrace as kt, toBinaryString as l, IDefaultInterestRateStrategyV2_ABI as ln, calculateCompoundedInterest as lr, EVENT_DB as lt, VerificationStatus as m, ICollector_ABI as mn, getCurrentLiquidityBalance as mr, tenderly_logsToAbiLogs as mt, addAssetPrice as n, IWrappedTokenGatewayV3_ABI as nn, rayDiv as nr, getPublicRpc as nt, formatNumberString as o, ProxyAdmin_ABI as on, wadToRay as or, publicRPCs as ot, transformTenderlyStateDiff as p, IStataTokenFactory_ABI as pn, getCurrentDebtBalance as pr, tenderly_getVnet as pt, getImplementationSlot as q, fetchMutablePoolAddresses as qn, getBits as qt, addAssetSymbol as r, PausableUpgradeable_ABI as rn, rayMul as rr, getQuicknodeRpc as rt, getMdContractName as s, IAaveOracle_ABI as sn, assetToBase as sr, ChainId as st, AssetInfo as t, IEmissionManager_ABI as tn, WAD_RAY_RATIO as tr, getNetworkEnv as tt, enhanceStateDiff as u, IAccessControl_ABI as un, calculateHealthFactor as ur, Tenderly_createVnetParamsResponse as ut, toAddressLink as v, IDualAggregator_ABI as vn, LTV_PRECISION as vr, ContractObject as vt, parseLogs as w, AggregatorInterface_ABI as wn, decodeUserConfiguration as wr, TenderlyLog as wt, checkForSelfdestruct as x, IERC20Metadata_ABI as xn, ReserveConfiguration as xr, SoltypeType as xt, toTxLink as y, IncentivizedERC20_ABI as yn, SECONDS_PER_YEAR as yr, Input as yt, quicknodeNetworkMap as z, PayloadsControllerContract as zn, StandardJsonInput as zt };
58550
- //# sourceMappingURL=browser-CMIkwlrz.d.mts.map
59393
+ export { getExplicitRPC as $, HALF_WAD as $n, IAToken_ABI as $t, erc1967_ImplementationSlot as A, HUMAN_READABLE_PROPOSAL_STATE as An, Trace as At, alchemyNetworkMap as B, PayloadsControllerContract as Bn, bytes32ToAddress as Bt, enhanceLogs as C, IPoolConfigurator_ABI as Cn, decodeReserveConfiguration as Cr, StateObject as Ct, genericIndexer as D, parseFrontmatterMd as Dn, TenderlySimulationResponse as Dt, IndexerTopicState as E, Aip as En, TenderlySimRequest as Et, chainlinkFeeds as F, isProposalFinal as Fn, getExplorer as Ft, priceUpdateDecoder as G, makePayloadExecutableOnTestClient as Gn, getSolidityStorageSlotUint as Gt, flashbotsClientExtension as H, getPayloadStorageOverrides as Hn, getDynamicArraySlot as Ht, blockscoutExplorers as I, makeProposalExecutableOnTestClient as In, getSourceCode as It, getLogsRecursive as J, fetchMutablePoolAddresses as Jn, setBits as Jt, getContractDeploymentBlock as K, getCompleteReserveConfiguration as Kn, bitmapToIndexes as Kt, routescanExplorers as L, HUMAN_READABLE_PAYLOAD_STATE as Ln, parseBlockscoutStyleSourceCode as Lt, tenderlyExplorerMap as M, ProposalState as Mn, BlockscoutStyleSourceCode as Mt, tenderlyNetworkMap as N, getGovernance as Nn, EtherscanStyleSourceCode as Nt, diffCode as O, validateAip as On, TenderlySimulationResponseObject as Ot, hyperRPCSupportedNetworks as P, getNonFinalizedProposals as Pn, ExplorerConfig as Pt, getClient as Q, HALF_RAY as Qn, Umbrella_IRewardsController_ABI as Qt, etherscanExplorers as R, Payload as Rn, parseEtherscanStyleSourceCode as Rt, selfDestructStatusToString as S, IERC20Metadata_ABI as Sn, ReserveConfiguration as Sr, StateDiff as St, GenericIndexerArgs as T, AggregatorInterface_ABI as Tn, decodeUserConfiguration as Tr, TenderlyLogRaw as Tt, flashbotsOnFetchRequest as U, getPayloadsController as Un, getSolidityStorageSlotAddress as Ut, BundleParams as V, getNonFinalizedPayloads as Vn, getBytesValue as Vt, onMevHandler as W, isPayloadFinal as Wn, getSolidityStorageSlotBytes as Wt, alchemySupportedChainIds as X, getReserveConfigurations as Xn, IERC1967_ABI as Xt, SupportedChainIds as Y, fetchPoolAddresses as Yn, IStataTokenV2_ABI as Yt, getAlchemyRPC as Z, getReserveTokens as Zn, IPool_ABI as Zt, renderTenderlyReport as _, Umbrella_IRewardsDistributor_ABI as _n, getNormalizedDebt as _r, tenderly_simVnet as _t, findAsset as a, Ownable_ABI as an, rayToWad as ar, getTenderlyRpc as at, SelfdestructCheckState as b, IncentivizedERC20_ABI as bn, SECONDS_PER_YEAR as br, SoltypeElement as bt, prettifyNumber as c, IAaveOracle_ABI as cn, assetToBase as cr, ChainList as ct, getObjectDiff as d, IAccessControl_ABI as dn, calculateHealthFactor as dr, tenderly_createVnet as dt, Safe_ABI as en, RAY as er, getHyperRPC as et, renderMarkdownStateDiffReport as f, IERC20_ABI as fn, calculateHealthFactorFromBalances as fr, tenderly_deleteVnet as ft, verificationStatusToString as g, IAaveV3ConfigEngine_ABI as gn, getMarketReferenceCurrencyAndUsdBalance as gr, tenderly_sim as gt, getVerificationStatus as h, ICollector_ABI as hn, getCurrentLiquidityBalance as hr, tenderly_pingExplorer as ht, assetIndexesToAsset as i, PausableUpgradeable_ABI as in, rayMul as ir, getRPCUrl as it, snapshotClient as j, Proposal$1 as jn, TransactionInfo as jt, erc1967_AdminSlot as k, GovernanceContract as kn, TenderlyStackTrace as kt, toBinaryString as l, IUmbrella_ABI as ln, calculateAvailableBorrowsMarketReferenceCurrency as lr, EVENT_DB as lt, VerificationStatus as m, IStataTokenFactory_ABI as mn, getCurrentDebtBalance as mr, tenderly_logsToAbiLogs as mt, addAssetPrice as n, IEmissionManager_ABI as nn, WAD_RAY_RATIO as nr, getPublicRpc as nt, formatNumberString as o, IReserveInterestRateStrategy_ABI as on, wadDiv as or, publicRPCs as ot, transformTenderlyStateDiff as p, IWithGuardian_ABI as pn, calculateLinearInterest as pr, tenderly_getVnet as pt, getImplementationSlot as q, fetchImmutablePoolAddresses as qn, getBits as qt, addAssetSymbol as r, IWrappedTokenGatewayV3_ABI as rn, rayDiv as rr, getQuicknodeRpc as rt, getMdContractName as s, ProxyAdmin_ABI as sn, wadToRay as sr, ChainId as st, AssetInfo as t, IPoolAddressesProvider_ABI as tn, WAD as tr, getNetworkEnv as tt, enhanceStateDiff as u, IDefaultInterestRateStrategyV2_ABI as un, calculateCompoundedInterest as ur, Tenderly_createVnetParamsResponse as ut, toAddressLink as v, IAuthorizedForwarder_ABI as vn, getNormalizedIncome as vr, ContractObject as vt, parseLogs as w, IUmbrellaStakeToken_ABI as wn, decodeReserveConfigurationV2 as wr, TenderlyLog as wt, checkForSelfdestruct as x, IRewardsController_ABI as xn, aaveAddressesProvider_IncentivesControllerSlot as xr, SoltypeType as xt, toTxLink as y, IDualAggregator_ABI as yn, LTV_PRECISION as yr, Input as yt, quicknodeNetworkMap as z, PayloadState as zn, StandardJsonInput as zt };
59394
+ //# sourceMappingURL=browser-DDv7grcy.d.mts.map