@keep-network/tbtc-v2 1.4.0-dev.3 → 1.5.0-dev.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.
Files changed (50) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +2 -2
  3. package/artifacts/BeaconAuthorization.json +1 -1
  4. package/artifacts/BeaconDkg.json +1 -1
  5. package/artifacts/BeaconDkgValidator.json +1 -1
  6. package/artifacts/BeaconInactivity.json +1 -1
  7. package/artifacts/BeaconSortitionPool.json +3 -3
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +1 -1
  11. package/artifacts/Deposit.json +1 -1
  12. package/artifacts/DepositSweep.json +1 -1
  13. package/artifacts/DonationVault.json +1 -1
  14. package/artifacts/EcdsaDkgValidator.json +1 -1
  15. package/artifacts/EcdsaInactivity.json +1 -1
  16. package/artifacts/EcdsaSortitionPool.json +3 -3
  17. package/artifacts/Fraud.json +1 -1
  18. package/artifacts/KeepRegistry.json +1 -1
  19. package/artifacts/KeepStake.json +2 -2
  20. package/artifacts/KeepToken.json +2 -2
  21. package/artifacts/KeepTokenStaking.json +1 -1
  22. package/artifacts/LightRelay.json +2 -2
  23. package/artifacts/LightRelayMaintainerProxy.json +2 -2
  24. package/artifacts/MaintainerProxy.json +2 -2
  25. package/artifacts/MovingFunds.json +1 -1
  26. package/artifacts/NuCypherStakingEscrow.json +1 -1
  27. package/artifacts/NuCypherToken.json +2 -2
  28. package/artifacts/RandomBeacon.json +2 -2
  29. package/artifacts/RandomBeaconChaosnet.json +2 -2
  30. package/artifacts/RandomBeaconGovernance.json +2 -2
  31. package/artifacts/Redemption.json +1 -1
  32. package/artifacts/ReimbursementPool.json +2 -2
  33. package/artifacts/T.json +2 -2
  34. package/artifacts/TBTC.json +2 -2
  35. package/artifacts/TBTCToken.json +2 -2
  36. package/artifacts/TBTCVault.json +2 -2
  37. package/artifacts/TokenStaking.json +1 -1
  38. package/artifacts/TokenholderGovernor.json +9 -9
  39. package/artifacts/TokenholderTimelock.json +8 -8
  40. package/artifacts/VendingMachine.json +2 -2
  41. package/artifacts/VendingMachineKeep.json +1 -1
  42. package/artifacts/VendingMachineNuCypher.json +1 -1
  43. package/artifacts/VendingMachineV2.json +2 -2
  44. package/artifacts/VendingMachineV3.json +2 -2
  45. package/artifacts/WalletCoordinator.json +5 -5
  46. package/artifacts/WalletRegistry.json +5 -5
  47. package/artifacts/WalletRegistryGovernance.json +2 -2
  48. package/artifacts/Wallets.json +1 -1
  49. package/export.json +769 -0
  50. package/package.json +1 -1
package/export.json CHANGED
@@ -11190,6 +11190,775 @@
11190
11190
  }
11191
11191
  ]
11192
11192
  },
11193
+ "WalletCoordinator": {
11194
+ "address": "0x64EA4b84e2BdfD313428b96658260E495a420093",
11195
+ "abi": [
11196
+ {
11197
+ "anonymous": false,
11198
+ "inputs": [
11199
+ {
11200
+ "indexed": true,
11201
+ "internalType": "address",
11202
+ "name": "coordinator",
11203
+ "type": "address"
11204
+ }
11205
+ ],
11206
+ "name": "CoordinatorAdded",
11207
+ "type": "event"
11208
+ },
11209
+ {
11210
+ "anonymous": false,
11211
+ "inputs": [
11212
+ {
11213
+ "indexed": true,
11214
+ "internalType": "address",
11215
+ "name": "coordinator",
11216
+ "type": "address"
11217
+ }
11218
+ ],
11219
+ "name": "CoordinatorRemoved",
11220
+ "type": "event"
11221
+ },
11222
+ {
11223
+ "anonymous": false,
11224
+ "inputs": [
11225
+ {
11226
+ "indexed": false,
11227
+ "internalType": "uint32",
11228
+ "name": "depositSweepProposalValidity",
11229
+ "type": "uint32"
11230
+ },
11231
+ {
11232
+ "indexed": false,
11233
+ "internalType": "uint32",
11234
+ "name": "depositMinAge",
11235
+ "type": "uint32"
11236
+ },
11237
+ {
11238
+ "indexed": false,
11239
+ "internalType": "uint32",
11240
+ "name": "depositRefundSafetyMargin",
11241
+ "type": "uint32"
11242
+ },
11243
+ {
11244
+ "indexed": false,
11245
+ "internalType": "uint16",
11246
+ "name": "depositSweepMaxSize",
11247
+ "type": "uint16"
11248
+ },
11249
+ {
11250
+ "indexed": false,
11251
+ "internalType": "uint32",
11252
+ "name": "depositSweepProposalSubmissionGasOffset",
11253
+ "type": "uint32"
11254
+ }
11255
+ ],
11256
+ "name": "DepositSweepProposalParametersUpdated",
11257
+ "type": "event"
11258
+ },
11259
+ {
11260
+ "anonymous": false,
11261
+ "inputs": [
11262
+ {
11263
+ "components": [
11264
+ {
11265
+ "internalType": "bytes20",
11266
+ "name": "walletPubKeyHash",
11267
+ "type": "bytes20"
11268
+ },
11269
+ {
11270
+ "components": [
11271
+ {
11272
+ "internalType": "bytes32",
11273
+ "name": "fundingTxHash",
11274
+ "type": "bytes32"
11275
+ },
11276
+ {
11277
+ "internalType": "uint32",
11278
+ "name": "fundingOutputIndex",
11279
+ "type": "uint32"
11280
+ }
11281
+ ],
11282
+ "internalType": "struct WalletCoordinator.DepositKey[]",
11283
+ "name": "depositsKeys",
11284
+ "type": "tuple[]"
11285
+ },
11286
+ {
11287
+ "internalType": "uint256",
11288
+ "name": "sweepTxFee",
11289
+ "type": "uint256"
11290
+ },
11291
+ {
11292
+ "internalType": "uint256[]",
11293
+ "name": "depositsRevealBlocks",
11294
+ "type": "uint256[]"
11295
+ }
11296
+ ],
11297
+ "indexed": false,
11298
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
11299
+ "name": "proposal",
11300
+ "type": "tuple"
11301
+ },
11302
+ {
11303
+ "indexed": true,
11304
+ "internalType": "address",
11305
+ "name": "coordinator",
11306
+ "type": "address"
11307
+ }
11308
+ ],
11309
+ "name": "DepositSweepProposalSubmitted",
11310
+ "type": "event"
11311
+ },
11312
+ {
11313
+ "anonymous": false,
11314
+ "inputs": [
11315
+ {
11316
+ "indexed": false,
11317
+ "internalType": "uint32",
11318
+ "name": "heartbeatRequestValidity",
11319
+ "type": "uint32"
11320
+ },
11321
+ {
11322
+ "indexed": false,
11323
+ "internalType": "uint32",
11324
+ "name": "heartbeatRequestGasOffset",
11325
+ "type": "uint32"
11326
+ }
11327
+ ],
11328
+ "name": "HeartbeatRequestParametersUpdated",
11329
+ "type": "event"
11330
+ },
11331
+ {
11332
+ "anonymous": false,
11333
+ "inputs": [
11334
+ {
11335
+ "indexed": false,
11336
+ "internalType": "bytes20",
11337
+ "name": "walletPubKeyHash",
11338
+ "type": "bytes20"
11339
+ },
11340
+ {
11341
+ "indexed": false,
11342
+ "internalType": "bytes",
11343
+ "name": "message",
11344
+ "type": "bytes"
11345
+ },
11346
+ {
11347
+ "indexed": true,
11348
+ "internalType": "address",
11349
+ "name": "coordinator",
11350
+ "type": "address"
11351
+ }
11352
+ ],
11353
+ "name": "HeartbeatRequestSubmitted",
11354
+ "type": "event"
11355
+ },
11356
+ {
11357
+ "anonymous": false,
11358
+ "inputs": [
11359
+ {
11360
+ "indexed": false,
11361
+ "internalType": "uint8",
11362
+ "name": "version",
11363
+ "type": "uint8"
11364
+ }
11365
+ ],
11366
+ "name": "Initialized",
11367
+ "type": "event"
11368
+ },
11369
+ {
11370
+ "anonymous": false,
11371
+ "inputs": [
11372
+ {
11373
+ "indexed": true,
11374
+ "internalType": "address",
11375
+ "name": "previousOwner",
11376
+ "type": "address"
11377
+ },
11378
+ {
11379
+ "indexed": true,
11380
+ "internalType": "address",
11381
+ "name": "newOwner",
11382
+ "type": "address"
11383
+ }
11384
+ ],
11385
+ "name": "OwnershipTransferred",
11386
+ "type": "event"
11387
+ },
11388
+ {
11389
+ "anonymous": false,
11390
+ "inputs": [
11391
+ {
11392
+ "indexed": false,
11393
+ "internalType": "address",
11394
+ "name": "newReimbursementPool",
11395
+ "type": "address"
11396
+ }
11397
+ ],
11398
+ "name": "ReimbursementPoolUpdated",
11399
+ "type": "event"
11400
+ },
11401
+ {
11402
+ "anonymous": false,
11403
+ "inputs": [
11404
+ {
11405
+ "indexed": true,
11406
+ "internalType": "bytes20",
11407
+ "name": "walletPubKeyHash",
11408
+ "type": "bytes20"
11409
+ }
11410
+ ],
11411
+ "name": "WalletManuallyUnlocked",
11412
+ "type": "event"
11413
+ },
11414
+ {
11415
+ "inputs": [
11416
+ {
11417
+ "internalType": "address",
11418
+ "name": "coordinator",
11419
+ "type": "address"
11420
+ }
11421
+ ],
11422
+ "name": "addCoordinator",
11423
+ "outputs": [],
11424
+ "stateMutability": "nonpayable",
11425
+ "type": "function"
11426
+ },
11427
+ {
11428
+ "inputs": [],
11429
+ "name": "bridge",
11430
+ "outputs": [
11431
+ {
11432
+ "internalType": "contract Bridge",
11433
+ "name": "",
11434
+ "type": "address"
11435
+ }
11436
+ ],
11437
+ "stateMutability": "view",
11438
+ "type": "function"
11439
+ },
11440
+ {
11441
+ "inputs": [],
11442
+ "name": "depositMinAge",
11443
+ "outputs": [
11444
+ {
11445
+ "internalType": "uint32",
11446
+ "name": "",
11447
+ "type": "uint32"
11448
+ }
11449
+ ],
11450
+ "stateMutability": "view",
11451
+ "type": "function"
11452
+ },
11453
+ {
11454
+ "inputs": [],
11455
+ "name": "depositRefundSafetyMargin",
11456
+ "outputs": [
11457
+ {
11458
+ "internalType": "uint32",
11459
+ "name": "",
11460
+ "type": "uint32"
11461
+ }
11462
+ ],
11463
+ "stateMutability": "view",
11464
+ "type": "function"
11465
+ },
11466
+ {
11467
+ "inputs": [],
11468
+ "name": "depositSweepMaxSize",
11469
+ "outputs": [
11470
+ {
11471
+ "internalType": "uint16",
11472
+ "name": "",
11473
+ "type": "uint16"
11474
+ }
11475
+ ],
11476
+ "stateMutability": "view",
11477
+ "type": "function"
11478
+ },
11479
+ {
11480
+ "inputs": [],
11481
+ "name": "depositSweepProposalSubmissionGasOffset",
11482
+ "outputs": [
11483
+ {
11484
+ "internalType": "uint32",
11485
+ "name": "",
11486
+ "type": "uint32"
11487
+ }
11488
+ ],
11489
+ "stateMutability": "view",
11490
+ "type": "function"
11491
+ },
11492
+ {
11493
+ "inputs": [],
11494
+ "name": "depositSweepProposalValidity",
11495
+ "outputs": [
11496
+ {
11497
+ "internalType": "uint32",
11498
+ "name": "",
11499
+ "type": "uint32"
11500
+ }
11501
+ ],
11502
+ "stateMutability": "view",
11503
+ "type": "function"
11504
+ },
11505
+ {
11506
+ "inputs": [],
11507
+ "name": "heartbeatRequestGasOffset",
11508
+ "outputs": [
11509
+ {
11510
+ "internalType": "uint32",
11511
+ "name": "",
11512
+ "type": "uint32"
11513
+ }
11514
+ ],
11515
+ "stateMutability": "view",
11516
+ "type": "function"
11517
+ },
11518
+ {
11519
+ "inputs": [],
11520
+ "name": "heartbeatRequestValidity",
11521
+ "outputs": [
11522
+ {
11523
+ "internalType": "uint32",
11524
+ "name": "",
11525
+ "type": "uint32"
11526
+ }
11527
+ ],
11528
+ "stateMutability": "view",
11529
+ "type": "function"
11530
+ },
11531
+ {
11532
+ "inputs": [
11533
+ {
11534
+ "internalType": "contract Bridge",
11535
+ "name": "_bridge",
11536
+ "type": "address"
11537
+ }
11538
+ ],
11539
+ "name": "initialize",
11540
+ "outputs": [],
11541
+ "stateMutability": "nonpayable",
11542
+ "type": "function"
11543
+ },
11544
+ {
11545
+ "inputs": [
11546
+ {
11547
+ "internalType": "address",
11548
+ "name": "",
11549
+ "type": "address"
11550
+ }
11551
+ ],
11552
+ "name": "isCoordinator",
11553
+ "outputs": [
11554
+ {
11555
+ "internalType": "bool",
11556
+ "name": "",
11557
+ "type": "bool"
11558
+ }
11559
+ ],
11560
+ "stateMutability": "view",
11561
+ "type": "function"
11562
+ },
11563
+ {
11564
+ "inputs": [],
11565
+ "name": "owner",
11566
+ "outputs": [
11567
+ {
11568
+ "internalType": "address",
11569
+ "name": "",
11570
+ "type": "address"
11571
+ }
11572
+ ],
11573
+ "stateMutability": "view",
11574
+ "type": "function"
11575
+ },
11576
+ {
11577
+ "inputs": [],
11578
+ "name": "reimbursementPool",
11579
+ "outputs": [
11580
+ {
11581
+ "internalType": "contract ReimbursementPool",
11582
+ "name": "",
11583
+ "type": "address"
11584
+ }
11585
+ ],
11586
+ "stateMutability": "view",
11587
+ "type": "function"
11588
+ },
11589
+ {
11590
+ "inputs": [
11591
+ {
11592
+ "internalType": "address",
11593
+ "name": "coordinator",
11594
+ "type": "address"
11595
+ }
11596
+ ],
11597
+ "name": "removeCoordinator",
11598
+ "outputs": [],
11599
+ "stateMutability": "nonpayable",
11600
+ "type": "function"
11601
+ },
11602
+ {
11603
+ "inputs": [],
11604
+ "name": "renounceOwnership",
11605
+ "outputs": [],
11606
+ "stateMutability": "nonpayable",
11607
+ "type": "function"
11608
+ },
11609
+ {
11610
+ "inputs": [
11611
+ {
11612
+ "internalType": "bytes20",
11613
+ "name": "walletPubKeyHash",
11614
+ "type": "bytes20"
11615
+ },
11616
+ {
11617
+ "internalType": "bytes",
11618
+ "name": "message",
11619
+ "type": "bytes"
11620
+ }
11621
+ ],
11622
+ "name": "requestHeartbeat",
11623
+ "outputs": [],
11624
+ "stateMutability": "nonpayable",
11625
+ "type": "function"
11626
+ },
11627
+ {
11628
+ "inputs": [
11629
+ {
11630
+ "internalType": "bytes20",
11631
+ "name": "walletPubKeyHash",
11632
+ "type": "bytes20"
11633
+ },
11634
+ {
11635
+ "internalType": "bytes",
11636
+ "name": "message",
11637
+ "type": "bytes"
11638
+ }
11639
+ ],
11640
+ "name": "requestHeartbeatWithReimbursement",
11641
+ "outputs": [],
11642
+ "stateMutability": "nonpayable",
11643
+ "type": "function"
11644
+ },
11645
+ {
11646
+ "inputs": [
11647
+ {
11648
+ "components": [
11649
+ {
11650
+ "internalType": "bytes20",
11651
+ "name": "walletPubKeyHash",
11652
+ "type": "bytes20"
11653
+ },
11654
+ {
11655
+ "components": [
11656
+ {
11657
+ "internalType": "bytes32",
11658
+ "name": "fundingTxHash",
11659
+ "type": "bytes32"
11660
+ },
11661
+ {
11662
+ "internalType": "uint32",
11663
+ "name": "fundingOutputIndex",
11664
+ "type": "uint32"
11665
+ }
11666
+ ],
11667
+ "internalType": "struct WalletCoordinator.DepositKey[]",
11668
+ "name": "depositsKeys",
11669
+ "type": "tuple[]"
11670
+ },
11671
+ {
11672
+ "internalType": "uint256",
11673
+ "name": "sweepTxFee",
11674
+ "type": "uint256"
11675
+ },
11676
+ {
11677
+ "internalType": "uint256[]",
11678
+ "name": "depositsRevealBlocks",
11679
+ "type": "uint256[]"
11680
+ }
11681
+ ],
11682
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
11683
+ "name": "proposal",
11684
+ "type": "tuple"
11685
+ }
11686
+ ],
11687
+ "name": "submitDepositSweepProposal",
11688
+ "outputs": [],
11689
+ "stateMutability": "nonpayable",
11690
+ "type": "function"
11691
+ },
11692
+ {
11693
+ "inputs": [
11694
+ {
11695
+ "components": [
11696
+ {
11697
+ "internalType": "bytes20",
11698
+ "name": "walletPubKeyHash",
11699
+ "type": "bytes20"
11700
+ },
11701
+ {
11702
+ "components": [
11703
+ {
11704
+ "internalType": "bytes32",
11705
+ "name": "fundingTxHash",
11706
+ "type": "bytes32"
11707
+ },
11708
+ {
11709
+ "internalType": "uint32",
11710
+ "name": "fundingOutputIndex",
11711
+ "type": "uint32"
11712
+ }
11713
+ ],
11714
+ "internalType": "struct WalletCoordinator.DepositKey[]",
11715
+ "name": "depositsKeys",
11716
+ "type": "tuple[]"
11717
+ },
11718
+ {
11719
+ "internalType": "uint256",
11720
+ "name": "sweepTxFee",
11721
+ "type": "uint256"
11722
+ },
11723
+ {
11724
+ "internalType": "uint256[]",
11725
+ "name": "depositsRevealBlocks",
11726
+ "type": "uint256[]"
11727
+ }
11728
+ ],
11729
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
11730
+ "name": "proposal",
11731
+ "type": "tuple"
11732
+ }
11733
+ ],
11734
+ "name": "submitDepositSweepProposalWithReimbursement",
11735
+ "outputs": [],
11736
+ "stateMutability": "nonpayable",
11737
+ "type": "function"
11738
+ },
11739
+ {
11740
+ "inputs": [
11741
+ {
11742
+ "internalType": "address",
11743
+ "name": "newOwner",
11744
+ "type": "address"
11745
+ }
11746
+ ],
11747
+ "name": "transferOwnership",
11748
+ "outputs": [],
11749
+ "stateMutability": "nonpayable",
11750
+ "type": "function"
11751
+ },
11752
+ {
11753
+ "inputs": [
11754
+ {
11755
+ "internalType": "bytes20",
11756
+ "name": "walletPubKeyHash",
11757
+ "type": "bytes20"
11758
+ }
11759
+ ],
11760
+ "name": "unlockWallet",
11761
+ "outputs": [],
11762
+ "stateMutability": "nonpayable",
11763
+ "type": "function"
11764
+ },
11765
+ {
11766
+ "inputs": [
11767
+ {
11768
+ "internalType": "uint32",
11769
+ "name": "_depositSweepProposalValidity",
11770
+ "type": "uint32"
11771
+ },
11772
+ {
11773
+ "internalType": "uint32",
11774
+ "name": "_depositMinAge",
11775
+ "type": "uint32"
11776
+ },
11777
+ {
11778
+ "internalType": "uint32",
11779
+ "name": "_depositRefundSafetyMargin",
11780
+ "type": "uint32"
11781
+ },
11782
+ {
11783
+ "internalType": "uint16",
11784
+ "name": "_depositSweepMaxSize",
11785
+ "type": "uint16"
11786
+ },
11787
+ {
11788
+ "internalType": "uint32",
11789
+ "name": "_depositSweepProposalSubmissionGasOffset",
11790
+ "type": "uint32"
11791
+ }
11792
+ ],
11793
+ "name": "updateDepositSweepProposalParameters",
11794
+ "outputs": [],
11795
+ "stateMutability": "nonpayable",
11796
+ "type": "function"
11797
+ },
11798
+ {
11799
+ "inputs": [
11800
+ {
11801
+ "internalType": "uint32",
11802
+ "name": "_heartbeatRequestValidity",
11803
+ "type": "uint32"
11804
+ },
11805
+ {
11806
+ "internalType": "uint32",
11807
+ "name": "_heartbeatRequestGasOffset",
11808
+ "type": "uint32"
11809
+ }
11810
+ ],
11811
+ "name": "updateHeartbeatRequestParameters",
11812
+ "outputs": [],
11813
+ "stateMutability": "nonpayable",
11814
+ "type": "function"
11815
+ },
11816
+ {
11817
+ "inputs": [
11818
+ {
11819
+ "internalType": "contract ReimbursementPool",
11820
+ "name": "_reimbursementPool",
11821
+ "type": "address"
11822
+ }
11823
+ ],
11824
+ "name": "updateReimbursementPool",
11825
+ "outputs": [],
11826
+ "stateMutability": "nonpayable",
11827
+ "type": "function"
11828
+ },
11829
+ {
11830
+ "inputs": [
11831
+ {
11832
+ "components": [
11833
+ {
11834
+ "internalType": "bytes20",
11835
+ "name": "walletPubKeyHash",
11836
+ "type": "bytes20"
11837
+ },
11838
+ {
11839
+ "components": [
11840
+ {
11841
+ "internalType": "bytes32",
11842
+ "name": "fundingTxHash",
11843
+ "type": "bytes32"
11844
+ },
11845
+ {
11846
+ "internalType": "uint32",
11847
+ "name": "fundingOutputIndex",
11848
+ "type": "uint32"
11849
+ }
11850
+ ],
11851
+ "internalType": "struct WalletCoordinator.DepositKey[]",
11852
+ "name": "depositsKeys",
11853
+ "type": "tuple[]"
11854
+ },
11855
+ {
11856
+ "internalType": "uint256",
11857
+ "name": "sweepTxFee",
11858
+ "type": "uint256"
11859
+ },
11860
+ {
11861
+ "internalType": "uint256[]",
11862
+ "name": "depositsRevealBlocks",
11863
+ "type": "uint256[]"
11864
+ }
11865
+ ],
11866
+ "internalType": "struct WalletCoordinator.DepositSweepProposal",
11867
+ "name": "proposal",
11868
+ "type": "tuple"
11869
+ },
11870
+ {
11871
+ "components": [
11872
+ {
11873
+ "components": [
11874
+ {
11875
+ "internalType": "bytes4",
11876
+ "name": "version",
11877
+ "type": "bytes4"
11878
+ },
11879
+ {
11880
+ "internalType": "bytes",
11881
+ "name": "inputVector",
11882
+ "type": "bytes"
11883
+ },
11884
+ {
11885
+ "internalType": "bytes",
11886
+ "name": "outputVector",
11887
+ "type": "bytes"
11888
+ },
11889
+ {
11890
+ "internalType": "bytes4",
11891
+ "name": "locktime",
11892
+ "type": "bytes4"
11893
+ }
11894
+ ],
11895
+ "internalType": "struct BitcoinTx.Info",
11896
+ "name": "fundingTx",
11897
+ "type": "tuple"
11898
+ },
11899
+ {
11900
+ "internalType": "bytes8",
11901
+ "name": "blindingFactor",
11902
+ "type": "bytes8"
11903
+ },
11904
+ {
11905
+ "internalType": "bytes20",
11906
+ "name": "walletPubKeyHash",
11907
+ "type": "bytes20"
11908
+ },
11909
+ {
11910
+ "internalType": "bytes20",
11911
+ "name": "refundPubKeyHash",
11912
+ "type": "bytes20"
11913
+ },
11914
+ {
11915
+ "internalType": "bytes4",
11916
+ "name": "refundLocktime",
11917
+ "type": "bytes4"
11918
+ }
11919
+ ],
11920
+ "internalType": "struct WalletCoordinator.DepositExtraInfo[]",
11921
+ "name": "depositsExtraInfo",
11922
+ "type": "tuple[]"
11923
+ }
11924
+ ],
11925
+ "name": "validateDepositSweepProposal",
11926
+ "outputs": [
11927
+ {
11928
+ "internalType": "bool",
11929
+ "name": "",
11930
+ "type": "bool"
11931
+ }
11932
+ ],
11933
+ "stateMutability": "view",
11934
+ "type": "function"
11935
+ },
11936
+ {
11937
+ "inputs": [
11938
+ {
11939
+ "internalType": "bytes20",
11940
+ "name": "",
11941
+ "type": "bytes20"
11942
+ }
11943
+ ],
11944
+ "name": "walletLock",
11945
+ "outputs": [
11946
+ {
11947
+ "internalType": "uint32",
11948
+ "name": "expiresAt",
11949
+ "type": "uint32"
11950
+ },
11951
+ {
11952
+ "internalType": "enum WalletCoordinator.WalletAction",
11953
+ "name": "cause",
11954
+ "type": "uint8"
11955
+ }
11956
+ ],
11957
+ "stateMutability": "view",
11958
+ "type": "function"
11959
+ }
11960
+ ]
11961
+ },
11193
11962
  "Wallets": {
11194
11963
  "address": "0xC67913137429985416DbCe28D9fa9ec960BA47BF",
11195
11964
  "abi": [