@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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +486 -77
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +486 -77
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -654,6 +654,11 @@ var sepolia_default = {
|
|
|
654
654
|
name: "AddressEmptyCode",
|
|
655
655
|
type: "error"
|
|
656
656
|
},
|
|
657
|
+
{
|
|
658
|
+
inputs: [],
|
|
659
|
+
name: "DescriptionTooLong",
|
|
660
|
+
type: "error"
|
|
661
|
+
},
|
|
657
662
|
{
|
|
658
663
|
inputs: [],
|
|
659
664
|
name: "ECDSAInvalidSignature",
|
|
@@ -717,6 +722,11 @@ var sepolia_default = {
|
|
|
717
722
|
name: "InvalidInitialization",
|
|
718
723
|
type: "error"
|
|
719
724
|
},
|
|
725
|
+
{
|
|
726
|
+
inputs: [],
|
|
727
|
+
name: "InvalidLockupPeriod",
|
|
728
|
+
type: "error"
|
|
729
|
+
},
|
|
720
730
|
{
|
|
721
731
|
inputs: [],
|
|
722
732
|
name: "InvalidOperatorAddress",
|
|
@@ -747,6 +757,11 @@ var sepolia_default = {
|
|
|
747
757
|
name: "InvalidTokenAddress",
|
|
748
758
|
type: "error"
|
|
749
759
|
},
|
|
760
|
+
{
|
|
761
|
+
inputs: [],
|
|
762
|
+
name: "NameTooLong",
|
|
763
|
+
type: "error"
|
|
764
|
+
},
|
|
750
765
|
{
|
|
751
766
|
inputs: [],
|
|
752
767
|
name: "NotAuthorized",
|
|
@@ -772,6 +787,16 @@ var sepolia_default = {
|
|
|
772
787
|
name: "PendingWithdrawalExists",
|
|
773
788
|
type: "error"
|
|
774
789
|
},
|
|
790
|
+
{
|
|
791
|
+
inputs: [],
|
|
792
|
+
name: "ReentrancyGuardReentrantCall",
|
|
793
|
+
type: "error"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
inputs: [],
|
|
797
|
+
name: "RequestPathTooLong",
|
|
798
|
+
type: "error"
|
|
799
|
+
},
|
|
775
800
|
{
|
|
776
801
|
inputs: [
|
|
777
802
|
{
|
|
@@ -1064,6 +1089,25 @@ var sepolia_default = {
|
|
|
1064
1089
|
name: "WithdrawalExecuted",
|
|
1065
1090
|
type: "event"
|
|
1066
1091
|
},
|
|
1092
|
+
{
|
|
1093
|
+
anonymous: false,
|
|
1094
|
+
inputs: [
|
|
1095
|
+
{
|
|
1096
|
+
indexed: false,
|
|
1097
|
+
internalType: "uint256",
|
|
1098
|
+
name: "oldPeriod",
|
|
1099
|
+
type: "uint256"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
indexed: false,
|
|
1103
|
+
internalType: "uint256",
|
|
1104
|
+
name: "newPeriod",
|
|
1105
|
+
type: "uint256"
|
|
1106
|
+
}
|
|
1107
|
+
],
|
|
1108
|
+
name: "WithdrawalLockupPeriodUpdated",
|
|
1109
|
+
type: "event"
|
|
1110
|
+
},
|
|
1067
1111
|
{
|
|
1068
1112
|
anonymous: false,
|
|
1069
1113
|
inputs: [
|
|
@@ -1123,12 +1167,12 @@ var sepolia_default = {
|
|
|
1123
1167
|
},
|
|
1124
1168
|
{
|
|
1125
1169
|
inputs: [],
|
|
1126
|
-
name: "
|
|
1170
|
+
name: "MAX_DESCRIPTION_LENGTH",
|
|
1127
1171
|
outputs: [
|
|
1128
1172
|
{
|
|
1129
|
-
internalType: "
|
|
1173
|
+
internalType: "uint256",
|
|
1130
1174
|
name: "",
|
|
1131
|
-
type: "
|
|
1175
|
+
type: "uint256"
|
|
1132
1176
|
}
|
|
1133
1177
|
],
|
|
1134
1178
|
stateMutability: "view",
|
|
@@ -1136,7 +1180,33 @@ var sepolia_default = {
|
|
|
1136
1180
|
},
|
|
1137
1181
|
{
|
|
1138
1182
|
inputs: [],
|
|
1139
|
-
name: "
|
|
1183
|
+
name: "MAX_NAME_LENGTH",
|
|
1184
|
+
outputs: [
|
|
1185
|
+
{
|
|
1186
|
+
internalType: "uint256",
|
|
1187
|
+
name: "",
|
|
1188
|
+
type: "uint256"
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
stateMutability: "view",
|
|
1192
|
+
type: "function"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
inputs: [],
|
|
1196
|
+
name: "MAX_REQUEST_PATH_LENGTH",
|
|
1197
|
+
outputs: [
|
|
1198
|
+
{
|
|
1199
|
+
internalType: "uint256",
|
|
1200
|
+
name: "",
|
|
1201
|
+
type: "uint256"
|
|
1202
|
+
}
|
|
1203
|
+
],
|
|
1204
|
+
stateMutability: "view",
|
|
1205
|
+
type: "function"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
inputs: [],
|
|
1209
|
+
name: "PROVIDER_ATTESTATION_TYPEHASH",
|
|
1140
1210
|
outputs: [
|
|
1141
1211
|
{
|
|
1142
1212
|
internalType: "bytes32",
|
|
@@ -1149,12 +1219,12 @@ var sepolia_default = {
|
|
|
1149
1219
|
},
|
|
1150
1220
|
{
|
|
1151
1221
|
inputs: [],
|
|
1152
|
-
name: "
|
|
1222
|
+
name: "PULL_FUNDS_FOR_SETTLEMENT_TYPEHASH",
|
|
1153
1223
|
outputs: [
|
|
1154
1224
|
{
|
|
1155
|
-
internalType: "
|
|
1225
|
+
internalType: "bytes32",
|
|
1156
1226
|
name: "",
|
|
1157
|
-
type: "
|
|
1227
|
+
type: "bytes32"
|
|
1158
1228
|
}
|
|
1159
1229
|
],
|
|
1160
1230
|
stateMutability: "view",
|
|
@@ -1162,12 +1232,12 @@ var sepolia_default = {
|
|
|
1162
1232
|
},
|
|
1163
1233
|
{
|
|
1164
1234
|
inputs: [],
|
|
1165
|
-
name: "
|
|
1235
|
+
name: "UPGRADE_INTERFACE_VERSION",
|
|
1166
1236
|
outputs: [
|
|
1167
1237
|
{
|
|
1168
|
-
internalType: "
|
|
1238
|
+
internalType: "string",
|
|
1169
1239
|
name: "",
|
|
1170
|
-
type: "
|
|
1240
|
+
type: "string"
|
|
1171
1241
|
}
|
|
1172
1242
|
],
|
|
1173
1243
|
stateMutability: "view",
|
|
@@ -1338,6 +1408,11 @@ var sepolia_default = {
|
|
|
1338
1408
|
name: "requestedAt",
|
|
1339
1409
|
type: "uint256"
|
|
1340
1410
|
},
|
|
1411
|
+
{
|
|
1412
|
+
internalType: "uint256",
|
|
1413
|
+
name: "unlockTime",
|
|
1414
|
+
type: "uint256"
|
|
1415
|
+
},
|
|
1341
1416
|
{
|
|
1342
1417
|
internalType: "bool",
|
|
1343
1418
|
name: "executed",
|
|
@@ -1584,6 +1659,19 @@ var sepolia_default = {
|
|
|
1584
1659
|
stateMutability: "view",
|
|
1585
1660
|
type: "function"
|
|
1586
1661
|
},
|
|
1662
|
+
{
|
|
1663
|
+
inputs: [
|
|
1664
|
+
{
|
|
1665
|
+
internalType: "uint256",
|
|
1666
|
+
name: "_newPeriod",
|
|
1667
|
+
type: "uint256"
|
|
1668
|
+
}
|
|
1669
|
+
],
|
|
1670
|
+
name: "setWithdrawalLockupPeriod",
|
|
1671
|
+
outputs: [],
|
|
1672
|
+
stateMutability: "nonpayable",
|
|
1673
|
+
type: "function"
|
|
1674
|
+
},
|
|
1587
1675
|
{
|
|
1588
1676
|
inputs: [],
|
|
1589
1677
|
name: "settlementLayer",
|
|
@@ -1782,6 +1870,19 @@ var sepolia_default = {
|
|
|
1782
1870
|
stateMutability: "nonpayable",
|
|
1783
1871
|
type: "function"
|
|
1784
1872
|
},
|
|
1873
|
+
{
|
|
1874
|
+
inputs: [],
|
|
1875
|
+
name: "withdrawalLockupPeriod",
|
|
1876
|
+
outputs: [
|
|
1877
|
+
{
|
|
1878
|
+
internalType: "uint256",
|
|
1879
|
+
name: "",
|
|
1880
|
+
type: "uint256"
|
|
1881
|
+
}
|
|
1882
|
+
],
|
|
1883
|
+
stateMutability: "view",
|
|
1884
|
+
type: "function"
|
|
1885
|
+
},
|
|
1785
1886
|
{
|
|
1786
1887
|
inputs: [
|
|
1787
1888
|
{
|
|
@@ -1807,6 +1908,11 @@ var sepolia_default = {
|
|
|
1807
1908
|
name: "requestedAt",
|
|
1808
1909
|
type: "uint256"
|
|
1809
1910
|
},
|
|
1911
|
+
{
|
|
1912
|
+
internalType: "uint256",
|
|
1913
|
+
name: "unlockTime",
|
|
1914
|
+
type: "uint256"
|
|
1915
|
+
},
|
|
1810
1916
|
{
|
|
1811
1917
|
internalType: "bool",
|
|
1812
1918
|
name: "executed",
|
|
@@ -2399,6 +2505,11 @@ var sepolia_default = {
|
|
|
2399
2505
|
name: "EmptyArray",
|
|
2400
2506
|
type: "error"
|
|
2401
2507
|
},
|
|
2508
|
+
{
|
|
2509
|
+
inputs: [],
|
|
2510
|
+
name: "EnforcedPause",
|
|
2511
|
+
type: "error"
|
|
2512
|
+
},
|
|
2402
2513
|
{
|
|
2403
2514
|
inputs: [],
|
|
2404
2515
|
name: "EpochMustBeNextOne",
|
|
@@ -2409,6 +2520,11 @@ var sepolia_default = {
|
|
|
2409
2520
|
name: "EpochMustBeOne",
|
|
2410
2521
|
type: "error"
|
|
2411
2522
|
},
|
|
2523
|
+
{
|
|
2524
|
+
inputs: [],
|
|
2525
|
+
name: "ExpectedPause",
|
|
2526
|
+
type: "error"
|
|
2527
|
+
},
|
|
2412
2528
|
{
|
|
2413
2529
|
inputs: [],
|
|
2414
2530
|
name: "FailedCall",
|
|
@@ -2459,6 +2575,11 @@ var sepolia_default = {
|
|
|
2459
2575
|
name: "InvalidProviderSignature",
|
|
2460
2576
|
type: "error"
|
|
2461
2577
|
},
|
|
2578
|
+
{
|
|
2579
|
+
inputs: [],
|
|
2580
|
+
name: "InvalidRegistrar",
|
|
2581
|
+
type: "error"
|
|
2582
|
+
},
|
|
2462
2583
|
{
|
|
2463
2584
|
inputs: [],
|
|
2464
2585
|
name: "InvalidTraiaToken",
|
|
@@ -2469,6 +2590,16 @@ var sepolia_default = {
|
|
|
2469
2590
|
name: "InvalidUtilityAgentFactory",
|
|
2470
2591
|
type: "error"
|
|
2471
2592
|
},
|
|
2593
|
+
{
|
|
2594
|
+
inputs: [],
|
|
2595
|
+
name: "InvalidWallet",
|
|
2596
|
+
type: "error"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
inputs: [],
|
|
2600
|
+
name: "MustWithdrawPreviousEpochsFirst",
|
|
2601
|
+
type: "error"
|
|
2602
|
+
},
|
|
2472
2603
|
{
|
|
2473
2604
|
inputs: [],
|
|
2474
2605
|
name: "NoFundsToRelease",
|
|
@@ -2494,6 +2625,11 @@ var sepolia_default = {
|
|
|
2494
2625
|
name: "ProviderNotRegistered",
|
|
2495
2626
|
type: "error"
|
|
2496
2627
|
},
|
|
2628
|
+
{
|
|
2629
|
+
inputs: [],
|
|
2630
|
+
name: "ReasonTooLong",
|
|
2631
|
+
type: "error"
|
|
2632
|
+
},
|
|
2497
2633
|
{
|
|
2498
2634
|
inputs: [],
|
|
2499
2635
|
name: "ReentrancyGuardReentrantCall",
|
|
@@ -2530,6 +2666,11 @@ var sepolia_default = {
|
|
|
2530
2666
|
name: "SignatureAlreadyUsed",
|
|
2531
2667
|
type: "error"
|
|
2532
2668
|
},
|
|
2669
|
+
{
|
|
2670
|
+
inputs: [],
|
|
2671
|
+
name: "TooManyDisputes",
|
|
2672
|
+
type: "error"
|
|
2673
|
+
},
|
|
2533
2674
|
{
|
|
2534
2675
|
inputs: [],
|
|
2535
2676
|
name: "UUPSUnauthorizedCallContext",
|
|
@@ -2741,6 +2882,12 @@ var sepolia_default = {
|
|
|
2741
2882
|
internalType: "uint256",
|
|
2742
2883
|
name: "amount",
|
|
2743
2884
|
type: "uint256"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
indexed: true,
|
|
2888
|
+
internalType: "address",
|
|
2889
|
+
name: "token",
|
|
2890
|
+
type: "address"
|
|
2744
2891
|
}
|
|
2745
2892
|
],
|
|
2746
2893
|
name: "EpochReleased",
|
|
@@ -2847,6 +2994,19 @@ var sepolia_default = {
|
|
|
2847
2994
|
name: "MaxFacilitatorFeeUpdated",
|
|
2848
2995
|
type: "event"
|
|
2849
2996
|
},
|
|
2997
|
+
{
|
|
2998
|
+
anonymous: false,
|
|
2999
|
+
inputs: [
|
|
3000
|
+
{
|
|
3001
|
+
indexed: false,
|
|
3002
|
+
internalType: "address",
|
|
3003
|
+
name: "account",
|
|
3004
|
+
type: "address"
|
|
3005
|
+
}
|
|
3006
|
+
],
|
|
3007
|
+
name: "Paused",
|
|
3008
|
+
type: "event"
|
|
3009
|
+
},
|
|
2850
3010
|
{
|
|
2851
3011
|
anonymous: false,
|
|
2852
3012
|
inputs: [
|
|
@@ -2866,6 +3026,19 @@ var sepolia_default = {
|
|
|
2866
3026
|
name: "ProviderWithdrawn",
|
|
2867
3027
|
type: "event"
|
|
2868
3028
|
},
|
|
3029
|
+
{
|
|
3030
|
+
anonymous: false,
|
|
3031
|
+
inputs: [
|
|
3032
|
+
{
|
|
3033
|
+
indexed: false,
|
|
3034
|
+
internalType: "uint256",
|
|
3035
|
+
name: "newRequestExpirationTime",
|
|
3036
|
+
type: "uint256"
|
|
3037
|
+
}
|
|
3038
|
+
],
|
|
3039
|
+
name: "RequestExpirationTimeUpdated",
|
|
3040
|
+
type: "event"
|
|
3041
|
+
},
|
|
2869
3042
|
{
|
|
2870
3043
|
anonymous: false,
|
|
2871
3044
|
inputs: [
|
|
@@ -2882,7 +3055,7 @@ var sepolia_default = {
|
|
|
2882
3055
|
type: "address"
|
|
2883
3056
|
},
|
|
2884
3057
|
{
|
|
2885
|
-
indexed:
|
|
3058
|
+
indexed: false,
|
|
2886
3059
|
internalType: "address",
|
|
2887
3060
|
name: "provider",
|
|
2888
3061
|
type: "address"
|
|
@@ -2906,7 +3079,7 @@ var sepolia_default = {
|
|
|
2906
3079
|
type: "uint256"
|
|
2907
3080
|
},
|
|
2908
3081
|
{
|
|
2909
|
-
indexed:
|
|
3082
|
+
indexed: true,
|
|
2910
3083
|
internalType: "address",
|
|
2911
3084
|
name: "tokenAddress",
|
|
2912
3085
|
type: "address"
|
|
@@ -2965,6 +3138,19 @@ var sepolia_default = {
|
|
|
2965
3138
|
name: "RoleManagerUpdated",
|
|
2966
3139
|
type: "event"
|
|
2967
3140
|
},
|
|
3141
|
+
{
|
|
3142
|
+
anonymous: false,
|
|
3143
|
+
inputs: [
|
|
3144
|
+
{
|
|
3145
|
+
indexed: false,
|
|
3146
|
+
internalType: "address",
|
|
3147
|
+
name: "account",
|
|
3148
|
+
type: "address"
|
|
3149
|
+
}
|
|
3150
|
+
],
|
|
3151
|
+
name: "Unpaused",
|
|
3152
|
+
type: "event"
|
|
3153
|
+
},
|
|
2968
3154
|
{
|
|
2969
3155
|
anonymous: false,
|
|
2970
3156
|
inputs: [
|
|
@@ -3036,6 +3222,19 @@ var sepolia_default = {
|
|
|
3036
3222
|
stateMutability: "view",
|
|
3037
3223
|
type: "function"
|
|
3038
3224
|
},
|
|
3225
|
+
{
|
|
3226
|
+
inputs: [],
|
|
3227
|
+
name: "DISPUTE_WINDOW",
|
|
3228
|
+
outputs: [
|
|
3229
|
+
{
|
|
3230
|
+
internalType: "uint256",
|
|
3231
|
+
name: "",
|
|
3232
|
+
type: "uint256"
|
|
3233
|
+
}
|
|
3234
|
+
],
|
|
3235
|
+
stateMutability: "view",
|
|
3236
|
+
type: "function"
|
|
3237
|
+
},
|
|
3039
3238
|
{
|
|
3040
3239
|
inputs: [],
|
|
3041
3240
|
name: "EpochDuration",
|
|
@@ -3062,6 +3261,19 @@ var sepolia_default = {
|
|
|
3062
3261
|
stateMutability: "view",
|
|
3063
3262
|
type: "function"
|
|
3064
3263
|
},
|
|
3264
|
+
{
|
|
3265
|
+
inputs: [],
|
|
3266
|
+
name: "MAX_DISPUTE_REASON_LENGTH",
|
|
3267
|
+
outputs: [
|
|
3268
|
+
{
|
|
3269
|
+
internalType: "uint256",
|
|
3270
|
+
name: "",
|
|
3271
|
+
type: "uint256"
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
stateMutability: "view",
|
|
3275
|
+
type: "function"
|
|
3276
|
+
},
|
|
3065
3277
|
{
|
|
3066
3278
|
inputs: [],
|
|
3067
3279
|
name: "MAX_FEE_PERCENT",
|
|
@@ -3743,6 +3955,25 @@ var sepolia_default = {
|
|
|
3743
3955
|
stateMutability: "view",
|
|
3744
3956
|
type: "function"
|
|
3745
3957
|
},
|
|
3958
|
+
{
|
|
3959
|
+
inputs: [
|
|
3960
|
+
{
|
|
3961
|
+
internalType: "address",
|
|
3962
|
+
name: "",
|
|
3963
|
+
type: "address"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
name: "lastDisputeAt",
|
|
3967
|
+
outputs: [
|
|
3968
|
+
{
|
|
3969
|
+
internalType: "uint256",
|
|
3970
|
+
name: "",
|
|
3971
|
+
type: "uint256"
|
|
3972
|
+
}
|
|
3973
|
+
],
|
|
3974
|
+
stateMutability: "view",
|
|
3975
|
+
type: "function"
|
|
3976
|
+
},
|
|
3746
3977
|
{
|
|
3747
3978
|
inputs: [
|
|
3748
3979
|
{
|
|
@@ -3782,8 +4013,28 @@ var sepolia_default = {
|
|
|
3782
4013
|
},
|
|
3783
4014
|
{
|
|
3784
4015
|
inputs: [],
|
|
3785
|
-
name: "
|
|
3786
|
-
outputs: [
|
|
4016
|
+
name: "pause",
|
|
4017
|
+
outputs: [],
|
|
4018
|
+
stateMutability: "nonpayable",
|
|
4019
|
+
type: "function"
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
inputs: [],
|
|
4023
|
+
name: "paused",
|
|
4024
|
+
outputs: [
|
|
4025
|
+
{
|
|
4026
|
+
internalType: "bool",
|
|
4027
|
+
name: "",
|
|
4028
|
+
type: "bool"
|
|
4029
|
+
}
|
|
4030
|
+
],
|
|
4031
|
+
stateMutability: "view",
|
|
4032
|
+
type: "function"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
inputs: [],
|
|
4036
|
+
name: "protocolFee",
|
|
4037
|
+
outputs: [
|
|
3787
4038
|
{
|
|
3788
4039
|
internalType: "uint256",
|
|
3789
4040
|
name: "",
|
|
@@ -3884,6 +4135,19 @@ var sepolia_default = {
|
|
|
3884
4135
|
stateMutability: "view",
|
|
3885
4136
|
type: "function"
|
|
3886
4137
|
},
|
|
4138
|
+
{
|
|
4139
|
+
inputs: [
|
|
4140
|
+
{
|
|
4141
|
+
internalType: "address",
|
|
4142
|
+
name: "wallet",
|
|
4143
|
+
type: "address"
|
|
4144
|
+
}
|
|
4145
|
+
],
|
|
4146
|
+
name: "registerWallet",
|
|
4147
|
+
outputs: [],
|
|
4148
|
+
stateMutability: "nonpayable",
|
|
4149
|
+
type: "function"
|
|
4150
|
+
},
|
|
3887
4151
|
{
|
|
3888
4152
|
inputs: [
|
|
3889
4153
|
{
|
|
@@ -3977,6 +4241,19 @@ var sepolia_default = {
|
|
|
3977
4241
|
stateMutability: "nonpayable",
|
|
3978
4242
|
type: "function"
|
|
3979
4243
|
},
|
|
4244
|
+
{
|
|
4245
|
+
inputs: [
|
|
4246
|
+
{
|
|
4247
|
+
internalType: "address",
|
|
4248
|
+
name: "_walletFactory",
|
|
4249
|
+
type: "address"
|
|
4250
|
+
}
|
|
4251
|
+
],
|
|
4252
|
+
name: "setWalletFactory",
|
|
4253
|
+
outputs: [],
|
|
4254
|
+
stateMutability: "nonpayable",
|
|
4255
|
+
type: "function"
|
|
4256
|
+
},
|
|
3980
4257
|
{
|
|
3981
4258
|
inputs: [
|
|
3982
4259
|
{
|
|
@@ -4245,6 +4522,13 @@ var sepolia_default = {
|
|
|
4245
4522
|
stateMutability: "view",
|
|
4246
4523
|
type: "function"
|
|
4247
4524
|
},
|
|
4525
|
+
{
|
|
4526
|
+
inputs: [],
|
|
4527
|
+
name: "unpause",
|
|
4528
|
+
outputs: [],
|
|
4529
|
+
stateMutability: "nonpayable",
|
|
4530
|
+
type: "function"
|
|
4531
|
+
},
|
|
4248
4532
|
{
|
|
4249
4533
|
inputs: [
|
|
4250
4534
|
{
|
|
@@ -4306,6 +4590,38 @@ var sepolia_default = {
|
|
|
4306
4590
|
stateMutability: "view",
|
|
4307
4591
|
type: "function"
|
|
4308
4592
|
},
|
|
4593
|
+
{
|
|
4594
|
+
inputs: [],
|
|
4595
|
+
name: "walletFactory",
|
|
4596
|
+
outputs: [
|
|
4597
|
+
{
|
|
4598
|
+
internalType: "address",
|
|
4599
|
+
name: "",
|
|
4600
|
+
type: "address"
|
|
4601
|
+
}
|
|
4602
|
+
],
|
|
4603
|
+
stateMutability: "view",
|
|
4604
|
+
type: "function"
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
inputs: [
|
|
4608
|
+
{
|
|
4609
|
+
internalType: "address",
|
|
4610
|
+
name: "",
|
|
4611
|
+
type: "address"
|
|
4612
|
+
}
|
|
4613
|
+
],
|
|
4614
|
+
name: "whitelistedWallet",
|
|
4615
|
+
outputs: [
|
|
4616
|
+
{
|
|
4617
|
+
internalType: "bool",
|
|
4618
|
+
name: "",
|
|
4619
|
+
type: "bool"
|
|
4620
|
+
}
|
|
4621
|
+
],
|
|
4622
|
+
stateMutability: "view",
|
|
4623
|
+
type: "function"
|
|
4624
|
+
},
|
|
4309
4625
|
{
|
|
4310
4626
|
inputs: [
|
|
4311
4627
|
{
|
|
@@ -4368,6 +4684,11 @@ var sepolia_default = {
|
|
|
4368
4684
|
name: "AddressEmptyCode",
|
|
4369
4685
|
type: "error"
|
|
4370
4686
|
},
|
|
4687
|
+
{
|
|
4688
|
+
inputs: [],
|
|
4689
|
+
name: "DescriptionTooLong",
|
|
4690
|
+
type: "error"
|
|
4691
|
+
},
|
|
4371
4692
|
{
|
|
4372
4693
|
inputs: [
|
|
4373
4694
|
{
|
|
@@ -4384,11 +4705,26 @@ var sepolia_default = {
|
|
|
4384
4705
|
name: "ERC1967NonPayable",
|
|
4385
4706
|
type: "error"
|
|
4386
4707
|
},
|
|
4708
|
+
{
|
|
4709
|
+
inputs: [],
|
|
4710
|
+
name: "EnforcedPause",
|
|
4711
|
+
type: "error"
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
inputs: [],
|
|
4715
|
+
name: "ExpectedPause",
|
|
4716
|
+
type: "error"
|
|
4717
|
+
},
|
|
4387
4718
|
{
|
|
4388
4719
|
inputs: [],
|
|
4389
4720
|
name: "FailedCall",
|
|
4390
4721
|
type: "error"
|
|
4391
4722
|
},
|
|
4723
|
+
{
|
|
4724
|
+
inputs: [],
|
|
4725
|
+
name: "InvalidImplementation",
|
|
4726
|
+
type: "error"
|
|
4727
|
+
},
|
|
4392
4728
|
{
|
|
4393
4729
|
inputs: [],
|
|
4394
4730
|
name: "InvalidInitialization",
|
|
@@ -4404,6 +4740,11 @@ var sepolia_default = {
|
|
|
4404
4740
|
name: "NotInitializing",
|
|
4405
4741
|
type: "error"
|
|
4406
4742
|
},
|
|
4743
|
+
{
|
|
4744
|
+
inputs: [],
|
|
4745
|
+
name: "ReentrancyGuardReentrantCall",
|
|
4746
|
+
type: "error"
|
|
4747
|
+
},
|
|
4407
4748
|
{
|
|
4408
4749
|
inputs: [],
|
|
4409
4750
|
name: "UUPSUnauthorizedCallContext",
|
|
@@ -4420,6 +4761,16 @@ var sepolia_default = {
|
|
|
4420
4761
|
name: "UUPSUnsupportedProxiableUUID",
|
|
4421
4762
|
type: "error"
|
|
4422
4763
|
},
|
|
4764
|
+
{
|
|
4765
|
+
inputs: [],
|
|
4766
|
+
name: "WalletAlreadyExists",
|
|
4767
|
+
type: "error"
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
inputs: [],
|
|
4771
|
+
name: "WalletLimitExceeded",
|
|
4772
|
+
type: "error"
|
|
4773
|
+
},
|
|
4423
4774
|
{
|
|
4424
4775
|
inputs: [],
|
|
4425
4776
|
name: "ZeroAddress",
|
|
@@ -4438,6 +4789,19 @@ var sepolia_default = {
|
|
|
4438
4789
|
name: "Initialized",
|
|
4439
4790
|
type: "event"
|
|
4440
4791
|
},
|
|
4792
|
+
{
|
|
4793
|
+
anonymous: false,
|
|
4794
|
+
inputs: [
|
|
4795
|
+
{
|
|
4796
|
+
indexed: false,
|
|
4797
|
+
internalType: "address",
|
|
4798
|
+
name: "account",
|
|
4799
|
+
type: "address"
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
name: "Paused",
|
|
4803
|
+
type: "event"
|
|
4804
|
+
},
|
|
4441
4805
|
{
|
|
4442
4806
|
anonymous: false,
|
|
4443
4807
|
inputs: [
|
|
@@ -4464,6 +4828,19 @@ var sepolia_default = {
|
|
|
4464
4828
|
name: "SettlementLayerUpdated",
|
|
4465
4829
|
type: "event"
|
|
4466
4830
|
},
|
|
4831
|
+
{
|
|
4832
|
+
anonymous: false,
|
|
4833
|
+
inputs: [
|
|
4834
|
+
{
|
|
4835
|
+
indexed: false,
|
|
4836
|
+
internalType: "address",
|
|
4837
|
+
name: "account",
|
|
4838
|
+
type: "address"
|
|
4839
|
+
}
|
|
4840
|
+
],
|
|
4841
|
+
name: "Unpaused",
|
|
4842
|
+
type: "event"
|
|
4843
|
+
},
|
|
4467
4844
|
{
|
|
4468
4845
|
anonymous: false,
|
|
4469
4846
|
inputs: [
|
|
@@ -4503,6 +4880,12 @@ var sepolia_default = {
|
|
|
4503
4880
|
internalType: "address",
|
|
4504
4881
|
name: "settlementLayer",
|
|
4505
4882
|
type: "address"
|
|
4883
|
+
},
|
|
4884
|
+
{
|
|
4885
|
+
indexed: false,
|
|
4886
|
+
internalType: "enum IIATPWalletFactory.WalletType",
|
|
4887
|
+
name: "walletType",
|
|
4888
|
+
type: "uint8"
|
|
4506
4889
|
}
|
|
4507
4890
|
],
|
|
4508
4891
|
name: "WalletCreated",
|
|
@@ -4560,6 +4943,32 @@ var sepolia_default = {
|
|
|
4560
4943
|
stateMutability: "view",
|
|
4561
4944
|
type: "function"
|
|
4562
4945
|
},
|
|
4946
|
+
{
|
|
4947
|
+
inputs: [],
|
|
4948
|
+
name: "MAX_DESCRIPTION_LENGTH",
|
|
4949
|
+
outputs: [
|
|
4950
|
+
{
|
|
4951
|
+
internalType: "uint256",
|
|
4952
|
+
name: "",
|
|
4953
|
+
type: "uint256"
|
|
4954
|
+
}
|
|
4955
|
+
],
|
|
4956
|
+
stateMutability: "view",
|
|
4957
|
+
type: "function"
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
inputs: [],
|
|
4961
|
+
name: "MAX_WALLETS_PER_OWNER",
|
|
4962
|
+
outputs: [
|
|
4963
|
+
{
|
|
4964
|
+
internalType: "uint256",
|
|
4965
|
+
name: "",
|
|
4966
|
+
type: "uint256"
|
|
4967
|
+
}
|
|
4968
|
+
],
|
|
4969
|
+
stateMutability: "view",
|
|
4970
|
+
type: "function"
|
|
4971
|
+
},
|
|
4563
4972
|
{
|
|
4564
4973
|
inputs: [],
|
|
4565
4974
|
name: "UPGRADE_INTERFACE_VERSION",
|
|
@@ -4592,6 +5001,35 @@ var sepolia_default = {
|
|
|
4592
5001
|
stateMutability: "view",
|
|
4593
5002
|
type: "function"
|
|
4594
5003
|
},
|
|
5004
|
+
{
|
|
5005
|
+
inputs: [
|
|
5006
|
+
{
|
|
5007
|
+
internalType: "address",
|
|
5008
|
+
name: "_owner",
|
|
5009
|
+
type: "address"
|
|
5010
|
+
},
|
|
5011
|
+
{
|
|
5012
|
+
internalType: "enum IIATPWalletFactory.WalletType",
|
|
5013
|
+
name: "_walletType",
|
|
5014
|
+
type: "uint8"
|
|
5015
|
+
}
|
|
5016
|
+
],
|
|
5017
|
+
name: "computeWalletAddress",
|
|
5018
|
+
outputs: [
|
|
5019
|
+
{
|
|
5020
|
+
internalType: "address",
|
|
5021
|
+
name: "predictedAddress",
|
|
5022
|
+
type: "address"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
internalType: "uint256",
|
|
5026
|
+
name: "nonce",
|
|
5027
|
+
type: "uint256"
|
|
5028
|
+
}
|
|
5029
|
+
],
|
|
5030
|
+
stateMutability: "view",
|
|
5031
|
+
type: "function"
|
|
5032
|
+
},
|
|
4595
5033
|
{
|
|
4596
5034
|
inputs: [
|
|
4597
5035
|
{
|
|
@@ -4708,25 +5146,6 @@ var sepolia_default = {
|
|
|
4708
5146
|
stateMutability: "nonpayable",
|
|
4709
5147
|
type: "function"
|
|
4710
5148
|
},
|
|
4711
|
-
{
|
|
4712
|
-
inputs: [
|
|
4713
|
-
{
|
|
4714
|
-
internalType: "address",
|
|
4715
|
-
name: "_operator",
|
|
4716
|
-
type: "address"
|
|
4717
|
-
}
|
|
4718
|
-
],
|
|
4719
|
-
name: "getOperatorWalletCount",
|
|
4720
|
-
outputs: [
|
|
4721
|
-
{
|
|
4722
|
-
internalType: "uint256",
|
|
4723
|
-
name: "",
|
|
4724
|
-
type: "uint256"
|
|
4725
|
-
}
|
|
4726
|
-
],
|
|
4727
|
-
stateMutability: "view",
|
|
4728
|
-
type: "function"
|
|
4729
|
-
},
|
|
4730
5149
|
{
|
|
4731
5150
|
inputs: [
|
|
4732
5151
|
{
|
|
@@ -4807,25 +5226,6 @@ var sepolia_default = {
|
|
|
4807
5226
|
stateMutability: "view",
|
|
4808
5227
|
type: "function"
|
|
4809
5228
|
},
|
|
4810
|
-
{
|
|
4811
|
-
inputs: [
|
|
4812
|
-
{
|
|
4813
|
-
internalType: "address",
|
|
4814
|
-
name: "_operator",
|
|
4815
|
-
type: "address"
|
|
4816
|
-
}
|
|
4817
|
-
],
|
|
4818
|
-
name: "getWalletsByOperator",
|
|
4819
|
-
outputs: [
|
|
4820
|
-
{
|
|
4821
|
-
internalType: "address[]",
|
|
4822
|
-
name: "",
|
|
4823
|
-
type: "address[]"
|
|
4824
|
-
}
|
|
4825
|
-
],
|
|
4826
|
-
stateMutability: "view",
|
|
4827
|
-
type: "function"
|
|
4828
|
-
},
|
|
4829
5229
|
{
|
|
4830
5230
|
inputs: [
|
|
4831
5231
|
{
|
|
@@ -4930,6 +5330,26 @@ var sepolia_default = {
|
|
|
4930
5330
|
stateMutability: "view",
|
|
4931
5331
|
type: "function"
|
|
4932
5332
|
},
|
|
5333
|
+
{
|
|
5334
|
+
inputs: [],
|
|
5335
|
+
name: "pause",
|
|
5336
|
+
outputs: [],
|
|
5337
|
+
stateMutability: "nonpayable",
|
|
5338
|
+
type: "function"
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
inputs: [],
|
|
5342
|
+
name: "paused",
|
|
5343
|
+
outputs: [
|
|
5344
|
+
{
|
|
5345
|
+
internalType: "bool",
|
|
5346
|
+
name: "",
|
|
5347
|
+
type: "bool"
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
stateMutability: "view",
|
|
5351
|
+
type: "function"
|
|
5352
|
+
},
|
|
4933
5353
|
{
|
|
4934
5354
|
inputs: [],
|
|
4935
5355
|
name: "proxiableUUID",
|
|
@@ -5010,15 +5430,9 @@ var sepolia_default = {
|
|
|
5010
5430
|
},
|
|
5011
5431
|
{
|
|
5012
5432
|
inputs: [],
|
|
5013
|
-
name: "
|
|
5014
|
-
outputs: [
|
|
5015
|
-
|
|
5016
|
-
internalType: "uint256",
|
|
5017
|
-
name: "",
|
|
5018
|
-
type: "uint256"
|
|
5019
|
-
}
|
|
5020
|
-
],
|
|
5021
|
-
stateMutability: "view",
|
|
5433
|
+
name: "unpause",
|
|
5434
|
+
outputs: [],
|
|
5435
|
+
stateMutability: "nonpayable",
|
|
5022
5436
|
type: "function"
|
|
5023
5437
|
},
|
|
5024
5438
|
{
|
|
@@ -5053,32 +5467,27 @@ var sepolia_default = {
|
|
|
5053
5467
|
type: "function"
|
|
5054
5468
|
},
|
|
5055
5469
|
{
|
|
5056
|
-
inputs: [
|
|
5057
|
-
name: "walletRoleManager",
|
|
5058
|
-
outputs: [
|
|
5470
|
+
inputs: [
|
|
5059
5471
|
{
|
|
5060
5472
|
internalType: "address",
|
|
5061
5473
|
name: "",
|
|
5062
5474
|
type: "address"
|
|
5063
5475
|
}
|
|
5064
5476
|
],
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
},
|
|
5068
|
-
{
|
|
5069
|
-
inputs: [
|
|
5070
|
-
{
|
|
5071
|
-
internalType: "address",
|
|
5072
|
-
name: "",
|
|
5073
|
-
type: "address"
|
|
5074
|
-
},
|
|
5477
|
+
name: "walletNonceByOwner",
|
|
5478
|
+
outputs: [
|
|
5075
5479
|
{
|
|
5076
5480
|
internalType: "uint256",
|
|
5077
5481
|
name: "",
|
|
5078
5482
|
type: "uint256"
|
|
5079
5483
|
}
|
|
5080
5484
|
],
|
|
5081
|
-
|
|
5485
|
+
stateMutability: "view",
|
|
5486
|
+
type: "function"
|
|
5487
|
+
},
|
|
5488
|
+
{
|
|
5489
|
+
inputs: [],
|
|
5490
|
+
name: "walletRoleManager",
|
|
5082
5491
|
outputs: [
|
|
5083
5492
|
{
|
|
5084
5493
|
internalType: "address",
|
|
@@ -9957,8 +10366,8 @@ var arbitrum_default = {
|
|
|
9957
10366
|
var proxies_default = {
|
|
9958
10367
|
sepolia: {
|
|
9959
10368
|
RoleManager: "0x71d388142EA9194e5b51Eee3FEfe3B87D494dd38",
|
|
9960
|
-
IATPSettlementLayer: "
|
|
9961
|
-
IATPWalletFactory: "
|
|
10369
|
+
IATPSettlementLayer: "0x0205ea98258eda5f6C94116a44f9811d8089f110",
|
|
10370
|
+
IATPWalletFactory: "0x54083Cc03c5D9D408D71D36170Ef01310E0C78fE"
|
|
9962
10371
|
},
|
|
9963
10372
|
arbitrum: {
|
|
9964
10373
|
RoleManager: "0xB256b27681FaC8b4EaB79d392083B2D992972eff",
|