@dcentralab/d402-client 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -652,6 +652,11 @@ var sepolia_default = {
652
652
  name: "AddressEmptyCode",
653
653
  type: "error"
654
654
  },
655
+ {
656
+ inputs: [],
657
+ name: "DescriptionTooLong",
658
+ type: "error"
659
+ },
655
660
  {
656
661
  inputs: [],
657
662
  name: "ECDSAInvalidSignature",
@@ -715,6 +720,11 @@ var sepolia_default = {
715
720
  name: "InvalidInitialization",
716
721
  type: "error"
717
722
  },
723
+ {
724
+ inputs: [],
725
+ name: "InvalidLockupPeriod",
726
+ type: "error"
727
+ },
718
728
  {
719
729
  inputs: [],
720
730
  name: "InvalidOperatorAddress",
@@ -745,6 +755,11 @@ var sepolia_default = {
745
755
  name: "InvalidTokenAddress",
746
756
  type: "error"
747
757
  },
758
+ {
759
+ inputs: [],
760
+ name: "NameTooLong",
761
+ type: "error"
762
+ },
748
763
  {
749
764
  inputs: [],
750
765
  name: "NotAuthorized",
@@ -770,6 +785,16 @@ var sepolia_default = {
770
785
  name: "PendingWithdrawalExists",
771
786
  type: "error"
772
787
  },
788
+ {
789
+ inputs: [],
790
+ name: "ReentrancyGuardReentrantCall",
791
+ type: "error"
792
+ },
793
+ {
794
+ inputs: [],
795
+ name: "RequestPathTooLong",
796
+ type: "error"
797
+ },
773
798
  {
774
799
  inputs: [
775
800
  {
@@ -1062,6 +1087,25 @@ var sepolia_default = {
1062
1087
  name: "WithdrawalExecuted",
1063
1088
  type: "event"
1064
1089
  },
1090
+ {
1091
+ anonymous: false,
1092
+ inputs: [
1093
+ {
1094
+ indexed: false,
1095
+ internalType: "uint256",
1096
+ name: "oldPeriod",
1097
+ type: "uint256"
1098
+ },
1099
+ {
1100
+ indexed: false,
1101
+ internalType: "uint256",
1102
+ name: "newPeriod",
1103
+ type: "uint256"
1104
+ }
1105
+ ],
1106
+ name: "WithdrawalLockupPeriodUpdated",
1107
+ type: "event"
1108
+ },
1065
1109
  {
1066
1110
  anonymous: false,
1067
1111
  inputs: [
@@ -1121,12 +1165,12 @@ var sepolia_default = {
1121
1165
  },
1122
1166
  {
1123
1167
  inputs: [],
1124
- name: "PROVIDER_ATTESTATION_TYPEHASH",
1168
+ name: "MAX_DESCRIPTION_LENGTH",
1125
1169
  outputs: [
1126
1170
  {
1127
- internalType: "bytes32",
1171
+ internalType: "uint256",
1128
1172
  name: "",
1129
- type: "bytes32"
1173
+ type: "uint256"
1130
1174
  }
1131
1175
  ],
1132
1176
  stateMutability: "view",
@@ -1134,7 +1178,33 @@ var sepolia_default = {
1134
1178
  },
1135
1179
  {
1136
1180
  inputs: [],
1137
- name: "PULL_FUNDS_FOR_SETTLEMENT_TYPEHASH",
1181
+ name: "MAX_NAME_LENGTH",
1182
+ outputs: [
1183
+ {
1184
+ internalType: "uint256",
1185
+ name: "",
1186
+ type: "uint256"
1187
+ }
1188
+ ],
1189
+ stateMutability: "view",
1190
+ type: "function"
1191
+ },
1192
+ {
1193
+ inputs: [],
1194
+ name: "MAX_REQUEST_PATH_LENGTH",
1195
+ outputs: [
1196
+ {
1197
+ internalType: "uint256",
1198
+ name: "",
1199
+ type: "uint256"
1200
+ }
1201
+ ],
1202
+ stateMutability: "view",
1203
+ type: "function"
1204
+ },
1205
+ {
1206
+ inputs: [],
1207
+ name: "PROVIDER_ATTESTATION_TYPEHASH",
1138
1208
  outputs: [
1139
1209
  {
1140
1210
  internalType: "bytes32",
@@ -1147,12 +1217,12 @@ var sepolia_default = {
1147
1217
  },
1148
1218
  {
1149
1219
  inputs: [],
1150
- name: "UPGRADE_INTERFACE_VERSION",
1220
+ name: "PULL_FUNDS_FOR_SETTLEMENT_TYPEHASH",
1151
1221
  outputs: [
1152
1222
  {
1153
- internalType: "string",
1223
+ internalType: "bytes32",
1154
1224
  name: "",
1155
- type: "string"
1225
+ type: "bytes32"
1156
1226
  }
1157
1227
  ],
1158
1228
  stateMutability: "view",
@@ -1160,12 +1230,12 @@ var sepolia_default = {
1160
1230
  },
1161
1231
  {
1162
1232
  inputs: [],
1163
- name: "WITHDRAWAL_LOCKUP_PERIOD",
1233
+ name: "UPGRADE_INTERFACE_VERSION",
1164
1234
  outputs: [
1165
1235
  {
1166
- internalType: "uint256",
1236
+ internalType: "string",
1167
1237
  name: "",
1168
- type: "uint256"
1238
+ type: "string"
1169
1239
  }
1170
1240
  ],
1171
1241
  stateMutability: "view",
@@ -1336,6 +1406,11 @@ var sepolia_default = {
1336
1406
  name: "requestedAt",
1337
1407
  type: "uint256"
1338
1408
  },
1409
+ {
1410
+ internalType: "uint256",
1411
+ name: "unlockTime",
1412
+ type: "uint256"
1413
+ },
1339
1414
  {
1340
1415
  internalType: "bool",
1341
1416
  name: "executed",
@@ -1582,6 +1657,19 @@ var sepolia_default = {
1582
1657
  stateMutability: "view",
1583
1658
  type: "function"
1584
1659
  },
1660
+ {
1661
+ inputs: [
1662
+ {
1663
+ internalType: "uint256",
1664
+ name: "_newPeriod",
1665
+ type: "uint256"
1666
+ }
1667
+ ],
1668
+ name: "setWithdrawalLockupPeriod",
1669
+ outputs: [],
1670
+ stateMutability: "nonpayable",
1671
+ type: "function"
1672
+ },
1585
1673
  {
1586
1674
  inputs: [],
1587
1675
  name: "settlementLayer",
@@ -1780,6 +1868,19 @@ var sepolia_default = {
1780
1868
  stateMutability: "nonpayable",
1781
1869
  type: "function"
1782
1870
  },
1871
+ {
1872
+ inputs: [],
1873
+ name: "withdrawalLockupPeriod",
1874
+ outputs: [
1875
+ {
1876
+ internalType: "uint256",
1877
+ name: "",
1878
+ type: "uint256"
1879
+ }
1880
+ ],
1881
+ stateMutability: "view",
1882
+ type: "function"
1883
+ },
1783
1884
  {
1784
1885
  inputs: [
1785
1886
  {
@@ -1805,6 +1906,11 @@ var sepolia_default = {
1805
1906
  name: "requestedAt",
1806
1907
  type: "uint256"
1807
1908
  },
1909
+ {
1910
+ internalType: "uint256",
1911
+ name: "unlockTime",
1912
+ type: "uint256"
1913
+ },
1808
1914
  {
1809
1915
  internalType: "bool",
1810
1916
  name: "executed",
@@ -2397,6 +2503,11 @@ var sepolia_default = {
2397
2503
  name: "EmptyArray",
2398
2504
  type: "error"
2399
2505
  },
2506
+ {
2507
+ inputs: [],
2508
+ name: "EnforcedPause",
2509
+ type: "error"
2510
+ },
2400
2511
  {
2401
2512
  inputs: [],
2402
2513
  name: "EpochMustBeNextOne",
@@ -2407,6 +2518,11 @@ var sepolia_default = {
2407
2518
  name: "EpochMustBeOne",
2408
2519
  type: "error"
2409
2520
  },
2521
+ {
2522
+ inputs: [],
2523
+ name: "ExpectedPause",
2524
+ type: "error"
2525
+ },
2410
2526
  {
2411
2527
  inputs: [],
2412
2528
  name: "FailedCall",
@@ -2457,6 +2573,11 @@ var sepolia_default = {
2457
2573
  name: "InvalidProviderSignature",
2458
2574
  type: "error"
2459
2575
  },
2576
+ {
2577
+ inputs: [],
2578
+ name: "InvalidRegistrar",
2579
+ type: "error"
2580
+ },
2460
2581
  {
2461
2582
  inputs: [],
2462
2583
  name: "InvalidTraiaToken",
@@ -2467,6 +2588,16 @@ var sepolia_default = {
2467
2588
  name: "InvalidUtilityAgentFactory",
2468
2589
  type: "error"
2469
2590
  },
2591
+ {
2592
+ inputs: [],
2593
+ name: "InvalidWallet",
2594
+ type: "error"
2595
+ },
2596
+ {
2597
+ inputs: [],
2598
+ name: "MustWithdrawPreviousEpochsFirst",
2599
+ type: "error"
2600
+ },
2470
2601
  {
2471
2602
  inputs: [],
2472
2603
  name: "NoFundsToRelease",
@@ -2492,6 +2623,11 @@ var sepolia_default = {
2492
2623
  name: "ProviderNotRegistered",
2493
2624
  type: "error"
2494
2625
  },
2626
+ {
2627
+ inputs: [],
2628
+ name: "ReasonTooLong",
2629
+ type: "error"
2630
+ },
2495
2631
  {
2496
2632
  inputs: [],
2497
2633
  name: "ReentrancyGuardReentrantCall",
@@ -2528,6 +2664,11 @@ var sepolia_default = {
2528
2664
  name: "SignatureAlreadyUsed",
2529
2665
  type: "error"
2530
2666
  },
2667
+ {
2668
+ inputs: [],
2669
+ name: "TooManyDisputes",
2670
+ type: "error"
2671
+ },
2531
2672
  {
2532
2673
  inputs: [],
2533
2674
  name: "UUPSUnauthorizedCallContext",
@@ -2739,6 +2880,12 @@ var sepolia_default = {
2739
2880
  internalType: "uint256",
2740
2881
  name: "amount",
2741
2882
  type: "uint256"
2883
+ },
2884
+ {
2885
+ indexed: true,
2886
+ internalType: "address",
2887
+ name: "token",
2888
+ type: "address"
2742
2889
  }
2743
2890
  ],
2744
2891
  name: "EpochReleased",
@@ -2845,6 +2992,19 @@ var sepolia_default = {
2845
2992
  name: "MaxFacilitatorFeeUpdated",
2846
2993
  type: "event"
2847
2994
  },
2995
+ {
2996
+ anonymous: false,
2997
+ inputs: [
2998
+ {
2999
+ indexed: false,
3000
+ internalType: "address",
3001
+ name: "account",
3002
+ type: "address"
3003
+ }
3004
+ ],
3005
+ name: "Paused",
3006
+ type: "event"
3007
+ },
2848
3008
  {
2849
3009
  anonymous: false,
2850
3010
  inputs: [
@@ -2864,6 +3024,19 @@ var sepolia_default = {
2864
3024
  name: "ProviderWithdrawn",
2865
3025
  type: "event"
2866
3026
  },
3027
+ {
3028
+ anonymous: false,
3029
+ inputs: [
3030
+ {
3031
+ indexed: false,
3032
+ internalType: "uint256",
3033
+ name: "newRequestExpirationTime",
3034
+ type: "uint256"
3035
+ }
3036
+ ],
3037
+ name: "RequestExpirationTimeUpdated",
3038
+ type: "event"
3039
+ },
2867
3040
  {
2868
3041
  anonymous: false,
2869
3042
  inputs: [
@@ -2880,7 +3053,7 @@ var sepolia_default = {
2880
3053
  type: "address"
2881
3054
  },
2882
3055
  {
2883
- indexed: true,
3056
+ indexed: false,
2884
3057
  internalType: "address",
2885
3058
  name: "provider",
2886
3059
  type: "address"
@@ -2904,7 +3077,7 @@ var sepolia_default = {
2904
3077
  type: "uint256"
2905
3078
  },
2906
3079
  {
2907
- indexed: false,
3080
+ indexed: true,
2908
3081
  internalType: "address",
2909
3082
  name: "tokenAddress",
2910
3083
  type: "address"
@@ -2963,6 +3136,19 @@ var sepolia_default = {
2963
3136
  name: "RoleManagerUpdated",
2964
3137
  type: "event"
2965
3138
  },
3139
+ {
3140
+ anonymous: false,
3141
+ inputs: [
3142
+ {
3143
+ indexed: false,
3144
+ internalType: "address",
3145
+ name: "account",
3146
+ type: "address"
3147
+ }
3148
+ ],
3149
+ name: "Unpaused",
3150
+ type: "event"
3151
+ },
2966
3152
  {
2967
3153
  anonymous: false,
2968
3154
  inputs: [
@@ -3034,6 +3220,19 @@ var sepolia_default = {
3034
3220
  stateMutability: "view",
3035
3221
  type: "function"
3036
3222
  },
3223
+ {
3224
+ inputs: [],
3225
+ name: "DISPUTE_WINDOW",
3226
+ outputs: [
3227
+ {
3228
+ internalType: "uint256",
3229
+ name: "",
3230
+ type: "uint256"
3231
+ }
3232
+ ],
3233
+ stateMutability: "view",
3234
+ type: "function"
3235
+ },
3037
3236
  {
3038
3237
  inputs: [],
3039
3238
  name: "EpochDuration",
@@ -3060,6 +3259,19 @@ var sepolia_default = {
3060
3259
  stateMutability: "view",
3061
3260
  type: "function"
3062
3261
  },
3262
+ {
3263
+ inputs: [],
3264
+ name: "MAX_DISPUTE_REASON_LENGTH",
3265
+ outputs: [
3266
+ {
3267
+ internalType: "uint256",
3268
+ name: "",
3269
+ type: "uint256"
3270
+ }
3271
+ ],
3272
+ stateMutability: "view",
3273
+ type: "function"
3274
+ },
3063
3275
  {
3064
3276
  inputs: [],
3065
3277
  name: "MAX_FEE_PERCENT",
@@ -3741,6 +3953,25 @@ var sepolia_default = {
3741
3953
  stateMutability: "view",
3742
3954
  type: "function"
3743
3955
  },
3956
+ {
3957
+ inputs: [
3958
+ {
3959
+ internalType: "address",
3960
+ name: "",
3961
+ type: "address"
3962
+ }
3963
+ ],
3964
+ name: "lastDisputeAt",
3965
+ outputs: [
3966
+ {
3967
+ internalType: "uint256",
3968
+ name: "",
3969
+ type: "uint256"
3970
+ }
3971
+ ],
3972
+ stateMutability: "view",
3973
+ type: "function"
3974
+ },
3744
3975
  {
3745
3976
  inputs: [
3746
3977
  {
@@ -3780,8 +4011,28 @@ var sepolia_default = {
3780
4011
  },
3781
4012
  {
3782
4013
  inputs: [],
3783
- name: "protocolFee",
3784
- outputs: [
4014
+ name: "pause",
4015
+ outputs: [],
4016
+ stateMutability: "nonpayable",
4017
+ type: "function"
4018
+ },
4019
+ {
4020
+ inputs: [],
4021
+ name: "paused",
4022
+ outputs: [
4023
+ {
4024
+ internalType: "bool",
4025
+ name: "",
4026
+ type: "bool"
4027
+ }
4028
+ ],
4029
+ stateMutability: "view",
4030
+ type: "function"
4031
+ },
4032
+ {
4033
+ inputs: [],
4034
+ name: "protocolFee",
4035
+ outputs: [
3785
4036
  {
3786
4037
  internalType: "uint256",
3787
4038
  name: "",
@@ -3882,6 +4133,19 @@ var sepolia_default = {
3882
4133
  stateMutability: "view",
3883
4134
  type: "function"
3884
4135
  },
4136
+ {
4137
+ inputs: [
4138
+ {
4139
+ internalType: "address",
4140
+ name: "wallet",
4141
+ type: "address"
4142
+ }
4143
+ ],
4144
+ name: "registerWallet",
4145
+ outputs: [],
4146
+ stateMutability: "nonpayable",
4147
+ type: "function"
4148
+ },
3885
4149
  {
3886
4150
  inputs: [
3887
4151
  {
@@ -3975,6 +4239,19 @@ var sepolia_default = {
3975
4239
  stateMutability: "nonpayable",
3976
4240
  type: "function"
3977
4241
  },
4242
+ {
4243
+ inputs: [
4244
+ {
4245
+ internalType: "address",
4246
+ name: "_walletFactory",
4247
+ type: "address"
4248
+ }
4249
+ ],
4250
+ name: "setWalletFactory",
4251
+ outputs: [],
4252
+ stateMutability: "nonpayable",
4253
+ type: "function"
4254
+ },
3978
4255
  {
3979
4256
  inputs: [
3980
4257
  {
@@ -4243,6 +4520,13 @@ var sepolia_default = {
4243
4520
  stateMutability: "view",
4244
4521
  type: "function"
4245
4522
  },
4523
+ {
4524
+ inputs: [],
4525
+ name: "unpause",
4526
+ outputs: [],
4527
+ stateMutability: "nonpayable",
4528
+ type: "function"
4529
+ },
4246
4530
  {
4247
4531
  inputs: [
4248
4532
  {
@@ -4304,6 +4588,38 @@ var sepolia_default = {
4304
4588
  stateMutability: "view",
4305
4589
  type: "function"
4306
4590
  },
4591
+ {
4592
+ inputs: [],
4593
+ name: "walletFactory",
4594
+ outputs: [
4595
+ {
4596
+ internalType: "address",
4597
+ name: "",
4598
+ type: "address"
4599
+ }
4600
+ ],
4601
+ stateMutability: "view",
4602
+ type: "function"
4603
+ },
4604
+ {
4605
+ inputs: [
4606
+ {
4607
+ internalType: "address",
4608
+ name: "",
4609
+ type: "address"
4610
+ }
4611
+ ],
4612
+ name: "whitelistedWallet",
4613
+ outputs: [
4614
+ {
4615
+ internalType: "bool",
4616
+ name: "",
4617
+ type: "bool"
4618
+ }
4619
+ ],
4620
+ stateMutability: "view",
4621
+ type: "function"
4622
+ },
4307
4623
  {
4308
4624
  inputs: [
4309
4625
  {
@@ -4366,6 +4682,11 @@ var sepolia_default = {
4366
4682
  name: "AddressEmptyCode",
4367
4683
  type: "error"
4368
4684
  },
4685
+ {
4686
+ inputs: [],
4687
+ name: "DescriptionTooLong",
4688
+ type: "error"
4689
+ },
4369
4690
  {
4370
4691
  inputs: [
4371
4692
  {
@@ -4382,11 +4703,26 @@ var sepolia_default = {
4382
4703
  name: "ERC1967NonPayable",
4383
4704
  type: "error"
4384
4705
  },
4706
+ {
4707
+ inputs: [],
4708
+ name: "EnforcedPause",
4709
+ type: "error"
4710
+ },
4711
+ {
4712
+ inputs: [],
4713
+ name: "ExpectedPause",
4714
+ type: "error"
4715
+ },
4385
4716
  {
4386
4717
  inputs: [],
4387
4718
  name: "FailedCall",
4388
4719
  type: "error"
4389
4720
  },
4721
+ {
4722
+ inputs: [],
4723
+ name: "InvalidImplementation",
4724
+ type: "error"
4725
+ },
4390
4726
  {
4391
4727
  inputs: [],
4392
4728
  name: "InvalidInitialization",
@@ -4402,6 +4738,11 @@ var sepolia_default = {
4402
4738
  name: "NotInitializing",
4403
4739
  type: "error"
4404
4740
  },
4741
+ {
4742
+ inputs: [],
4743
+ name: "ReentrancyGuardReentrantCall",
4744
+ type: "error"
4745
+ },
4405
4746
  {
4406
4747
  inputs: [],
4407
4748
  name: "UUPSUnauthorizedCallContext",
@@ -4418,6 +4759,16 @@ var sepolia_default = {
4418
4759
  name: "UUPSUnsupportedProxiableUUID",
4419
4760
  type: "error"
4420
4761
  },
4762
+ {
4763
+ inputs: [],
4764
+ name: "WalletAlreadyExists",
4765
+ type: "error"
4766
+ },
4767
+ {
4768
+ inputs: [],
4769
+ name: "WalletLimitExceeded",
4770
+ type: "error"
4771
+ },
4421
4772
  {
4422
4773
  inputs: [],
4423
4774
  name: "ZeroAddress",
@@ -4436,6 +4787,19 @@ var sepolia_default = {
4436
4787
  name: "Initialized",
4437
4788
  type: "event"
4438
4789
  },
4790
+ {
4791
+ anonymous: false,
4792
+ inputs: [
4793
+ {
4794
+ indexed: false,
4795
+ internalType: "address",
4796
+ name: "account",
4797
+ type: "address"
4798
+ }
4799
+ ],
4800
+ name: "Paused",
4801
+ type: "event"
4802
+ },
4439
4803
  {
4440
4804
  anonymous: false,
4441
4805
  inputs: [
@@ -4462,6 +4826,19 @@ var sepolia_default = {
4462
4826
  name: "SettlementLayerUpdated",
4463
4827
  type: "event"
4464
4828
  },
4829
+ {
4830
+ anonymous: false,
4831
+ inputs: [
4832
+ {
4833
+ indexed: false,
4834
+ internalType: "address",
4835
+ name: "account",
4836
+ type: "address"
4837
+ }
4838
+ ],
4839
+ name: "Unpaused",
4840
+ type: "event"
4841
+ },
4465
4842
  {
4466
4843
  anonymous: false,
4467
4844
  inputs: [
@@ -4501,6 +4878,12 @@ var sepolia_default = {
4501
4878
  internalType: "address",
4502
4879
  name: "settlementLayer",
4503
4880
  type: "address"
4881
+ },
4882
+ {
4883
+ indexed: false,
4884
+ internalType: "enum IIATPWalletFactory.WalletType",
4885
+ name: "walletType",
4886
+ type: "uint8"
4504
4887
  }
4505
4888
  ],
4506
4889
  name: "WalletCreated",
@@ -4558,6 +4941,32 @@ var sepolia_default = {
4558
4941
  stateMutability: "view",
4559
4942
  type: "function"
4560
4943
  },
4944
+ {
4945
+ inputs: [],
4946
+ name: "MAX_DESCRIPTION_LENGTH",
4947
+ outputs: [
4948
+ {
4949
+ internalType: "uint256",
4950
+ name: "",
4951
+ type: "uint256"
4952
+ }
4953
+ ],
4954
+ stateMutability: "view",
4955
+ type: "function"
4956
+ },
4957
+ {
4958
+ inputs: [],
4959
+ name: "MAX_WALLETS_PER_OWNER",
4960
+ outputs: [
4961
+ {
4962
+ internalType: "uint256",
4963
+ name: "",
4964
+ type: "uint256"
4965
+ }
4966
+ ],
4967
+ stateMutability: "view",
4968
+ type: "function"
4969
+ },
4561
4970
  {
4562
4971
  inputs: [],
4563
4972
  name: "UPGRADE_INTERFACE_VERSION",
@@ -4590,6 +4999,35 @@ var sepolia_default = {
4590
4999
  stateMutability: "view",
4591
5000
  type: "function"
4592
5001
  },
5002
+ {
5003
+ inputs: [
5004
+ {
5005
+ internalType: "address",
5006
+ name: "_owner",
5007
+ type: "address"
5008
+ },
5009
+ {
5010
+ internalType: "enum IIATPWalletFactory.WalletType",
5011
+ name: "_walletType",
5012
+ type: "uint8"
5013
+ }
5014
+ ],
5015
+ name: "computeWalletAddress",
5016
+ outputs: [
5017
+ {
5018
+ internalType: "address",
5019
+ name: "predictedAddress",
5020
+ type: "address"
5021
+ },
5022
+ {
5023
+ internalType: "uint256",
5024
+ name: "nonce",
5025
+ type: "uint256"
5026
+ }
5027
+ ],
5028
+ stateMutability: "view",
5029
+ type: "function"
5030
+ },
4593
5031
  {
4594
5032
  inputs: [
4595
5033
  {
@@ -4706,25 +5144,6 @@ var sepolia_default = {
4706
5144
  stateMutability: "nonpayable",
4707
5145
  type: "function"
4708
5146
  },
4709
- {
4710
- inputs: [
4711
- {
4712
- internalType: "address",
4713
- name: "_operator",
4714
- type: "address"
4715
- }
4716
- ],
4717
- name: "getOperatorWalletCount",
4718
- outputs: [
4719
- {
4720
- internalType: "uint256",
4721
- name: "",
4722
- type: "uint256"
4723
- }
4724
- ],
4725
- stateMutability: "view",
4726
- type: "function"
4727
- },
4728
5147
  {
4729
5148
  inputs: [
4730
5149
  {
@@ -4805,25 +5224,6 @@ var sepolia_default = {
4805
5224
  stateMutability: "view",
4806
5225
  type: "function"
4807
5226
  },
4808
- {
4809
- inputs: [
4810
- {
4811
- internalType: "address",
4812
- name: "_operator",
4813
- type: "address"
4814
- }
4815
- ],
4816
- name: "getWalletsByOperator",
4817
- outputs: [
4818
- {
4819
- internalType: "address[]",
4820
- name: "",
4821
- type: "address[]"
4822
- }
4823
- ],
4824
- stateMutability: "view",
4825
- type: "function"
4826
- },
4827
5227
  {
4828
5228
  inputs: [
4829
5229
  {
@@ -4928,6 +5328,26 @@ var sepolia_default = {
4928
5328
  stateMutability: "view",
4929
5329
  type: "function"
4930
5330
  },
5331
+ {
5332
+ inputs: [],
5333
+ name: "pause",
5334
+ outputs: [],
5335
+ stateMutability: "nonpayable",
5336
+ type: "function"
5337
+ },
5338
+ {
5339
+ inputs: [],
5340
+ name: "paused",
5341
+ outputs: [
5342
+ {
5343
+ internalType: "bool",
5344
+ name: "",
5345
+ type: "bool"
5346
+ }
5347
+ ],
5348
+ stateMutability: "view",
5349
+ type: "function"
5350
+ },
4931
5351
  {
4932
5352
  inputs: [],
4933
5353
  name: "proxiableUUID",
@@ -5008,15 +5428,9 @@ var sepolia_default = {
5008
5428
  },
5009
5429
  {
5010
5430
  inputs: [],
5011
- name: "totalWallets",
5012
- outputs: [
5013
- {
5014
- internalType: "uint256",
5015
- name: "",
5016
- type: "uint256"
5017
- }
5018
- ],
5019
- stateMutability: "view",
5431
+ name: "unpause",
5432
+ outputs: [],
5433
+ stateMutability: "nonpayable",
5020
5434
  type: "function"
5021
5435
  },
5022
5436
  {
@@ -5051,32 +5465,27 @@ var sepolia_default = {
5051
5465
  type: "function"
5052
5466
  },
5053
5467
  {
5054
- inputs: [],
5055
- name: "walletRoleManager",
5056
- outputs: [
5468
+ inputs: [
5057
5469
  {
5058
5470
  internalType: "address",
5059
5471
  name: "",
5060
5472
  type: "address"
5061
5473
  }
5062
5474
  ],
5063
- stateMutability: "view",
5064
- type: "function"
5065
- },
5066
- {
5067
- inputs: [
5068
- {
5069
- internalType: "address",
5070
- name: "",
5071
- type: "address"
5072
- },
5475
+ name: "walletNonceByOwner",
5476
+ outputs: [
5073
5477
  {
5074
5478
  internalType: "uint256",
5075
5479
  name: "",
5076
5480
  type: "uint256"
5077
5481
  }
5078
5482
  ],
5079
- name: "walletsByOperator",
5483
+ stateMutability: "view",
5484
+ type: "function"
5485
+ },
5486
+ {
5487
+ inputs: [],
5488
+ name: "walletRoleManager",
5080
5489
  outputs: [
5081
5490
  {
5082
5491
  internalType: "address",
@@ -9955,8 +10364,8 @@ var arbitrum_default = {
9955
10364
  var proxies_default = {
9956
10365
  sepolia: {
9957
10366
  RoleManager: "0x71d388142EA9194e5b51Eee3FEfe3B87D494dd38",
9958
- IATPSettlementLayer: "0xAa91081571404d7E2f2B8F12FB2Be092EBe6d2B8",
9959
- IATPWalletFactory: "0x0846223D022677C34eea21Bd9aa08f75c8Bd12e1"
10367
+ IATPSettlementLayer: "0x0205ea98258eda5f6C94116a44f9811d8089f110",
10368
+ IATPWalletFactory: "0x54083Cc03c5D9D408D71D36170Ef01310E0C78fE"
9960
10369
  },
9961
10370
  arbitrum: {
9962
10371
  RoleManager: "0xB256b27681FaC8b4EaB79d392083B2D992972eff",