@cartesi/devnet 2.0.0-alpha.5 → 2.0.0-alpha.7

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 (77) hide show
  1. package/anvil_state.json +1 -1
  2. package/deployments/TestMultiToken.json +1 -1
  3. package/deployments/TestNFT.json +1 -1
  4. package/deployments/TestToken.json +1 -1
  5. package/deployments/alchemyLightAccountV1.LightAccountFactory.json +89 -0
  6. package/deployments/alchemyLightAccountV1.entrypoint.EntryPoint.json +1322 -0
  7. package/deployments/alchemyLightAccountV2.LightAccountFactory.json +350 -0
  8. package/deployments/alchemyLightAccountV2.MultiOwnerLightAccountFactory.json +389 -0
  9. package/deployments/alchemyLightAccountV2.entrypoint.EntryPoint.json +1009 -0
  10. package/deployments/alchemyModularAccountV2.AccountFactory.json +658 -0
  11. package/deployments/alchemyModularAccountV2.AllowlistModule.json +728 -0
  12. package/deployments/alchemyModularAccountV2.ExecutionInstallDelegate.json +437 -0
  13. package/deployments/alchemyModularAccountV2.ModularAccount.json +1257 -0
  14. package/deployments/alchemyModularAccountV2.NativeTokenLimitModule.json +416 -0
  15. package/deployments/alchemyModularAccountV2.PaymasterGuardModule.json +254 -0
  16. package/deployments/alchemyModularAccountV2.SemiModularAccount7702.json +1309 -0
  17. package/deployments/alchemyModularAccountV2.SemiModularAccountBytecode.json +1304 -0
  18. package/deployments/alchemyModularAccountV2.SemiModularAccountStorageOnly.json +1317 -0
  19. package/deployments/alchemyModularAccountV2.SingleSignerValidationModule.json +343 -0
  20. package/deployments/alchemyModularAccountV2.TimeRangeModule.json +308 -0
  21. package/deployments/alchemyModularAccountV2.WebAuthnValidationModule.json +360 -0
  22. package/deployments/alchemyModularAccountV2.entrypoint.EntryPoint.json +1009 -0
  23. package/deployments/cartesiRollups.ApplicationFactory.json +5 -5
  24. package/deployments/cartesiRollups.AuthorityFactory.json +5 -5
  25. package/deployments/cartesiRollups.ERC1155BatchPortal.json +6 -6
  26. package/deployments/cartesiRollups.ERC1155SinglePortal.json +6 -6
  27. package/deployments/cartesiRollups.ERC20Portal.json +6 -6
  28. package/deployments/cartesiRollups.ERC721Portal.json +6 -6
  29. package/deployments/cartesiRollups.EtherPortal.json +6 -6
  30. package/deployments/cartesiRollups.InputBox.json +4 -4
  31. package/deployments/cartesiRollups.QuorumFactory.json +5 -5
  32. package/deployments/cartesiRollups.SafeERC20Transfer.json +5 -5
  33. package/deployments/cartesiRollups.SelfHostedApplicationFactory.json +7 -7
  34. package/deployments/entrypointSimulations.PimlicoEntryPointSimulations.json +44 -0
  35. package/deployments/simpleAccount06.SimpleAccountFactory.json +89 -0
  36. package/deployments/simpleAccount06.entrypoint.EntryPoint.json +1322 -0
  37. package/deployments/simpleAccount07.SimpleAccountFactory.json +89 -0
  38. package/deployments/simpleAccount07.entrypoint.EntryPoint.json +1009 -0
  39. package/deployments/simpleAccount08.Simple7702Account.json +376 -0
  40. package/deployments/simpleAccount08.SimpleAccountFactory.json +102 -0
  41. package/deployments/simpleAccount08.entrypoint.EntryPoint.json +1079 -0
  42. package/deployments/zerodevKernel030.ECDSAValidator.json +302 -0
  43. package/deployments/zerodevKernel030.Kernel.json +1083 -0
  44. package/deployments/zerodevKernel030.KernelFactory.json +94 -0
  45. package/deployments/zerodevKernel030.entryPoint.EntryPoint.json +1009 -0
  46. package/deployments/zerodevKernel030.factoryStaker.FactoryStaker.json +292 -0
  47. package/deployments/zerodevKernel030.factoryStaker.entryPoint.EntryPoint.json +1009 -0
  48. package/deployments/zerodevKernel031.ECDSAValidator.json +292 -0
  49. package/deployments/zerodevKernel031.Kernel.json +1239 -0
  50. package/deployments/zerodevKernel031.KernelFactory.json +94 -0
  51. package/deployments/zerodevKernel031.entryPoint.EntryPoint.json +1009 -0
  52. package/deployments/zerodevKernel031.factoryStaker.FactoryStaker.json +292 -0
  53. package/deployments/zerodevKernel031.factoryStaker.entryPoint.EntryPoint.json +1009 -0
  54. package/deployments/zerodevKernel032.Kernel.json +1310 -0
  55. package/deployments/zerodevKernel032.KernelFactory.json +94 -0
  56. package/deployments/zerodevKernel032.entryPoint.EntryPoint.json +1009 -0
  57. package/deployments/zerodevKernel032.factoryStaker.FactoryStaker.json +292 -0
  58. package/deployments/zerodevKernel032.factoryStaker.entryPoint.EntryPoint.json +1009 -0
  59. package/deployments/zerodevKernelAuthnValidator.WebAuthnValidator.json +272 -0
  60. package/deployments/zerodevKernelAuthnValidator.p256Verifier.P256Verifier.json +19 -0
  61. package/deployments/zerodevKernelAuthnValidator2.WebAuthnValidator.json +272 -0
  62. package/deployments/zerodevKernelAuthnValidator2.p256Verifier.P256Verifier.json +19 -0
  63. package/deployments/zerodevKernelCallPolicy.CallPolicy.json +293 -0
  64. package/deployments/zerodevKernelCallPolicy2.CallPolicy.json +298 -0
  65. package/deployments/zerodevKernelCallPolicy3.CallPolicy.json +298 -0
  66. package/deployments/zerodevKernelCallPolicy4.CallPolicy.json +298 -0
  67. package/deployments/zerodevKernelEcdsaSigner.ECDSASigner.json +254 -0
  68. package/deployments/zerodevKernelGasPolicy.GasPolicy.json +283 -0
  69. package/deployments/zerodevKernelRatelimitPolicy.RateLimitPolicy.json +283 -0
  70. package/deployments/zerodevKernelSignaturePolicy.SignaturePolicy.json +278 -0
  71. package/deployments/zerodevKernelSudoPolicy.SudoPolicy.json +225 -0
  72. package/deployments/zerodevKernelTimestampPolicy.TimestampPolicy.json +278 -0
  73. package/deployments/zerodevKernelWebAuthnSigner.WebAuthnSigner.json +295 -0
  74. package/deployments/zerodevKernelWebAuthnSigner.p256Verifier.P256Verifier.json +19 -0
  75. package/deployments/zerodevKernelWebAuthnSigner2.WebAuthnSigner.json +295 -0
  76. package/deployments/zerodevKernelWebAuthnSigner2.p256Verifier.P256Verifier.json +19 -0
  77. package/package.json +2 -2
@@ -0,0 +1,1083 @@
1
+ {
2
+ "address": "0x94F097E1ebEB4ecA3AAE54cabb08905B239A7D27",
3
+ "abi": [
4
+ {
5
+ "type": "constructor",
6
+ "inputs": [
7
+ {
8
+ "name": "_entrypoint",
9
+ "type": "address",
10
+ "internalType": "contract IEntryPoint"
11
+ }
12
+ ],
13
+ "stateMutability": "nonpayable"
14
+ },
15
+ {
16
+ "type": "fallback",
17
+ "stateMutability": "payable"
18
+ },
19
+ {
20
+ "type": "receive",
21
+ "stateMutability": "payable"
22
+ },
23
+ {
24
+ "type": "function",
25
+ "name": "accountId",
26
+ "inputs": [],
27
+ "outputs": [
28
+ {
29
+ "name": "accountImplementationId",
30
+ "type": "string",
31
+ "internalType": "string"
32
+ }
33
+ ],
34
+ "stateMutability": "pure"
35
+ },
36
+ {
37
+ "type": "function",
38
+ "name": "currentNonce",
39
+ "inputs": [],
40
+ "outputs": [
41
+ {
42
+ "name": "",
43
+ "type": "uint32",
44
+ "internalType": "uint32"
45
+ }
46
+ ],
47
+ "stateMutability": "view"
48
+ },
49
+ {
50
+ "type": "function",
51
+ "name": "eip712Domain",
52
+ "inputs": [],
53
+ "outputs": [
54
+ {
55
+ "name": "fields",
56
+ "type": "bytes1",
57
+ "internalType": "bytes1"
58
+ },
59
+ {
60
+ "name": "name",
61
+ "type": "string",
62
+ "internalType": "string"
63
+ },
64
+ {
65
+ "name": "version",
66
+ "type": "string",
67
+ "internalType": "string"
68
+ },
69
+ {
70
+ "name": "chainId",
71
+ "type": "uint256",
72
+ "internalType": "uint256"
73
+ },
74
+ {
75
+ "name": "verifyingContract",
76
+ "type": "address",
77
+ "internalType": "address"
78
+ },
79
+ {
80
+ "name": "salt",
81
+ "type": "bytes32",
82
+ "internalType": "bytes32"
83
+ },
84
+ {
85
+ "name": "extensions",
86
+ "type": "uint256[]",
87
+ "internalType": "uint256[]"
88
+ }
89
+ ],
90
+ "stateMutability": "view"
91
+ },
92
+ {
93
+ "type": "function",
94
+ "name": "entrypoint",
95
+ "inputs": [],
96
+ "outputs": [
97
+ {
98
+ "name": "",
99
+ "type": "address",
100
+ "internalType": "contract IEntryPoint"
101
+ }
102
+ ],
103
+ "stateMutability": "view"
104
+ },
105
+ {
106
+ "type": "function",
107
+ "name": "execute",
108
+ "inputs": [
109
+ {
110
+ "name": "execMode",
111
+ "type": "bytes32",
112
+ "internalType": "ExecMode"
113
+ },
114
+ {
115
+ "name": "executionCalldata",
116
+ "type": "bytes",
117
+ "internalType": "bytes"
118
+ }
119
+ ],
120
+ "outputs": [],
121
+ "stateMutability": "payable"
122
+ },
123
+ {
124
+ "type": "function",
125
+ "name": "executeFromExecutor",
126
+ "inputs": [
127
+ {
128
+ "name": "execMode",
129
+ "type": "bytes32",
130
+ "internalType": "ExecMode"
131
+ },
132
+ {
133
+ "name": "executionCalldata",
134
+ "type": "bytes",
135
+ "internalType": "bytes"
136
+ }
137
+ ],
138
+ "outputs": [
139
+ {
140
+ "name": "returnData",
141
+ "type": "bytes[]",
142
+ "internalType": "bytes[]"
143
+ }
144
+ ],
145
+ "stateMutability": "payable"
146
+ },
147
+ {
148
+ "type": "function",
149
+ "name": "executeUserOp",
150
+ "inputs": [
151
+ {
152
+ "name": "userOp",
153
+ "type": "tuple",
154
+ "internalType": "struct PackedUserOperation",
155
+ "components": [
156
+ {
157
+ "name": "sender",
158
+ "type": "address",
159
+ "internalType": "address"
160
+ },
161
+ {
162
+ "name": "nonce",
163
+ "type": "uint256",
164
+ "internalType": "uint256"
165
+ },
166
+ {
167
+ "name": "initCode",
168
+ "type": "bytes",
169
+ "internalType": "bytes"
170
+ },
171
+ {
172
+ "name": "callData",
173
+ "type": "bytes",
174
+ "internalType": "bytes"
175
+ },
176
+ {
177
+ "name": "accountGasLimits",
178
+ "type": "bytes32",
179
+ "internalType": "bytes32"
180
+ },
181
+ {
182
+ "name": "preVerificationGas",
183
+ "type": "uint256",
184
+ "internalType": "uint256"
185
+ },
186
+ {
187
+ "name": "gasFees",
188
+ "type": "bytes32",
189
+ "internalType": "bytes32"
190
+ },
191
+ {
192
+ "name": "paymasterAndData",
193
+ "type": "bytes",
194
+ "internalType": "bytes"
195
+ },
196
+ {
197
+ "name": "signature",
198
+ "type": "bytes",
199
+ "internalType": "bytes"
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "name": "userOpHash",
205
+ "type": "bytes32",
206
+ "internalType": "bytes32"
207
+ }
208
+ ],
209
+ "outputs": [],
210
+ "stateMutability": "payable"
211
+ },
212
+ {
213
+ "type": "function",
214
+ "name": "executorConfig",
215
+ "inputs": [
216
+ {
217
+ "name": "executor",
218
+ "type": "address",
219
+ "internalType": "contract IExecutor"
220
+ }
221
+ ],
222
+ "outputs": [
223
+ {
224
+ "name": "",
225
+ "type": "tuple",
226
+ "internalType": "struct ExecutorManager.ExecutorConfig",
227
+ "components": [
228
+ {
229
+ "name": "hook",
230
+ "type": "address",
231
+ "internalType": "contract IHook"
232
+ }
233
+ ]
234
+ }
235
+ ],
236
+ "stateMutability": "view"
237
+ },
238
+ {
239
+ "type": "function",
240
+ "name": "initialize",
241
+ "inputs": [
242
+ {
243
+ "name": "_rootValidator",
244
+ "type": "bytes21",
245
+ "internalType": "ValidationId"
246
+ },
247
+ {
248
+ "name": "hook",
249
+ "type": "address",
250
+ "internalType": "contract IHook"
251
+ },
252
+ {
253
+ "name": "validatorData",
254
+ "type": "bytes",
255
+ "internalType": "bytes"
256
+ },
257
+ {
258
+ "name": "hookData",
259
+ "type": "bytes",
260
+ "internalType": "bytes"
261
+ }
262
+ ],
263
+ "outputs": [],
264
+ "stateMutability": "nonpayable"
265
+ },
266
+ {
267
+ "type": "function",
268
+ "name": "installModule",
269
+ "inputs": [
270
+ {
271
+ "name": "moduleType",
272
+ "type": "uint256",
273
+ "internalType": "uint256"
274
+ },
275
+ {
276
+ "name": "module",
277
+ "type": "address",
278
+ "internalType": "address"
279
+ },
280
+ {
281
+ "name": "initData",
282
+ "type": "bytes",
283
+ "internalType": "bytes"
284
+ }
285
+ ],
286
+ "outputs": [],
287
+ "stateMutability": "payable"
288
+ },
289
+ {
290
+ "type": "function",
291
+ "name": "installValidations",
292
+ "inputs": [
293
+ {
294
+ "name": "vIds",
295
+ "type": "bytes21[]",
296
+ "internalType": "ValidationId[]"
297
+ },
298
+ {
299
+ "name": "configs",
300
+ "type": "tuple[]",
301
+ "internalType": "struct ValidationManager.ValidationConfig[]",
302
+ "components": [
303
+ {
304
+ "name": "nonce",
305
+ "type": "uint32",
306
+ "internalType": "uint32"
307
+ },
308
+ {
309
+ "name": "hook",
310
+ "type": "address",
311
+ "internalType": "contract IHook"
312
+ }
313
+ ]
314
+ },
315
+ {
316
+ "name": "validationData",
317
+ "type": "bytes[]",
318
+ "internalType": "bytes[]"
319
+ },
320
+ {
321
+ "name": "hookData",
322
+ "type": "bytes[]",
323
+ "internalType": "bytes[]"
324
+ }
325
+ ],
326
+ "outputs": [],
327
+ "stateMutability": "payable"
328
+ },
329
+ {
330
+ "type": "function",
331
+ "name": "invalidateNonce",
332
+ "inputs": [
333
+ {
334
+ "name": "nonce",
335
+ "type": "uint32",
336
+ "internalType": "uint32"
337
+ }
338
+ ],
339
+ "outputs": [],
340
+ "stateMutability": "payable"
341
+ },
342
+ {
343
+ "type": "function",
344
+ "name": "isAllowedSelector",
345
+ "inputs": [
346
+ {
347
+ "name": "vId",
348
+ "type": "bytes21",
349
+ "internalType": "ValidationId"
350
+ },
351
+ {
352
+ "name": "selector",
353
+ "type": "bytes4",
354
+ "internalType": "bytes4"
355
+ }
356
+ ],
357
+ "outputs": [
358
+ {
359
+ "name": "",
360
+ "type": "bool",
361
+ "internalType": "bool"
362
+ }
363
+ ],
364
+ "stateMutability": "view"
365
+ },
366
+ {
367
+ "type": "function",
368
+ "name": "isModuleInstalled",
369
+ "inputs": [
370
+ {
371
+ "name": "moduleType",
372
+ "type": "uint256",
373
+ "internalType": "uint256"
374
+ },
375
+ {
376
+ "name": "module",
377
+ "type": "address",
378
+ "internalType": "address"
379
+ },
380
+ {
381
+ "name": "additionalContext",
382
+ "type": "bytes",
383
+ "internalType": "bytes"
384
+ }
385
+ ],
386
+ "outputs": [
387
+ {
388
+ "name": "",
389
+ "type": "bool",
390
+ "internalType": "bool"
391
+ }
392
+ ],
393
+ "stateMutability": "view"
394
+ },
395
+ {
396
+ "type": "function",
397
+ "name": "isValidSignature",
398
+ "inputs": [
399
+ {
400
+ "name": "hash",
401
+ "type": "bytes32",
402
+ "internalType": "bytes32"
403
+ },
404
+ {
405
+ "name": "signature",
406
+ "type": "bytes",
407
+ "internalType": "bytes"
408
+ }
409
+ ],
410
+ "outputs": [
411
+ {
412
+ "name": "",
413
+ "type": "bytes4",
414
+ "internalType": "bytes4"
415
+ }
416
+ ],
417
+ "stateMutability": "view"
418
+ },
419
+ {
420
+ "type": "function",
421
+ "name": "permissionConfig",
422
+ "inputs": [
423
+ {
424
+ "name": "pId",
425
+ "type": "bytes4",
426
+ "internalType": "PermissionId"
427
+ }
428
+ ],
429
+ "outputs": [
430
+ {
431
+ "name": "",
432
+ "type": "tuple",
433
+ "internalType": "struct ValidationManager.PermissionConfig",
434
+ "components": [
435
+ {
436
+ "name": "permissionFlag",
437
+ "type": "bytes2",
438
+ "internalType": "PassFlag"
439
+ },
440
+ {
441
+ "name": "signer",
442
+ "type": "address",
443
+ "internalType": "contract ISigner"
444
+ },
445
+ {
446
+ "name": "policyData",
447
+ "type": "bytes22[]",
448
+ "internalType": "PolicyData[]"
449
+ }
450
+ ]
451
+ }
452
+ ],
453
+ "stateMutability": "view"
454
+ },
455
+ {
456
+ "type": "function",
457
+ "name": "rootValidator",
458
+ "inputs": [],
459
+ "outputs": [
460
+ {
461
+ "name": "",
462
+ "type": "bytes21",
463
+ "internalType": "ValidationId"
464
+ }
465
+ ],
466
+ "stateMutability": "view"
467
+ },
468
+ {
469
+ "type": "function",
470
+ "name": "selectorConfig",
471
+ "inputs": [
472
+ {
473
+ "name": "selector",
474
+ "type": "bytes4",
475
+ "internalType": "bytes4"
476
+ }
477
+ ],
478
+ "outputs": [
479
+ {
480
+ "name": "",
481
+ "type": "tuple",
482
+ "internalType": "struct SelectorManager.SelectorConfig",
483
+ "components": [
484
+ {
485
+ "name": "hook",
486
+ "type": "address",
487
+ "internalType": "contract IHook"
488
+ },
489
+ {
490
+ "name": "target",
491
+ "type": "address",
492
+ "internalType": "address"
493
+ },
494
+ {
495
+ "name": "callType",
496
+ "type": "bytes1",
497
+ "internalType": "CallType"
498
+ }
499
+ ]
500
+ }
501
+ ],
502
+ "stateMutability": "view"
503
+ },
504
+ {
505
+ "type": "function",
506
+ "name": "supportsExecutionMode",
507
+ "inputs": [
508
+ {
509
+ "name": "mode",
510
+ "type": "bytes32",
511
+ "internalType": "ExecMode"
512
+ }
513
+ ],
514
+ "outputs": [
515
+ {
516
+ "name": "",
517
+ "type": "bool",
518
+ "internalType": "bool"
519
+ }
520
+ ],
521
+ "stateMutability": "pure"
522
+ },
523
+ {
524
+ "type": "function",
525
+ "name": "supportsModule",
526
+ "inputs": [
527
+ {
528
+ "name": "moduleTypeId",
529
+ "type": "uint256",
530
+ "internalType": "uint256"
531
+ }
532
+ ],
533
+ "outputs": [
534
+ {
535
+ "name": "",
536
+ "type": "bool",
537
+ "internalType": "bool"
538
+ }
539
+ ],
540
+ "stateMutability": "pure"
541
+ },
542
+ {
543
+ "type": "function",
544
+ "name": "uninstallModule",
545
+ "inputs": [
546
+ {
547
+ "name": "moduleType",
548
+ "type": "uint256",
549
+ "internalType": "uint256"
550
+ },
551
+ {
552
+ "name": "module",
553
+ "type": "address",
554
+ "internalType": "address"
555
+ },
556
+ {
557
+ "name": "deInitData",
558
+ "type": "bytes",
559
+ "internalType": "bytes"
560
+ }
561
+ ],
562
+ "outputs": [],
563
+ "stateMutability": "payable"
564
+ },
565
+ {
566
+ "type": "function",
567
+ "name": "uninstallValidation",
568
+ "inputs": [
569
+ {
570
+ "name": "vId",
571
+ "type": "bytes21",
572
+ "internalType": "ValidationId"
573
+ },
574
+ {
575
+ "name": "deinitData",
576
+ "type": "bytes",
577
+ "internalType": "bytes"
578
+ },
579
+ {
580
+ "name": "hookDeinitData",
581
+ "type": "bytes",
582
+ "internalType": "bytes"
583
+ }
584
+ ],
585
+ "outputs": [],
586
+ "stateMutability": "payable"
587
+ },
588
+ {
589
+ "type": "function",
590
+ "name": "upgradeTo",
591
+ "inputs": [
592
+ {
593
+ "name": "_newImplementation",
594
+ "type": "address",
595
+ "internalType": "address"
596
+ }
597
+ ],
598
+ "outputs": [],
599
+ "stateMutability": "payable"
600
+ },
601
+ {
602
+ "type": "function",
603
+ "name": "validNonceFrom",
604
+ "inputs": [],
605
+ "outputs": [
606
+ {
607
+ "name": "",
608
+ "type": "uint32",
609
+ "internalType": "uint32"
610
+ }
611
+ ],
612
+ "stateMutability": "view"
613
+ },
614
+ {
615
+ "type": "function",
616
+ "name": "validateUserOp",
617
+ "inputs": [
618
+ {
619
+ "name": "userOp",
620
+ "type": "tuple",
621
+ "internalType": "struct PackedUserOperation",
622
+ "components": [
623
+ {
624
+ "name": "sender",
625
+ "type": "address",
626
+ "internalType": "address"
627
+ },
628
+ {
629
+ "name": "nonce",
630
+ "type": "uint256",
631
+ "internalType": "uint256"
632
+ },
633
+ {
634
+ "name": "initCode",
635
+ "type": "bytes",
636
+ "internalType": "bytes"
637
+ },
638
+ {
639
+ "name": "callData",
640
+ "type": "bytes",
641
+ "internalType": "bytes"
642
+ },
643
+ {
644
+ "name": "accountGasLimits",
645
+ "type": "bytes32",
646
+ "internalType": "bytes32"
647
+ },
648
+ {
649
+ "name": "preVerificationGas",
650
+ "type": "uint256",
651
+ "internalType": "uint256"
652
+ },
653
+ {
654
+ "name": "gasFees",
655
+ "type": "bytes32",
656
+ "internalType": "bytes32"
657
+ },
658
+ {
659
+ "name": "paymasterAndData",
660
+ "type": "bytes",
661
+ "internalType": "bytes"
662
+ },
663
+ {
664
+ "name": "signature",
665
+ "type": "bytes",
666
+ "internalType": "bytes"
667
+ }
668
+ ]
669
+ },
670
+ {
671
+ "name": "userOpHash",
672
+ "type": "bytes32",
673
+ "internalType": "bytes32"
674
+ },
675
+ {
676
+ "name": "missingAccountFunds",
677
+ "type": "uint256",
678
+ "internalType": "uint256"
679
+ }
680
+ ],
681
+ "outputs": [
682
+ {
683
+ "name": "validationData",
684
+ "type": "uint256",
685
+ "internalType": "ValidationData"
686
+ }
687
+ ],
688
+ "stateMutability": "payable"
689
+ },
690
+ {
691
+ "type": "function",
692
+ "name": "validationConfig",
693
+ "inputs": [
694
+ {
695
+ "name": "vId",
696
+ "type": "bytes21",
697
+ "internalType": "ValidationId"
698
+ }
699
+ ],
700
+ "outputs": [
701
+ {
702
+ "name": "",
703
+ "type": "tuple",
704
+ "internalType": "struct ValidationManager.ValidationConfig",
705
+ "components": [
706
+ {
707
+ "name": "nonce",
708
+ "type": "uint32",
709
+ "internalType": "uint32"
710
+ },
711
+ {
712
+ "name": "hook",
713
+ "type": "address",
714
+ "internalType": "contract IHook"
715
+ }
716
+ ]
717
+ }
718
+ ],
719
+ "stateMutability": "view"
720
+ },
721
+ {
722
+ "type": "event",
723
+ "name": "ModuleInstalled",
724
+ "inputs": [
725
+ {
726
+ "name": "moduleTypeId",
727
+ "type": "uint256",
728
+ "indexed": false,
729
+ "internalType": "uint256"
730
+ },
731
+ {
732
+ "name": "module",
733
+ "type": "address",
734
+ "indexed": false,
735
+ "internalType": "address"
736
+ }
737
+ ],
738
+ "anonymous": false
739
+ },
740
+ {
741
+ "type": "event",
742
+ "name": "ModuleUninstallResult",
743
+ "inputs": [
744
+ {
745
+ "name": "module",
746
+ "type": "address",
747
+ "indexed": false,
748
+ "internalType": "address"
749
+ },
750
+ {
751
+ "name": "result",
752
+ "type": "bool",
753
+ "indexed": false,
754
+ "internalType": "bool"
755
+ }
756
+ ],
757
+ "anonymous": false
758
+ },
759
+ {
760
+ "type": "event",
761
+ "name": "ModuleUninstalled",
762
+ "inputs": [
763
+ {
764
+ "name": "moduleTypeId",
765
+ "type": "uint256",
766
+ "indexed": false,
767
+ "internalType": "uint256"
768
+ },
769
+ {
770
+ "name": "module",
771
+ "type": "address",
772
+ "indexed": false,
773
+ "internalType": "address"
774
+ }
775
+ ],
776
+ "anonymous": false
777
+ },
778
+ {
779
+ "type": "event",
780
+ "name": "NonceInvalidated",
781
+ "inputs": [
782
+ {
783
+ "name": "nonce",
784
+ "type": "uint32",
785
+ "indexed": false,
786
+ "internalType": "uint32"
787
+ }
788
+ ],
789
+ "anonymous": false
790
+ },
791
+ {
792
+ "type": "event",
793
+ "name": "PermissionInstalled",
794
+ "inputs": [
795
+ {
796
+ "name": "permission",
797
+ "type": "bytes4",
798
+ "indexed": false,
799
+ "internalType": "PermissionId"
800
+ },
801
+ {
802
+ "name": "nonce",
803
+ "type": "uint32",
804
+ "indexed": false,
805
+ "internalType": "uint32"
806
+ }
807
+ ],
808
+ "anonymous": false
809
+ },
810
+ {
811
+ "type": "event",
812
+ "name": "PermissionUninstalled",
813
+ "inputs": [
814
+ {
815
+ "name": "permission",
816
+ "type": "bytes4",
817
+ "indexed": false,
818
+ "internalType": "PermissionId"
819
+ }
820
+ ],
821
+ "anonymous": false
822
+ },
823
+ {
824
+ "type": "event",
825
+ "name": "Received",
826
+ "inputs": [
827
+ {
828
+ "name": "sender",
829
+ "type": "address",
830
+ "indexed": false,
831
+ "internalType": "address"
832
+ },
833
+ {
834
+ "name": "amount",
835
+ "type": "uint256",
836
+ "indexed": false,
837
+ "internalType": "uint256"
838
+ }
839
+ ],
840
+ "anonymous": false
841
+ },
842
+ {
843
+ "type": "event",
844
+ "name": "RootValidatorUpdated",
845
+ "inputs": [
846
+ {
847
+ "name": "rootValidator",
848
+ "type": "bytes21",
849
+ "indexed": false,
850
+ "internalType": "ValidationId"
851
+ }
852
+ ],
853
+ "anonymous": false
854
+ },
855
+ {
856
+ "type": "event",
857
+ "name": "SelectorSet",
858
+ "inputs": [
859
+ {
860
+ "name": "selector",
861
+ "type": "bytes4",
862
+ "indexed": false,
863
+ "internalType": "bytes4"
864
+ },
865
+ {
866
+ "name": "vId",
867
+ "type": "bytes21",
868
+ "indexed": false,
869
+ "internalType": "ValidationId"
870
+ },
871
+ {
872
+ "name": "allowed",
873
+ "type": "bool",
874
+ "indexed": false,
875
+ "internalType": "bool"
876
+ }
877
+ ],
878
+ "anonymous": false
879
+ },
880
+ {
881
+ "type": "event",
882
+ "name": "TryExecuteUnsuccessful",
883
+ "inputs": [
884
+ {
885
+ "name": "batchExecutionindex",
886
+ "type": "uint256",
887
+ "indexed": false,
888
+ "internalType": "uint256"
889
+ },
890
+ {
891
+ "name": "result",
892
+ "type": "bytes",
893
+ "indexed": false,
894
+ "internalType": "bytes"
895
+ }
896
+ ],
897
+ "anonymous": false
898
+ },
899
+ {
900
+ "type": "event",
901
+ "name": "Upgraded",
902
+ "inputs": [
903
+ {
904
+ "name": "implementation",
905
+ "type": "address",
906
+ "indexed": true,
907
+ "internalType": "address"
908
+ }
909
+ ],
910
+ "anonymous": false
911
+ },
912
+ {
913
+ "type": "event",
914
+ "name": "ValidatorInstalled",
915
+ "inputs": [
916
+ {
917
+ "name": "validator",
918
+ "type": "address",
919
+ "indexed": false,
920
+ "internalType": "contract IValidator"
921
+ },
922
+ {
923
+ "name": "nonce",
924
+ "type": "uint32",
925
+ "indexed": false,
926
+ "internalType": "uint32"
927
+ }
928
+ ],
929
+ "anonymous": false
930
+ },
931
+ {
932
+ "type": "event",
933
+ "name": "ValidatorUninstalled",
934
+ "inputs": [
935
+ {
936
+ "name": "validator",
937
+ "type": "address",
938
+ "indexed": false,
939
+ "internalType": "contract IValidator"
940
+ }
941
+ ],
942
+ "anonymous": false
943
+ },
944
+ {
945
+ "type": "error",
946
+ "name": "EnableNotApproved",
947
+ "inputs": []
948
+ },
949
+ {
950
+ "type": "error",
951
+ "name": "ExecutionReverted",
952
+ "inputs": []
953
+ },
954
+ {
955
+ "type": "error",
956
+ "name": "InvalidCallType",
957
+ "inputs": []
958
+ },
959
+ {
960
+ "type": "error",
961
+ "name": "InvalidCaller",
962
+ "inputs": []
963
+ },
964
+ {
965
+ "type": "error",
966
+ "name": "InvalidExecutor",
967
+ "inputs": []
968
+ },
969
+ {
970
+ "type": "error",
971
+ "name": "InvalidFallback",
972
+ "inputs": []
973
+ },
974
+ {
975
+ "type": "error",
976
+ "name": "InvalidMode",
977
+ "inputs": []
978
+ },
979
+ {
980
+ "type": "error",
981
+ "name": "InvalidModuleType",
982
+ "inputs": []
983
+ },
984
+ {
985
+ "type": "error",
986
+ "name": "InvalidNonce",
987
+ "inputs": []
988
+ },
989
+ {
990
+ "type": "error",
991
+ "name": "InvalidSelector",
992
+ "inputs": []
993
+ },
994
+ {
995
+ "type": "error",
996
+ "name": "InvalidSignature",
997
+ "inputs": []
998
+ },
999
+ {
1000
+ "type": "error",
1001
+ "name": "InvalidValidationType",
1002
+ "inputs": []
1003
+ },
1004
+ {
1005
+ "type": "error",
1006
+ "name": "InvalidValidator",
1007
+ "inputs": []
1008
+ },
1009
+ {
1010
+ "type": "error",
1011
+ "name": "NonceInvalidationError",
1012
+ "inputs": []
1013
+ },
1014
+ {
1015
+ "type": "error",
1016
+ "name": "NotSupportedCallType",
1017
+ "inputs": []
1018
+ },
1019
+ {
1020
+ "type": "error",
1021
+ "name": "OnlyExecuteUserOp",
1022
+ "inputs": []
1023
+ },
1024
+ {
1025
+ "type": "error",
1026
+ "name": "PermissionDataLengthMismatch",
1027
+ "inputs": []
1028
+ },
1029
+ {
1030
+ "type": "error",
1031
+ "name": "PermissionNotAlllowedForSignature",
1032
+ "inputs": []
1033
+ },
1034
+ {
1035
+ "type": "error",
1036
+ "name": "PermissionNotAlllowedForUserOp",
1037
+ "inputs": []
1038
+ },
1039
+ {
1040
+ "type": "error",
1041
+ "name": "PolicyDataTooLarge",
1042
+ "inputs": []
1043
+ },
1044
+ {
1045
+ "type": "error",
1046
+ "name": "PolicyFailed",
1047
+ "inputs": [
1048
+ {
1049
+ "name": "i",
1050
+ "type": "uint256",
1051
+ "internalType": "uint256"
1052
+ }
1053
+ ]
1054
+ },
1055
+ {
1056
+ "type": "error",
1057
+ "name": "PolicySignatureOrderError",
1058
+ "inputs": []
1059
+ },
1060
+ {
1061
+ "type": "error",
1062
+ "name": "RootValidatorCannotBeRemoved",
1063
+ "inputs": []
1064
+ },
1065
+ {
1066
+ "type": "error",
1067
+ "name": "SignerPrefixNotPresent",
1068
+ "inputs": []
1069
+ }
1070
+ ],
1071
+ "constructorArgs": [
1072
+ "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
1073
+ ],
1074
+ "linkedLibraries": {},
1075
+ "deployTxnHash": "0x0f42effa6a65e355a7760a08462e668ff96cb9850afa99c87f46481753505fa0",
1076
+ "deployTxnBlockNumber": "4",
1077
+ "deployTimestamp": "1746805412",
1078
+ "sourceName": "src/Kernel.sol",
1079
+ "contractName": "Kernel",
1080
+ "deployedOn": "deploy.Kernel",
1081
+ "gasUsed": 4503851,
1082
+ "gasCost": "1672827276"
1083
+ }