@latticexyz/world-consumer 2.2.23-a8c404b4b10462f5f390a82f9e40ceb80bc5eb23 → 2.2.23-b803eb1d495ce20f644a81c61473d0c33f9ecf54

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 (67) hide show
  1. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  2. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  3. package/out/Base.sol/CommonBase.json +1 -1
  4. package/out/Base.sol/ScriptBase.json +1 -1
  5. package/out/Base.sol/TestBase.json +1 -1
  6. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  7. package/out/GasReporter.sol/GasReporter.json +1 -1
  8. package/out/IMulticall3.sol/IMulticall3.json +1 -1
  9. package/out/InitModule.sol/InitModule.json +1 -1
  10. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  11. package/out/SimpleVault.sol/IERC20.json +1 -1
  12. package/out/SimpleVault.sol/SimpleVault.json +1 -1
  13. package/out/StdAssertions.sol/StdAssertions.json +1 -1
  14. package/out/StdChains.sol/StdChains.json +1 -1
  15. package/out/StdCheats.sol/StdCheats.json +1 -1
  16. package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
  17. package/out/StdConstants.sol/StdConstants.abi.json +1 -0
  18. package/out/StdConstants.sol/StdConstants.json +1 -0
  19. package/out/StdError.sol/stdError.json +1 -1
  20. package/out/StdInvariant.sol/StdInvariant.json +1 -1
  21. package/out/StdJson.sol/stdJson.json +1 -1
  22. package/out/StdMath.sol/stdMath.json +1 -1
  23. package/out/StdStorage.sol/stdStorage.json +1 -1
  24. package/out/StdStorage.sol/stdStorageSafe.json +1 -1
  25. package/out/StdStyle.sol/StdStyle.json +1 -1
  26. package/out/StdToml.sol/stdToml.json +1 -1
  27. package/out/StdUtils.sol/StdUtils.json +1 -1
  28. package/out/StoreRead.sol/StoreRead.json +1 -1
  29. package/out/Test.sol/Test.json +1 -1
  30. package/out/Vm.sol/Vm.abi.json +1959 -218
  31. package/out/Vm.sol/Vm.abi.json.d.ts +1959 -218
  32. package/out/Vm.sol/Vm.json +1 -1
  33. package/out/Vm.sol/VmSafe.abi.json +1476 -258
  34. package/out/Vm.sol/VmSafe.abi.json.d.ts +1476 -258
  35. package/out/Vm.sol/VmSafe.json +1 -1
  36. package/out/World.sol/World.json +1 -1
  37. package/out/WorldConsumer.sol/WorldConsumer.json +1 -1
  38. package/out/WorldConsumer.t.sol/MockWorldConsumer.json +1 -1
  39. package/out/WorldConsumer.t.sol/WorldConsumerTest.json +1 -1
  40. package/out/build-info/{600b66014edb701ee9dc6388b273946b.json → a289c37d0e0eae32bbc6d062caa9b525.json} +1 -1
  41. package/out/console.sol/console.json +1 -1
  42. package/out/safeconsole.sol/safeconsole.json +1 -1
  43. package/package.json +7 -7
  44. package/out/IERC20.sol/IERC20.abi.json +0 -224
  45. package/out/IERC20.sol/IERC20.abi.json.d.ts +0 -226
  46. package/out/IERC20.sol/IERC20.json +0 -1
  47. package/out/IERC721.sol/IERC721.abi.json +0 -287
  48. package/out/IERC721.sol/IERC721.abi.json.d.ts +0 -289
  49. package/out/IERC721.sol/IERC721.json +0 -1
  50. package/out/IERC721.sol/IERC721Enumerable.abi.json +0 -343
  51. package/out/IERC721.sol/IERC721Enumerable.abi.json.d.ts +0 -345
  52. package/out/IERC721.sol/IERC721Enumerable.json +0 -1
  53. package/out/IERC721.sol/IERC721Metadata.abi.json +0 -332
  54. package/out/IERC721.sol/IERC721Metadata.abi.json.d.ts +0 -334
  55. package/out/IERC721.sol/IERC721Metadata.json +0 -1
  56. package/out/IERC721.sol/IERC721TokenReceiver.abi.json +0 -36
  57. package/out/IERC721.sol/IERC721TokenReceiver.abi.json.d.ts +0 -38
  58. package/out/IERC721.sol/IERC721TokenReceiver.json +0 -1
  59. package/out/MockERC20.sol/MockERC20.abi.json +0 -322
  60. package/out/MockERC20.sol/MockERC20.abi.json.d.ts +0 -324
  61. package/out/MockERC20.sol/MockERC20.json +0 -1
  62. package/out/MockERC721.sol/MockERC721.abi.json +0 -350
  63. package/out/MockERC721.sol/MockERC721.abi.json.d.ts +0 -352
  64. package/out/MockERC721.sol/MockERC721.json +0 -1
  65. package/out/interfaces/IERC165.sol/IERC165.abi.json +0 -21
  66. package/out/interfaces/IERC165.sol/IERC165.abi.json.d.ts +0 -23
  67. package/out/interfaces/IERC165.sol/IERC165.json +0 -1
@@ -2660,6 +2660,164 @@ declare const abi: [
2660
2660
  "outputs": [],
2661
2661
  "stateMutability": "pure"
2662
2662
  },
2663
+ {
2664
+ "type": "function",
2665
+ "name": "assumeNoRevert",
2666
+ "inputs": [
2667
+ {
2668
+ "name": "potentialReverts",
2669
+ "type": "tuple[]",
2670
+ "internalType": "struct VmSafe.PotentialRevert[]",
2671
+ "components": [
2672
+ {
2673
+ "name": "reverter",
2674
+ "type": "address",
2675
+ "internalType": "address"
2676
+ },
2677
+ {
2678
+ "name": "partialMatch",
2679
+ "type": "bool",
2680
+ "internalType": "bool"
2681
+ },
2682
+ {
2683
+ "name": "revertData",
2684
+ "type": "bytes",
2685
+ "internalType": "bytes"
2686
+ }
2687
+ ]
2688
+ }
2689
+ ],
2690
+ "outputs": [],
2691
+ "stateMutability": "pure"
2692
+ },
2693
+ {
2694
+ "type": "function",
2695
+ "name": "assumeNoRevert",
2696
+ "inputs": [
2697
+ {
2698
+ "name": "potentialRevert",
2699
+ "type": "tuple",
2700
+ "internalType": "struct VmSafe.PotentialRevert",
2701
+ "components": [
2702
+ {
2703
+ "name": "reverter",
2704
+ "type": "address",
2705
+ "internalType": "address"
2706
+ },
2707
+ {
2708
+ "name": "partialMatch",
2709
+ "type": "bool",
2710
+ "internalType": "bool"
2711
+ },
2712
+ {
2713
+ "name": "revertData",
2714
+ "type": "bytes",
2715
+ "internalType": "bytes"
2716
+ }
2717
+ ]
2718
+ }
2719
+ ],
2720
+ "outputs": [],
2721
+ "stateMutability": "pure"
2722
+ },
2723
+ {
2724
+ "type": "function",
2725
+ "name": "attachBlob",
2726
+ "inputs": [
2727
+ {
2728
+ "name": "blob",
2729
+ "type": "bytes",
2730
+ "internalType": "bytes"
2731
+ }
2732
+ ],
2733
+ "outputs": [],
2734
+ "stateMutability": "nonpayable"
2735
+ },
2736
+ {
2737
+ "type": "function",
2738
+ "name": "attachDelegation",
2739
+ "inputs": [
2740
+ {
2741
+ "name": "signedDelegation",
2742
+ "type": "tuple",
2743
+ "internalType": "struct VmSafe.SignedDelegation",
2744
+ "components": [
2745
+ {
2746
+ "name": "v",
2747
+ "type": "uint8",
2748
+ "internalType": "uint8"
2749
+ },
2750
+ {
2751
+ "name": "r",
2752
+ "type": "bytes32",
2753
+ "internalType": "bytes32"
2754
+ },
2755
+ {
2756
+ "name": "s",
2757
+ "type": "bytes32",
2758
+ "internalType": "bytes32"
2759
+ },
2760
+ {
2761
+ "name": "nonce",
2762
+ "type": "uint64",
2763
+ "internalType": "uint64"
2764
+ },
2765
+ {
2766
+ "name": "implementation",
2767
+ "type": "address",
2768
+ "internalType": "address"
2769
+ }
2770
+ ]
2771
+ }
2772
+ ],
2773
+ "outputs": [],
2774
+ "stateMutability": "nonpayable"
2775
+ },
2776
+ {
2777
+ "type": "function",
2778
+ "name": "attachDelegation",
2779
+ "inputs": [
2780
+ {
2781
+ "name": "signedDelegation",
2782
+ "type": "tuple",
2783
+ "internalType": "struct VmSafe.SignedDelegation",
2784
+ "components": [
2785
+ {
2786
+ "name": "v",
2787
+ "type": "uint8",
2788
+ "internalType": "uint8"
2789
+ },
2790
+ {
2791
+ "name": "r",
2792
+ "type": "bytes32",
2793
+ "internalType": "bytes32"
2794
+ },
2795
+ {
2796
+ "name": "s",
2797
+ "type": "bytes32",
2798
+ "internalType": "bytes32"
2799
+ },
2800
+ {
2801
+ "name": "nonce",
2802
+ "type": "uint64",
2803
+ "internalType": "uint64"
2804
+ },
2805
+ {
2806
+ "name": "implementation",
2807
+ "type": "address",
2808
+ "internalType": "address"
2809
+ }
2810
+ ]
2811
+ },
2812
+ {
2813
+ "name": "crossChain",
2814
+ "type": "bool",
2815
+ "internalType": "bool"
2816
+ }
2817
+ ],
2818
+ "outputs": [],
2819
+ "stateMutability": "nonpayable"
2820
+ },
2663
2821
  {
2664
2822
  "type": "function",
2665
2823
  "name": "breakpoint",
@@ -2827,6 +2985,30 @@ declare const abi: [
2827
2985
  ],
2828
2986
  "stateMutability": "pure"
2829
2987
  },
2988
+ {
2989
+ "type": "function",
2990
+ "name": "contains",
2991
+ "inputs": [
2992
+ {
2993
+ "name": "subject",
2994
+ "type": "string",
2995
+ "internalType": "string"
2996
+ },
2997
+ {
2998
+ "name": "search",
2999
+ "type": "string",
3000
+ "internalType": "string"
3001
+ }
3002
+ ],
3003
+ "outputs": [
3004
+ {
3005
+ "name": "result",
3006
+ "type": "bool",
3007
+ "internalType": "bool"
3008
+ }
3009
+ ],
3010
+ "stateMutability": "nonpayable"
3011
+ },
2830
3012
  {
2831
3013
  "type": "function",
2832
3014
  "name": "copyFile",
@@ -3025,9 +3207,14 @@ declare const abi: [
3025
3207
  "internalType": "string"
3026
3208
  },
3027
3209
  {
3028
- "name": "constructorArgs",
3029
- "type": "bytes",
3030
- "internalType": "bytes"
3210
+ "name": "value",
3211
+ "type": "uint256",
3212
+ "internalType": "uint256"
3213
+ },
3214
+ {
3215
+ "name": "salt",
3216
+ "type": "bytes32",
3217
+ "internalType": "bytes32"
3031
3218
  }
3032
3219
  ],
3033
3220
  "outputs": [
@@ -3047,6 +3234,16 @@ declare const abi: [
3047
3234
  "name": "artifactPath",
3048
3235
  "type": "string",
3049
3236
  "internalType": "string"
3237
+ },
3238
+ {
3239
+ "name": "constructorArgs",
3240
+ "type": "bytes",
3241
+ "internalType": "bytes"
3242
+ },
3243
+ {
3244
+ "name": "salt",
3245
+ "type": "bytes32",
3246
+ "internalType": "bytes32"
3050
3247
  }
3051
3248
  ],
3052
3249
  "outputs": [
@@ -3060,357 +3257,392 @@ declare const abi: [
3060
3257
  },
3061
3258
  {
3062
3259
  "type": "function",
3063
- "name": "deriveKey",
3260
+ "name": "deployCode",
3064
3261
  "inputs": [
3065
3262
  {
3066
- "name": "mnemonic",
3067
- "type": "string",
3068
- "internalType": "string"
3069
- },
3070
- {
3071
- "name": "derivationPath",
3263
+ "name": "artifactPath",
3072
3264
  "type": "string",
3073
3265
  "internalType": "string"
3074
3266
  },
3075
3267
  {
3076
- "name": "index",
3077
- "type": "uint32",
3078
- "internalType": "uint32"
3079
- },
3080
- {
3081
- "name": "language",
3082
- "type": "string",
3083
- "internalType": "string"
3268
+ "name": "value",
3269
+ "type": "uint256",
3270
+ "internalType": "uint256"
3084
3271
  }
3085
3272
  ],
3086
3273
  "outputs": [
3087
3274
  {
3088
- "name": "privateKey",
3089
- "type": "uint256",
3090
- "internalType": "uint256"
3275
+ "name": "deployedAddress",
3276
+ "type": "address",
3277
+ "internalType": "address"
3091
3278
  }
3092
3279
  ],
3093
- "stateMutability": "pure"
3280
+ "stateMutability": "nonpayable"
3094
3281
  },
3095
3282
  {
3096
3283
  "type": "function",
3097
- "name": "deriveKey",
3284
+ "name": "deployCode",
3098
3285
  "inputs": [
3099
3286
  {
3100
- "name": "mnemonic",
3287
+ "name": "artifactPath",
3101
3288
  "type": "string",
3102
3289
  "internalType": "string"
3103
3290
  },
3104
3291
  {
3105
- "name": "index",
3106
- "type": "uint32",
3107
- "internalType": "uint32"
3108
- },
3109
- {
3110
- "name": "language",
3111
- "type": "string",
3112
- "internalType": "string"
3292
+ "name": "salt",
3293
+ "type": "bytes32",
3294
+ "internalType": "bytes32"
3113
3295
  }
3114
3296
  ],
3115
3297
  "outputs": [
3116
3298
  {
3117
- "name": "privateKey",
3118
- "type": "uint256",
3119
- "internalType": "uint256"
3299
+ "name": "deployedAddress",
3300
+ "type": "address",
3301
+ "internalType": "address"
3120
3302
  }
3121
3303
  ],
3122
- "stateMutability": "pure"
3304
+ "stateMutability": "nonpayable"
3123
3305
  },
3124
3306
  {
3125
3307
  "type": "function",
3126
- "name": "deriveKey",
3308
+ "name": "deployCode",
3127
3309
  "inputs": [
3128
3310
  {
3129
- "name": "mnemonic",
3311
+ "name": "artifactPath",
3130
3312
  "type": "string",
3131
3313
  "internalType": "string"
3132
3314
  },
3133
3315
  {
3134
- "name": "index",
3135
- "type": "uint32",
3136
- "internalType": "uint32"
3316
+ "name": "constructorArgs",
3317
+ "type": "bytes",
3318
+ "internalType": "bytes"
3137
3319
  }
3138
3320
  ],
3139
3321
  "outputs": [
3140
3322
  {
3141
- "name": "privateKey",
3142
- "type": "uint256",
3143
- "internalType": "uint256"
3323
+ "name": "deployedAddress",
3324
+ "type": "address",
3325
+ "internalType": "address"
3144
3326
  }
3145
3327
  ],
3146
- "stateMutability": "pure"
3328
+ "stateMutability": "nonpayable"
3147
3329
  },
3148
3330
  {
3149
3331
  "type": "function",
3150
- "name": "deriveKey",
3332
+ "name": "deployCode",
3151
3333
  "inputs": [
3152
3334
  {
3153
- "name": "mnemonic",
3335
+ "name": "artifactPath",
3154
3336
  "type": "string",
3155
3337
  "internalType": "string"
3156
3338
  },
3157
3339
  {
3158
- "name": "derivationPath",
3159
- "type": "string",
3160
- "internalType": "string"
3340
+ "name": "constructorArgs",
3341
+ "type": "bytes",
3342
+ "internalType": "bytes"
3161
3343
  },
3162
3344
  {
3163
- "name": "index",
3164
- "type": "uint32",
3165
- "internalType": "uint32"
3166
- }
3167
- ],
3168
- "outputs": [
3169
- {
3170
- "name": "privateKey",
3345
+ "name": "value",
3171
3346
  "type": "uint256",
3172
3347
  "internalType": "uint256"
3348
+ },
3349
+ {
3350
+ "name": "salt",
3351
+ "type": "bytes32",
3352
+ "internalType": "bytes32"
3173
3353
  }
3174
3354
  ],
3175
- "stateMutability": "pure"
3355
+ "outputs": [
3356
+ {
3357
+ "name": "deployedAddress",
3358
+ "type": "address",
3359
+ "internalType": "address"
3360
+ }
3361
+ ],
3362
+ "stateMutability": "nonpayable"
3176
3363
  },
3177
3364
  {
3178
3365
  "type": "function",
3179
- "name": "ensNamehash",
3366
+ "name": "deployCode",
3180
3367
  "inputs": [
3181
3368
  {
3182
- "name": "name",
3369
+ "name": "artifactPath",
3183
3370
  "type": "string",
3184
3371
  "internalType": "string"
3185
3372
  }
3186
3373
  ],
3187
3374
  "outputs": [
3188
3375
  {
3189
- "name": "",
3190
- "type": "bytes32",
3191
- "internalType": "bytes32"
3376
+ "name": "deployedAddress",
3377
+ "type": "address",
3378
+ "internalType": "address"
3192
3379
  }
3193
3380
  ],
3194
- "stateMutability": "pure"
3381
+ "stateMutability": "nonpayable"
3195
3382
  },
3196
3383
  {
3197
3384
  "type": "function",
3198
- "name": "envAddress",
3385
+ "name": "deployCode",
3199
3386
  "inputs": [
3200
3387
  {
3201
- "name": "name",
3388
+ "name": "artifactPath",
3202
3389
  "type": "string",
3203
3390
  "internalType": "string"
3391
+ },
3392
+ {
3393
+ "name": "constructorArgs",
3394
+ "type": "bytes",
3395
+ "internalType": "bytes"
3396
+ },
3397
+ {
3398
+ "name": "value",
3399
+ "type": "uint256",
3400
+ "internalType": "uint256"
3204
3401
  }
3205
3402
  ],
3206
3403
  "outputs": [
3207
3404
  {
3208
- "name": "value",
3405
+ "name": "deployedAddress",
3209
3406
  "type": "address",
3210
3407
  "internalType": "address"
3211
3408
  }
3212
3409
  ],
3213
- "stateMutability": "view"
3410
+ "stateMutability": "nonpayable"
3214
3411
  },
3215
3412
  {
3216
3413
  "type": "function",
3217
- "name": "envAddress",
3414
+ "name": "deriveKey",
3218
3415
  "inputs": [
3219
3416
  {
3220
- "name": "name",
3417
+ "name": "mnemonic",
3221
3418
  "type": "string",
3222
3419
  "internalType": "string"
3223
3420
  },
3224
3421
  {
3225
- "name": "delim",
3422
+ "name": "derivationPath",
3423
+ "type": "string",
3424
+ "internalType": "string"
3425
+ },
3426
+ {
3427
+ "name": "index",
3428
+ "type": "uint32",
3429
+ "internalType": "uint32"
3430
+ },
3431
+ {
3432
+ "name": "language",
3226
3433
  "type": "string",
3227
3434
  "internalType": "string"
3228
3435
  }
3229
3436
  ],
3230
3437
  "outputs": [
3231
3438
  {
3232
- "name": "value",
3233
- "type": "address[]",
3234
- "internalType": "address[]"
3439
+ "name": "privateKey",
3440
+ "type": "uint256",
3441
+ "internalType": "uint256"
3235
3442
  }
3236
3443
  ],
3237
- "stateMutability": "view"
3444
+ "stateMutability": "pure"
3238
3445
  },
3239
3446
  {
3240
3447
  "type": "function",
3241
- "name": "envBool",
3448
+ "name": "deriveKey",
3242
3449
  "inputs": [
3243
3450
  {
3244
- "name": "name",
3451
+ "name": "mnemonic",
3452
+ "type": "string",
3453
+ "internalType": "string"
3454
+ },
3455
+ {
3456
+ "name": "index",
3457
+ "type": "uint32",
3458
+ "internalType": "uint32"
3459
+ },
3460
+ {
3461
+ "name": "language",
3245
3462
  "type": "string",
3246
3463
  "internalType": "string"
3247
3464
  }
3248
3465
  ],
3249
3466
  "outputs": [
3250
3467
  {
3251
- "name": "value",
3252
- "type": "bool",
3253
- "internalType": "bool"
3468
+ "name": "privateKey",
3469
+ "type": "uint256",
3470
+ "internalType": "uint256"
3254
3471
  }
3255
3472
  ],
3256
- "stateMutability": "view"
3473
+ "stateMutability": "pure"
3257
3474
  },
3258
3475
  {
3259
3476
  "type": "function",
3260
- "name": "envBool",
3477
+ "name": "deriveKey",
3261
3478
  "inputs": [
3262
3479
  {
3263
- "name": "name",
3480
+ "name": "mnemonic",
3264
3481
  "type": "string",
3265
3482
  "internalType": "string"
3266
3483
  },
3267
3484
  {
3268
- "name": "delim",
3269
- "type": "string",
3270
- "internalType": "string"
3485
+ "name": "index",
3486
+ "type": "uint32",
3487
+ "internalType": "uint32"
3271
3488
  }
3272
3489
  ],
3273
3490
  "outputs": [
3274
3491
  {
3275
- "name": "value",
3276
- "type": "bool[]",
3277
- "internalType": "bool[]"
3492
+ "name": "privateKey",
3493
+ "type": "uint256",
3494
+ "internalType": "uint256"
3278
3495
  }
3279
3496
  ],
3280
- "stateMutability": "view"
3497
+ "stateMutability": "pure"
3281
3498
  },
3282
3499
  {
3283
3500
  "type": "function",
3284
- "name": "envBytes",
3501
+ "name": "deriveKey",
3285
3502
  "inputs": [
3286
3503
  {
3287
- "name": "name",
3504
+ "name": "mnemonic",
3505
+ "type": "string",
3506
+ "internalType": "string"
3507
+ },
3508
+ {
3509
+ "name": "derivationPath",
3288
3510
  "type": "string",
3289
3511
  "internalType": "string"
3512
+ },
3513
+ {
3514
+ "name": "index",
3515
+ "type": "uint32",
3516
+ "internalType": "uint32"
3290
3517
  }
3291
3518
  ],
3292
3519
  "outputs": [
3293
3520
  {
3294
- "name": "value",
3295
- "type": "bytes",
3296
- "internalType": "bytes"
3521
+ "name": "privateKey",
3522
+ "type": "uint256",
3523
+ "internalType": "uint256"
3297
3524
  }
3298
3525
  ],
3299
- "stateMutability": "view"
3526
+ "stateMutability": "pure"
3300
3527
  },
3301
3528
  {
3302
3529
  "type": "function",
3303
- "name": "envBytes",
3530
+ "name": "eip712HashStruct",
3304
3531
  "inputs": [
3305
3532
  {
3306
- "name": "name",
3533
+ "name": "bindingsPath",
3307
3534
  "type": "string",
3308
3535
  "internalType": "string"
3309
3536
  },
3310
3537
  {
3311
- "name": "delim",
3538
+ "name": "typeName",
3312
3539
  "type": "string",
3313
3540
  "internalType": "string"
3541
+ },
3542
+ {
3543
+ "name": "abiEncodedData",
3544
+ "type": "bytes",
3545
+ "internalType": "bytes"
3314
3546
  }
3315
3547
  ],
3316
3548
  "outputs": [
3317
3549
  {
3318
- "name": "value",
3319
- "type": "bytes[]",
3320
- "internalType": "bytes[]"
3550
+ "name": "typeHash",
3551
+ "type": "bytes32",
3552
+ "internalType": "bytes32"
3321
3553
  }
3322
3554
  ],
3323
- "stateMutability": "view"
3555
+ "stateMutability": "pure"
3324
3556
  },
3325
3557
  {
3326
3558
  "type": "function",
3327
- "name": "envBytes32",
3559
+ "name": "eip712HashStruct",
3328
3560
  "inputs": [
3329
3561
  {
3330
- "name": "name",
3562
+ "name": "typeNameOrDefinition",
3331
3563
  "type": "string",
3332
3564
  "internalType": "string"
3333
3565
  },
3334
3566
  {
3335
- "name": "delim",
3336
- "type": "string",
3337
- "internalType": "string"
3567
+ "name": "abiEncodedData",
3568
+ "type": "bytes",
3569
+ "internalType": "bytes"
3338
3570
  }
3339
3571
  ],
3340
3572
  "outputs": [
3341
3573
  {
3342
- "name": "value",
3343
- "type": "bytes32[]",
3344
- "internalType": "bytes32[]"
3574
+ "name": "typeHash",
3575
+ "type": "bytes32",
3576
+ "internalType": "bytes32"
3345
3577
  }
3346
3578
  ],
3347
- "stateMutability": "view"
3579
+ "stateMutability": "pure"
3348
3580
  },
3349
3581
  {
3350
3582
  "type": "function",
3351
- "name": "envBytes32",
3583
+ "name": "eip712HashType",
3352
3584
  "inputs": [
3353
3585
  {
3354
- "name": "name",
3586
+ "name": "bindingsPath",
3587
+ "type": "string",
3588
+ "internalType": "string"
3589
+ },
3590
+ {
3591
+ "name": "typeName",
3355
3592
  "type": "string",
3356
3593
  "internalType": "string"
3357
3594
  }
3358
3595
  ],
3359
3596
  "outputs": [
3360
3597
  {
3361
- "name": "value",
3598
+ "name": "typeHash",
3362
3599
  "type": "bytes32",
3363
3600
  "internalType": "bytes32"
3364
3601
  }
3365
3602
  ],
3366
- "stateMutability": "view"
3603
+ "stateMutability": "pure"
3367
3604
  },
3368
3605
  {
3369
3606
  "type": "function",
3370
- "name": "envExists",
3607
+ "name": "eip712HashType",
3371
3608
  "inputs": [
3372
3609
  {
3373
- "name": "name",
3610
+ "name": "typeNameOrDefinition",
3374
3611
  "type": "string",
3375
3612
  "internalType": "string"
3376
3613
  }
3377
3614
  ],
3378
3615
  "outputs": [
3379
3616
  {
3380
- "name": "result",
3381
- "type": "bool",
3382
- "internalType": "bool"
3617
+ "name": "typeHash",
3618
+ "type": "bytes32",
3619
+ "internalType": "bytes32"
3383
3620
  }
3384
3621
  ],
3385
- "stateMutability": "view"
3622
+ "stateMutability": "pure"
3386
3623
  },
3387
3624
  {
3388
3625
  "type": "function",
3389
- "name": "envInt",
3626
+ "name": "eip712HashTypedData",
3390
3627
  "inputs": [
3391
3628
  {
3392
- "name": "name",
3393
- "type": "string",
3394
- "internalType": "string"
3395
- },
3396
- {
3397
- "name": "delim",
3629
+ "name": "jsonData",
3398
3630
  "type": "string",
3399
3631
  "internalType": "string"
3400
3632
  }
3401
3633
  ],
3402
3634
  "outputs": [
3403
3635
  {
3404
- "name": "value",
3405
- "type": "int256[]",
3406
- "internalType": "int256[]"
3636
+ "name": "digest",
3637
+ "type": "bytes32",
3638
+ "internalType": "bytes32"
3407
3639
  }
3408
3640
  ],
3409
- "stateMutability": "view"
3641
+ "stateMutability": "pure"
3410
3642
  },
3411
3643
  {
3412
3644
  "type": "function",
3413
- "name": "envInt",
3645
+ "name": "ensNamehash",
3414
3646
  "inputs": [
3415
3647
  {
3416
3648
  "name": "name",
@@ -3420,45 +3652,35 @@ declare const abi: [
3420
3652
  ],
3421
3653
  "outputs": [
3422
3654
  {
3423
- "name": "value",
3424
- "type": "int256",
3425
- "internalType": "int256"
3655
+ "name": "",
3656
+ "type": "bytes32",
3657
+ "internalType": "bytes32"
3426
3658
  }
3427
3659
  ],
3428
- "stateMutability": "view"
3660
+ "stateMutability": "pure"
3429
3661
  },
3430
3662
  {
3431
3663
  "type": "function",
3432
- "name": "envOr",
3664
+ "name": "envAddress",
3433
3665
  "inputs": [
3434
3666
  {
3435
3667
  "name": "name",
3436
3668
  "type": "string",
3437
3669
  "internalType": "string"
3438
- },
3439
- {
3440
- "name": "delim",
3441
- "type": "string",
3442
- "internalType": "string"
3443
- },
3444
- {
3445
- "name": "defaultValue",
3446
- "type": "bytes32[]",
3447
- "internalType": "bytes32[]"
3448
3670
  }
3449
3671
  ],
3450
3672
  "outputs": [
3451
3673
  {
3452
3674
  "name": "value",
3453
- "type": "bytes32[]",
3454
- "internalType": "bytes32[]"
3675
+ "type": "address",
3676
+ "internalType": "address"
3455
3677
  }
3456
3678
  ],
3457
3679
  "stateMutability": "view"
3458
3680
  },
3459
3681
  {
3460
3682
  "type": "function",
3461
- "name": "envOr",
3683
+ "name": "envAddress",
3462
3684
  "inputs": [
3463
3685
  {
3464
3686
  "name": "name",
@@ -3469,35 +3691,25 @@ declare const abi: [
3469
3691
  "name": "delim",
3470
3692
  "type": "string",
3471
3693
  "internalType": "string"
3472
- },
3473
- {
3474
- "name": "defaultValue",
3475
- "type": "int256[]",
3476
- "internalType": "int256[]"
3477
3694
  }
3478
3695
  ],
3479
3696
  "outputs": [
3480
3697
  {
3481
3698
  "name": "value",
3482
- "type": "int256[]",
3483
- "internalType": "int256[]"
3699
+ "type": "address[]",
3700
+ "internalType": "address[]"
3484
3701
  }
3485
3702
  ],
3486
3703
  "stateMutability": "view"
3487
3704
  },
3488
3705
  {
3489
3706
  "type": "function",
3490
- "name": "envOr",
3707
+ "name": "envBool",
3491
3708
  "inputs": [
3492
3709
  {
3493
3710
  "name": "name",
3494
3711
  "type": "string",
3495
3712
  "internalType": "string"
3496
- },
3497
- {
3498
- "name": "defaultValue",
3499
- "type": "bool",
3500
- "internalType": "bool"
3501
3713
  }
3502
3714
  ],
3503
3715
  "outputs": [
@@ -3511,7 +3723,7 @@ declare const abi: [
3511
3723
  },
3512
3724
  {
3513
3725
  "type": "function",
3514
- "name": "envOr",
3726
+ "name": "envBool",
3515
3727
  "inputs": [
3516
3728
  {
3517
3729
  "name": "name",
@@ -3519,30 +3731,284 @@ declare const abi: [
3519
3731
  "internalType": "string"
3520
3732
  },
3521
3733
  {
3522
- "name": "defaultValue",
3523
- "type": "address",
3524
- "internalType": "address"
3734
+ "name": "delim",
3735
+ "type": "string",
3736
+ "internalType": "string"
3525
3737
  }
3526
3738
  ],
3527
3739
  "outputs": [
3528
3740
  {
3529
3741
  "name": "value",
3530
- "type": "address",
3531
- "internalType": "address"
3742
+ "type": "bool[]",
3743
+ "internalType": "bool[]"
3532
3744
  }
3533
3745
  ],
3534
3746
  "stateMutability": "view"
3535
3747
  },
3536
3748
  {
3537
3749
  "type": "function",
3538
- "name": "envOr",
3750
+ "name": "envBytes",
3539
3751
  "inputs": [
3540
3752
  {
3541
3753
  "name": "name",
3542
3754
  "type": "string",
3543
3755
  "internalType": "string"
3544
- },
3545
- {
3756
+ }
3757
+ ],
3758
+ "outputs": [
3759
+ {
3760
+ "name": "value",
3761
+ "type": "bytes",
3762
+ "internalType": "bytes"
3763
+ }
3764
+ ],
3765
+ "stateMutability": "view"
3766
+ },
3767
+ {
3768
+ "type": "function",
3769
+ "name": "envBytes",
3770
+ "inputs": [
3771
+ {
3772
+ "name": "name",
3773
+ "type": "string",
3774
+ "internalType": "string"
3775
+ },
3776
+ {
3777
+ "name": "delim",
3778
+ "type": "string",
3779
+ "internalType": "string"
3780
+ }
3781
+ ],
3782
+ "outputs": [
3783
+ {
3784
+ "name": "value",
3785
+ "type": "bytes[]",
3786
+ "internalType": "bytes[]"
3787
+ }
3788
+ ],
3789
+ "stateMutability": "view"
3790
+ },
3791
+ {
3792
+ "type": "function",
3793
+ "name": "envBytes32",
3794
+ "inputs": [
3795
+ {
3796
+ "name": "name",
3797
+ "type": "string",
3798
+ "internalType": "string"
3799
+ },
3800
+ {
3801
+ "name": "delim",
3802
+ "type": "string",
3803
+ "internalType": "string"
3804
+ }
3805
+ ],
3806
+ "outputs": [
3807
+ {
3808
+ "name": "value",
3809
+ "type": "bytes32[]",
3810
+ "internalType": "bytes32[]"
3811
+ }
3812
+ ],
3813
+ "stateMutability": "view"
3814
+ },
3815
+ {
3816
+ "type": "function",
3817
+ "name": "envBytes32",
3818
+ "inputs": [
3819
+ {
3820
+ "name": "name",
3821
+ "type": "string",
3822
+ "internalType": "string"
3823
+ }
3824
+ ],
3825
+ "outputs": [
3826
+ {
3827
+ "name": "value",
3828
+ "type": "bytes32",
3829
+ "internalType": "bytes32"
3830
+ }
3831
+ ],
3832
+ "stateMutability": "view"
3833
+ },
3834
+ {
3835
+ "type": "function",
3836
+ "name": "envExists",
3837
+ "inputs": [
3838
+ {
3839
+ "name": "name",
3840
+ "type": "string",
3841
+ "internalType": "string"
3842
+ }
3843
+ ],
3844
+ "outputs": [
3845
+ {
3846
+ "name": "result",
3847
+ "type": "bool",
3848
+ "internalType": "bool"
3849
+ }
3850
+ ],
3851
+ "stateMutability": "view"
3852
+ },
3853
+ {
3854
+ "type": "function",
3855
+ "name": "envInt",
3856
+ "inputs": [
3857
+ {
3858
+ "name": "name",
3859
+ "type": "string",
3860
+ "internalType": "string"
3861
+ },
3862
+ {
3863
+ "name": "delim",
3864
+ "type": "string",
3865
+ "internalType": "string"
3866
+ }
3867
+ ],
3868
+ "outputs": [
3869
+ {
3870
+ "name": "value",
3871
+ "type": "int256[]",
3872
+ "internalType": "int256[]"
3873
+ }
3874
+ ],
3875
+ "stateMutability": "view"
3876
+ },
3877
+ {
3878
+ "type": "function",
3879
+ "name": "envInt",
3880
+ "inputs": [
3881
+ {
3882
+ "name": "name",
3883
+ "type": "string",
3884
+ "internalType": "string"
3885
+ }
3886
+ ],
3887
+ "outputs": [
3888
+ {
3889
+ "name": "value",
3890
+ "type": "int256",
3891
+ "internalType": "int256"
3892
+ }
3893
+ ],
3894
+ "stateMutability": "view"
3895
+ },
3896
+ {
3897
+ "type": "function",
3898
+ "name": "envOr",
3899
+ "inputs": [
3900
+ {
3901
+ "name": "name",
3902
+ "type": "string",
3903
+ "internalType": "string"
3904
+ },
3905
+ {
3906
+ "name": "delim",
3907
+ "type": "string",
3908
+ "internalType": "string"
3909
+ },
3910
+ {
3911
+ "name": "defaultValue",
3912
+ "type": "bytes32[]",
3913
+ "internalType": "bytes32[]"
3914
+ }
3915
+ ],
3916
+ "outputs": [
3917
+ {
3918
+ "name": "value",
3919
+ "type": "bytes32[]",
3920
+ "internalType": "bytes32[]"
3921
+ }
3922
+ ],
3923
+ "stateMutability": "view"
3924
+ },
3925
+ {
3926
+ "type": "function",
3927
+ "name": "envOr",
3928
+ "inputs": [
3929
+ {
3930
+ "name": "name",
3931
+ "type": "string",
3932
+ "internalType": "string"
3933
+ },
3934
+ {
3935
+ "name": "delim",
3936
+ "type": "string",
3937
+ "internalType": "string"
3938
+ },
3939
+ {
3940
+ "name": "defaultValue",
3941
+ "type": "int256[]",
3942
+ "internalType": "int256[]"
3943
+ }
3944
+ ],
3945
+ "outputs": [
3946
+ {
3947
+ "name": "value",
3948
+ "type": "int256[]",
3949
+ "internalType": "int256[]"
3950
+ }
3951
+ ],
3952
+ "stateMutability": "view"
3953
+ },
3954
+ {
3955
+ "type": "function",
3956
+ "name": "envOr",
3957
+ "inputs": [
3958
+ {
3959
+ "name": "name",
3960
+ "type": "string",
3961
+ "internalType": "string"
3962
+ },
3963
+ {
3964
+ "name": "defaultValue",
3965
+ "type": "bool",
3966
+ "internalType": "bool"
3967
+ }
3968
+ ],
3969
+ "outputs": [
3970
+ {
3971
+ "name": "value",
3972
+ "type": "bool",
3973
+ "internalType": "bool"
3974
+ }
3975
+ ],
3976
+ "stateMutability": "view"
3977
+ },
3978
+ {
3979
+ "type": "function",
3980
+ "name": "envOr",
3981
+ "inputs": [
3982
+ {
3983
+ "name": "name",
3984
+ "type": "string",
3985
+ "internalType": "string"
3986
+ },
3987
+ {
3988
+ "name": "defaultValue",
3989
+ "type": "address",
3990
+ "internalType": "address"
3991
+ }
3992
+ ],
3993
+ "outputs": [
3994
+ {
3995
+ "name": "value",
3996
+ "type": "address",
3997
+ "internalType": "address"
3998
+ }
3999
+ ],
4000
+ "stateMutability": "view"
4001
+ },
4002
+ {
4003
+ "type": "function",
4004
+ "name": "envOr",
4005
+ "inputs": [
4006
+ {
4007
+ "name": "name",
4008
+ "type": "string",
4009
+ "internalType": "string"
4010
+ },
4011
+ {
3546
4012
  "name": "defaultValue",
3547
4013
  "type": "uint256",
3548
4014
  "internalType": "uint256"
@@ -3982,7 +4448,7 @@ declare const abi: [
3982
4448
  "internalType": "bool"
3983
4449
  }
3984
4450
  ],
3985
- "stateMutability": "nonpayable"
4451
+ "stateMutability": "view"
3986
4452
  },
3987
4453
  {
3988
4454
  "type": "function",
@@ -4003,6 +4469,44 @@ declare const abi: [
4003
4469
  ],
4004
4470
  "stateMutability": "nonpayable"
4005
4471
  },
4472
+ {
4473
+ "type": "function",
4474
+ "name": "foundryVersionAtLeast",
4475
+ "inputs": [
4476
+ {
4477
+ "name": "version",
4478
+ "type": "string",
4479
+ "internalType": "string"
4480
+ }
4481
+ ],
4482
+ "outputs": [
4483
+ {
4484
+ "name": "",
4485
+ "type": "bool",
4486
+ "internalType": "bool"
4487
+ }
4488
+ ],
4489
+ "stateMutability": "view"
4490
+ },
4491
+ {
4492
+ "type": "function",
4493
+ "name": "foundryVersionCmp",
4494
+ "inputs": [
4495
+ {
4496
+ "name": "version",
4497
+ "type": "string",
4498
+ "internalType": "string"
4499
+ }
4500
+ ],
4501
+ "outputs": [
4502
+ {
4503
+ "name": "",
4504
+ "type": "int256",
4505
+ "internalType": "int256"
4506
+ }
4507
+ ],
4508
+ "stateMutability": "view"
4509
+ },
4006
4510
  {
4007
4511
  "type": "function",
4008
4512
  "name": "fsMetadata",
@@ -4112,64 +4616,376 @@ declare const abi: [
4112
4616
  },
4113
4617
  {
4114
4618
  "type": "function",
4115
- "name": "getBlockNumber",
4116
- "inputs": [],
4619
+ "name": "getBlockNumber",
4620
+ "inputs": [],
4621
+ "outputs": [
4622
+ {
4623
+ "name": "height",
4624
+ "type": "uint256",
4625
+ "internalType": "uint256"
4626
+ }
4627
+ ],
4628
+ "stateMutability": "view"
4629
+ },
4630
+ {
4631
+ "type": "function",
4632
+ "name": "getBlockTimestamp",
4633
+ "inputs": [],
4634
+ "outputs": [
4635
+ {
4636
+ "name": "timestamp",
4637
+ "type": "uint256",
4638
+ "internalType": "uint256"
4639
+ }
4640
+ ],
4641
+ "stateMutability": "view"
4642
+ },
4643
+ {
4644
+ "type": "function",
4645
+ "name": "getBroadcast",
4646
+ "inputs": [
4647
+ {
4648
+ "name": "contractName",
4649
+ "type": "string",
4650
+ "internalType": "string"
4651
+ },
4652
+ {
4653
+ "name": "chainId",
4654
+ "type": "uint64",
4655
+ "internalType": "uint64"
4656
+ },
4657
+ {
4658
+ "name": "txType",
4659
+ "type": "uint8",
4660
+ "internalType": "enum VmSafe.BroadcastTxType"
4661
+ }
4662
+ ],
4663
+ "outputs": [
4664
+ {
4665
+ "name": "",
4666
+ "type": "tuple",
4667
+ "internalType": "struct VmSafe.BroadcastTxSummary",
4668
+ "components": [
4669
+ {
4670
+ "name": "txHash",
4671
+ "type": "bytes32",
4672
+ "internalType": "bytes32"
4673
+ },
4674
+ {
4675
+ "name": "txType",
4676
+ "type": "uint8",
4677
+ "internalType": "enum VmSafe.BroadcastTxType"
4678
+ },
4679
+ {
4680
+ "name": "contractAddress",
4681
+ "type": "address",
4682
+ "internalType": "address"
4683
+ },
4684
+ {
4685
+ "name": "blockNumber",
4686
+ "type": "uint64",
4687
+ "internalType": "uint64"
4688
+ },
4689
+ {
4690
+ "name": "success",
4691
+ "type": "bool",
4692
+ "internalType": "bool"
4693
+ }
4694
+ ]
4695
+ }
4696
+ ],
4697
+ "stateMutability": "view"
4698
+ },
4699
+ {
4700
+ "type": "function",
4701
+ "name": "getBroadcasts",
4702
+ "inputs": [
4703
+ {
4704
+ "name": "contractName",
4705
+ "type": "string",
4706
+ "internalType": "string"
4707
+ },
4708
+ {
4709
+ "name": "chainId",
4710
+ "type": "uint64",
4711
+ "internalType": "uint64"
4712
+ }
4713
+ ],
4714
+ "outputs": [
4715
+ {
4716
+ "name": "",
4717
+ "type": "tuple[]",
4718
+ "internalType": "struct VmSafe.BroadcastTxSummary[]",
4719
+ "components": [
4720
+ {
4721
+ "name": "txHash",
4722
+ "type": "bytes32",
4723
+ "internalType": "bytes32"
4724
+ },
4725
+ {
4726
+ "name": "txType",
4727
+ "type": "uint8",
4728
+ "internalType": "enum VmSafe.BroadcastTxType"
4729
+ },
4730
+ {
4731
+ "name": "contractAddress",
4732
+ "type": "address",
4733
+ "internalType": "address"
4734
+ },
4735
+ {
4736
+ "name": "blockNumber",
4737
+ "type": "uint64",
4738
+ "internalType": "uint64"
4739
+ },
4740
+ {
4741
+ "name": "success",
4742
+ "type": "bool",
4743
+ "internalType": "bool"
4744
+ }
4745
+ ]
4746
+ }
4747
+ ],
4748
+ "stateMutability": "view"
4749
+ },
4750
+ {
4751
+ "type": "function",
4752
+ "name": "getBroadcasts",
4753
+ "inputs": [
4754
+ {
4755
+ "name": "contractName",
4756
+ "type": "string",
4757
+ "internalType": "string"
4758
+ },
4759
+ {
4760
+ "name": "chainId",
4761
+ "type": "uint64",
4762
+ "internalType": "uint64"
4763
+ },
4764
+ {
4765
+ "name": "txType",
4766
+ "type": "uint8",
4767
+ "internalType": "enum VmSafe.BroadcastTxType"
4768
+ }
4769
+ ],
4770
+ "outputs": [
4771
+ {
4772
+ "name": "",
4773
+ "type": "tuple[]",
4774
+ "internalType": "struct VmSafe.BroadcastTxSummary[]",
4775
+ "components": [
4776
+ {
4777
+ "name": "txHash",
4778
+ "type": "bytes32",
4779
+ "internalType": "bytes32"
4780
+ },
4781
+ {
4782
+ "name": "txType",
4783
+ "type": "uint8",
4784
+ "internalType": "enum VmSafe.BroadcastTxType"
4785
+ },
4786
+ {
4787
+ "name": "contractAddress",
4788
+ "type": "address",
4789
+ "internalType": "address"
4790
+ },
4791
+ {
4792
+ "name": "blockNumber",
4793
+ "type": "uint64",
4794
+ "internalType": "uint64"
4795
+ },
4796
+ {
4797
+ "name": "success",
4798
+ "type": "bool",
4799
+ "internalType": "bool"
4800
+ }
4801
+ ]
4802
+ }
4803
+ ],
4804
+ "stateMutability": "view"
4805
+ },
4806
+ {
4807
+ "type": "function",
4808
+ "name": "getChain",
4809
+ "inputs": [
4810
+ {
4811
+ "name": "chainAlias",
4812
+ "type": "string",
4813
+ "internalType": "string"
4814
+ }
4815
+ ],
4816
+ "outputs": [
4817
+ {
4818
+ "name": "chain",
4819
+ "type": "tuple",
4820
+ "internalType": "struct VmSafe.Chain",
4821
+ "components": [
4822
+ {
4823
+ "name": "name",
4824
+ "type": "string",
4825
+ "internalType": "string"
4826
+ },
4827
+ {
4828
+ "name": "chainId",
4829
+ "type": "uint256",
4830
+ "internalType": "uint256"
4831
+ },
4832
+ {
4833
+ "name": "chainAlias",
4834
+ "type": "string",
4835
+ "internalType": "string"
4836
+ },
4837
+ {
4838
+ "name": "rpcUrl",
4839
+ "type": "string",
4840
+ "internalType": "string"
4841
+ }
4842
+ ]
4843
+ }
4844
+ ],
4845
+ "stateMutability": "view"
4846
+ },
4847
+ {
4848
+ "type": "function",
4849
+ "name": "getChain",
4850
+ "inputs": [
4851
+ {
4852
+ "name": "chainId",
4853
+ "type": "uint256",
4854
+ "internalType": "uint256"
4855
+ }
4856
+ ],
4857
+ "outputs": [
4858
+ {
4859
+ "name": "chain",
4860
+ "type": "tuple",
4861
+ "internalType": "struct VmSafe.Chain",
4862
+ "components": [
4863
+ {
4864
+ "name": "name",
4865
+ "type": "string",
4866
+ "internalType": "string"
4867
+ },
4868
+ {
4869
+ "name": "chainId",
4870
+ "type": "uint256",
4871
+ "internalType": "uint256"
4872
+ },
4873
+ {
4874
+ "name": "chainAlias",
4875
+ "type": "string",
4876
+ "internalType": "string"
4877
+ },
4878
+ {
4879
+ "name": "rpcUrl",
4880
+ "type": "string",
4881
+ "internalType": "string"
4882
+ }
4883
+ ]
4884
+ }
4885
+ ],
4886
+ "stateMutability": "view"
4887
+ },
4888
+ {
4889
+ "type": "function",
4890
+ "name": "getCode",
4891
+ "inputs": [
4892
+ {
4893
+ "name": "artifactPath",
4894
+ "type": "string",
4895
+ "internalType": "string"
4896
+ }
4897
+ ],
4898
+ "outputs": [
4899
+ {
4900
+ "name": "creationBytecode",
4901
+ "type": "bytes",
4902
+ "internalType": "bytes"
4903
+ }
4904
+ ],
4905
+ "stateMutability": "view"
4906
+ },
4907
+ {
4908
+ "type": "function",
4909
+ "name": "getDeployedCode",
4910
+ "inputs": [
4911
+ {
4912
+ "name": "artifactPath",
4913
+ "type": "string",
4914
+ "internalType": "string"
4915
+ }
4916
+ ],
4117
4917
  "outputs": [
4118
4918
  {
4119
- "name": "height",
4120
- "type": "uint256",
4121
- "internalType": "uint256"
4919
+ "name": "runtimeBytecode",
4920
+ "type": "bytes",
4921
+ "internalType": "bytes"
4122
4922
  }
4123
4923
  ],
4124
4924
  "stateMutability": "view"
4125
4925
  },
4126
4926
  {
4127
4927
  "type": "function",
4128
- "name": "getBlockTimestamp",
4129
- "inputs": [],
4928
+ "name": "getDeployment",
4929
+ "inputs": [
4930
+ {
4931
+ "name": "contractName",
4932
+ "type": "string",
4933
+ "internalType": "string"
4934
+ },
4935
+ {
4936
+ "name": "chainId",
4937
+ "type": "uint64",
4938
+ "internalType": "uint64"
4939
+ }
4940
+ ],
4130
4941
  "outputs": [
4131
4942
  {
4132
- "name": "timestamp",
4133
- "type": "uint256",
4134
- "internalType": "uint256"
4943
+ "name": "deployedAddress",
4944
+ "type": "address",
4945
+ "internalType": "address"
4135
4946
  }
4136
4947
  ],
4137
4948
  "stateMutability": "view"
4138
4949
  },
4139
4950
  {
4140
4951
  "type": "function",
4141
- "name": "getCode",
4952
+ "name": "getDeployment",
4142
4953
  "inputs": [
4143
4954
  {
4144
- "name": "artifactPath",
4955
+ "name": "contractName",
4145
4956
  "type": "string",
4146
4957
  "internalType": "string"
4147
4958
  }
4148
4959
  ],
4149
4960
  "outputs": [
4150
4961
  {
4151
- "name": "creationBytecode",
4152
- "type": "bytes",
4153
- "internalType": "bytes"
4962
+ "name": "deployedAddress",
4963
+ "type": "address",
4964
+ "internalType": "address"
4154
4965
  }
4155
4966
  ],
4156
4967
  "stateMutability": "view"
4157
4968
  },
4158
4969
  {
4159
4970
  "type": "function",
4160
- "name": "getDeployedCode",
4971
+ "name": "getDeployments",
4161
4972
  "inputs": [
4162
4973
  {
4163
- "name": "artifactPath",
4974
+ "name": "contractName",
4164
4975
  "type": "string",
4165
4976
  "internalType": "string"
4977
+ },
4978
+ {
4979
+ "name": "chainId",
4980
+ "type": "uint64",
4981
+ "internalType": "uint64"
4166
4982
  }
4167
4983
  ],
4168
4984
  "outputs": [
4169
4985
  {
4170
- "name": "runtimeBytecode",
4171
- "type": "bytes",
4172
- "internalType": "bytes"
4986
+ "name": "deployedAddresses",
4987
+ "type": "address[]",
4988
+ "internalType": "address[]"
4173
4989
  }
4174
4990
  ],
4175
4991
  "stateMutability": "view"
@@ -4385,16 +5201,29 @@ declare const abi: [
4385
5201
  },
4386
5202
  {
4387
5203
  "type": "function",
4388
- "name": "getScriptWallets",
5204
+ "name": "getStateDiff",
4389
5205
  "inputs": [],
4390
5206
  "outputs": [
4391
5207
  {
4392
- "name": "wallets",
4393
- "type": "address[]",
4394
- "internalType": "address[]"
5208
+ "name": "diff",
5209
+ "type": "string",
5210
+ "internalType": "string"
4395
5211
  }
4396
5212
  ],
4397
- "stateMutability": "nonpayable"
5213
+ "stateMutability": "view"
5214
+ },
5215
+ {
5216
+ "type": "function",
5217
+ "name": "getStateDiffJson",
5218
+ "inputs": [],
5219
+ "outputs": [
5220
+ {
5221
+ "name": "diff",
5222
+ "type": "string",
5223
+ "internalType": "string"
5224
+ }
5225
+ ],
5226
+ "stateMutability": "view"
4398
5227
  },
4399
5228
  {
4400
5229
  "type": "function",
@@ -4469,7 +5298,7 @@ declare const abi: [
4469
5298
  "internalType": "bool"
4470
5299
  }
4471
5300
  ],
4472
- "stateMutability": "nonpayable"
5301
+ "stateMutability": "view"
4473
5302
  },
4474
5303
  {
4475
5304
  "type": "function",
@@ -4488,7 +5317,7 @@ declare const abi: [
4488
5317
  "internalType": "bool"
4489
5318
  }
4490
5319
  ],
4491
- "stateMutability": "nonpayable"
5320
+ "stateMutability": "view"
4492
5321
  },
4493
5322
  {
4494
5323
  "type": "function",
@@ -7066,6 +7895,24 @@ declare const abi: [
7066
7895
  ],
7067
7896
  "stateMutability": "nonpayable"
7068
7897
  },
7898
+ {
7899
+ "type": "function",
7900
+ "name": "setArbitraryStorage",
7901
+ "inputs": [
7902
+ {
7903
+ "name": "target",
7904
+ "type": "address",
7905
+ "internalType": "address"
7906
+ },
7907
+ {
7908
+ "name": "overwrite",
7909
+ "type": "bool",
7910
+ "internalType": "bool"
7911
+ }
7912
+ ],
7913
+ "outputs": [],
7914
+ "stateMutability": "nonpayable"
7915
+ },
7069
7916
  {
7070
7917
  "type": "function",
7071
7918
  "name": "setArbitraryStorage",
@@ -7097,6 +7944,25 @@ declare const abi: [
7097
7944
  "outputs": [],
7098
7945
  "stateMutability": "nonpayable"
7099
7946
  },
7947
+ {
7948
+ "type": "function",
7949
+ "name": "shuffle",
7950
+ "inputs": [
7951
+ {
7952
+ "name": "array",
7953
+ "type": "uint256[]",
7954
+ "internalType": "uint256[]"
7955
+ }
7956
+ ],
7957
+ "outputs": [
7958
+ {
7959
+ "name": "",
7960
+ "type": "uint256[]",
7961
+ "internalType": "uint256[]"
7962
+ }
7963
+ ],
7964
+ "stateMutability": "nonpayable"
7965
+ },
7100
7966
  {
7101
7967
  "type": "function",
7102
7968
  "name": "sign",
@@ -7165,90 +8031,253 @@ declare const abi: [
7165
8031
  "name": "sign",
7166
8032
  "inputs": [
7167
8033
  {
7168
- "name": "wallet",
8034
+ "name": "wallet",
8035
+ "type": "tuple",
8036
+ "internalType": "struct VmSafe.Wallet",
8037
+ "components": [
8038
+ {
8039
+ "name": "addr",
8040
+ "type": "address",
8041
+ "internalType": "address"
8042
+ },
8043
+ {
8044
+ "name": "publicKeyX",
8045
+ "type": "uint256",
8046
+ "internalType": "uint256"
8047
+ },
8048
+ {
8049
+ "name": "publicKeyY",
8050
+ "type": "uint256",
8051
+ "internalType": "uint256"
8052
+ },
8053
+ {
8054
+ "name": "privateKey",
8055
+ "type": "uint256",
8056
+ "internalType": "uint256"
8057
+ }
8058
+ ]
8059
+ },
8060
+ {
8061
+ "name": "digest",
8062
+ "type": "bytes32",
8063
+ "internalType": "bytes32"
8064
+ }
8065
+ ],
8066
+ "outputs": [
8067
+ {
8068
+ "name": "v",
8069
+ "type": "uint8",
8070
+ "internalType": "uint8"
8071
+ },
8072
+ {
8073
+ "name": "r",
8074
+ "type": "bytes32",
8075
+ "internalType": "bytes32"
8076
+ },
8077
+ {
8078
+ "name": "s",
8079
+ "type": "bytes32",
8080
+ "internalType": "bytes32"
8081
+ }
8082
+ ],
8083
+ "stateMutability": "nonpayable"
8084
+ },
8085
+ {
8086
+ "type": "function",
8087
+ "name": "sign",
8088
+ "inputs": [
8089
+ {
8090
+ "name": "privateKey",
8091
+ "type": "uint256",
8092
+ "internalType": "uint256"
8093
+ },
8094
+ {
8095
+ "name": "digest",
8096
+ "type": "bytes32",
8097
+ "internalType": "bytes32"
8098
+ }
8099
+ ],
8100
+ "outputs": [
8101
+ {
8102
+ "name": "v",
8103
+ "type": "uint8",
8104
+ "internalType": "uint8"
8105
+ },
8106
+ {
8107
+ "name": "r",
8108
+ "type": "bytes32",
8109
+ "internalType": "bytes32"
8110
+ },
8111
+ {
8112
+ "name": "s",
8113
+ "type": "bytes32",
8114
+ "internalType": "bytes32"
8115
+ }
8116
+ ],
8117
+ "stateMutability": "pure"
8118
+ },
8119
+ {
8120
+ "type": "function",
8121
+ "name": "signAndAttachDelegation",
8122
+ "inputs": [
8123
+ {
8124
+ "name": "implementation",
8125
+ "type": "address",
8126
+ "internalType": "address"
8127
+ },
8128
+ {
8129
+ "name": "privateKey",
8130
+ "type": "uint256",
8131
+ "internalType": "uint256"
8132
+ }
8133
+ ],
8134
+ "outputs": [
8135
+ {
8136
+ "name": "signedDelegation",
8137
+ "type": "tuple",
8138
+ "internalType": "struct VmSafe.SignedDelegation",
8139
+ "components": [
8140
+ {
8141
+ "name": "v",
8142
+ "type": "uint8",
8143
+ "internalType": "uint8"
8144
+ },
8145
+ {
8146
+ "name": "r",
8147
+ "type": "bytes32",
8148
+ "internalType": "bytes32"
8149
+ },
8150
+ {
8151
+ "name": "s",
8152
+ "type": "bytes32",
8153
+ "internalType": "bytes32"
8154
+ },
8155
+ {
8156
+ "name": "nonce",
8157
+ "type": "uint64",
8158
+ "internalType": "uint64"
8159
+ },
8160
+ {
8161
+ "name": "implementation",
8162
+ "type": "address",
8163
+ "internalType": "address"
8164
+ }
8165
+ ]
8166
+ }
8167
+ ],
8168
+ "stateMutability": "nonpayable"
8169
+ },
8170
+ {
8171
+ "type": "function",
8172
+ "name": "signAndAttachDelegation",
8173
+ "inputs": [
8174
+ {
8175
+ "name": "implementation",
8176
+ "type": "address",
8177
+ "internalType": "address"
8178
+ },
8179
+ {
8180
+ "name": "privateKey",
8181
+ "type": "uint256",
8182
+ "internalType": "uint256"
8183
+ },
8184
+ {
8185
+ "name": "nonce",
8186
+ "type": "uint64",
8187
+ "internalType": "uint64"
8188
+ }
8189
+ ],
8190
+ "outputs": [
8191
+ {
8192
+ "name": "signedDelegation",
7169
8193
  "type": "tuple",
7170
- "internalType": "struct VmSafe.Wallet",
8194
+ "internalType": "struct VmSafe.SignedDelegation",
7171
8195
  "components": [
7172
8196
  {
7173
- "name": "addr",
7174
- "type": "address",
7175
- "internalType": "address"
8197
+ "name": "v",
8198
+ "type": "uint8",
8199
+ "internalType": "uint8"
7176
8200
  },
7177
8201
  {
7178
- "name": "publicKeyX",
7179
- "type": "uint256",
7180
- "internalType": "uint256"
8202
+ "name": "r",
8203
+ "type": "bytes32",
8204
+ "internalType": "bytes32"
7181
8205
  },
7182
8206
  {
7183
- "name": "publicKeyY",
7184
- "type": "uint256",
7185
- "internalType": "uint256"
8207
+ "name": "s",
8208
+ "type": "bytes32",
8209
+ "internalType": "bytes32"
7186
8210
  },
7187
8211
  {
7188
- "name": "privateKey",
7189
- "type": "uint256",
7190
- "internalType": "uint256"
8212
+ "name": "nonce",
8213
+ "type": "uint64",
8214
+ "internalType": "uint64"
8215
+ },
8216
+ {
8217
+ "name": "implementation",
8218
+ "type": "address",
8219
+ "internalType": "address"
7191
8220
  }
7192
8221
  ]
7193
- },
7194
- {
7195
- "name": "digest",
7196
- "type": "bytes32",
7197
- "internalType": "bytes32"
7198
- }
7199
- ],
7200
- "outputs": [
7201
- {
7202
- "name": "v",
7203
- "type": "uint8",
7204
- "internalType": "uint8"
7205
- },
7206
- {
7207
- "name": "r",
7208
- "type": "bytes32",
7209
- "internalType": "bytes32"
7210
- },
7211
- {
7212
- "name": "s",
7213
- "type": "bytes32",
7214
- "internalType": "bytes32"
7215
8222
  }
7216
8223
  ],
7217
8224
  "stateMutability": "nonpayable"
7218
8225
  },
7219
8226
  {
7220
8227
  "type": "function",
7221
- "name": "sign",
8228
+ "name": "signAndAttachDelegation",
7222
8229
  "inputs": [
8230
+ {
8231
+ "name": "implementation",
8232
+ "type": "address",
8233
+ "internalType": "address"
8234
+ },
7223
8235
  {
7224
8236
  "name": "privateKey",
7225
8237
  "type": "uint256",
7226
8238
  "internalType": "uint256"
7227
8239
  },
7228
8240
  {
7229
- "name": "digest",
7230
- "type": "bytes32",
7231
- "internalType": "bytes32"
8241
+ "name": "crossChain",
8242
+ "type": "bool",
8243
+ "internalType": "bool"
7232
8244
  }
7233
8245
  ],
7234
8246
  "outputs": [
7235
8247
  {
7236
- "name": "v",
7237
- "type": "uint8",
7238
- "internalType": "uint8"
7239
- },
7240
- {
7241
- "name": "r",
7242
- "type": "bytes32",
7243
- "internalType": "bytes32"
7244
- },
7245
- {
7246
- "name": "s",
7247
- "type": "bytes32",
7248
- "internalType": "bytes32"
8248
+ "name": "signedDelegation",
8249
+ "type": "tuple",
8250
+ "internalType": "struct VmSafe.SignedDelegation",
8251
+ "components": [
8252
+ {
8253
+ "name": "v",
8254
+ "type": "uint8",
8255
+ "internalType": "uint8"
8256
+ },
8257
+ {
8258
+ "name": "r",
8259
+ "type": "bytes32",
8260
+ "internalType": "bytes32"
8261
+ },
8262
+ {
8263
+ "name": "s",
8264
+ "type": "bytes32",
8265
+ "internalType": "bytes32"
8266
+ },
8267
+ {
8268
+ "name": "nonce",
8269
+ "type": "uint64",
8270
+ "internalType": "uint64"
8271
+ },
8272
+ {
8273
+ "name": "implementation",
8274
+ "type": "address",
8275
+ "internalType": "address"
8276
+ }
8277
+ ]
7249
8278
  }
7250
8279
  ],
7251
- "stateMutability": "pure"
8280
+ "stateMutability": "nonpayable"
7252
8281
  },
7253
8282
  {
7254
8283
  "type": "function",
@@ -7383,6 +8412,169 @@ declare const abi: [
7383
8412
  ],
7384
8413
  "stateMutability": "pure"
7385
8414
  },
8415
+ {
8416
+ "type": "function",
8417
+ "name": "signDelegation",
8418
+ "inputs": [
8419
+ {
8420
+ "name": "implementation",
8421
+ "type": "address",
8422
+ "internalType": "address"
8423
+ },
8424
+ {
8425
+ "name": "privateKey",
8426
+ "type": "uint256",
8427
+ "internalType": "uint256"
8428
+ }
8429
+ ],
8430
+ "outputs": [
8431
+ {
8432
+ "name": "signedDelegation",
8433
+ "type": "tuple",
8434
+ "internalType": "struct VmSafe.SignedDelegation",
8435
+ "components": [
8436
+ {
8437
+ "name": "v",
8438
+ "type": "uint8",
8439
+ "internalType": "uint8"
8440
+ },
8441
+ {
8442
+ "name": "r",
8443
+ "type": "bytes32",
8444
+ "internalType": "bytes32"
8445
+ },
8446
+ {
8447
+ "name": "s",
8448
+ "type": "bytes32",
8449
+ "internalType": "bytes32"
8450
+ },
8451
+ {
8452
+ "name": "nonce",
8453
+ "type": "uint64",
8454
+ "internalType": "uint64"
8455
+ },
8456
+ {
8457
+ "name": "implementation",
8458
+ "type": "address",
8459
+ "internalType": "address"
8460
+ }
8461
+ ]
8462
+ }
8463
+ ],
8464
+ "stateMutability": "nonpayable"
8465
+ },
8466
+ {
8467
+ "type": "function",
8468
+ "name": "signDelegation",
8469
+ "inputs": [
8470
+ {
8471
+ "name": "implementation",
8472
+ "type": "address",
8473
+ "internalType": "address"
8474
+ },
8475
+ {
8476
+ "name": "privateKey",
8477
+ "type": "uint256",
8478
+ "internalType": "uint256"
8479
+ },
8480
+ {
8481
+ "name": "crossChain",
8482
+ "type": "bool",
8483
+ "internalType": "bool"
8484
+ }
8485
+ ],
8486
+ "outputs": [
8487
+ {
8488
+ "name": "signedDelegation",
8489
+ "type": "tuple",
8490
+ "internalType": "struct VmSafe.SignedDelegation",
8491
+ "components": [
8492
+ {
8493
+ "name": "v",
8494
+ "type": "uint8",
8495
+ "internalType": "uint8"
8496
+ },
8497
+ {
8498
+ "name": "r",
8499
+ "type": "bytes32",
8500
+ "internalType": "bytes32"
8501
+ },
8502
+ {
8503
+ "name": "s",
8504
+ "type": "bytes32",
8505
+ "internalType": "bytes32"
8506
+ },
8507
+ {
8508
+ "name": "nonce",
8509
+ "type": "uint64",
8510
+ "internalType": "uint64"
8511
+ },
8512
+ {
8513
+ "name": "implementation",
8514
+ "type": "address",
8515
+ "internalType": "address"
8516
+ }
8517
+ ]
8518
+ }
8519
+ ],
8520
+ "stateMutability": "nonpayable"
8521
+ },
8522
+ {
8523
+ "type": "function",
8524
+ "name": "signDelegation",
8525
+ "inputs": [
8526
+ {
8527
+ "name": "implementation",
8528
+ "type": "address",
8529
+ "internalType": "address"
8530
+ },
8531
+ {
8532
+ "name": "privateKey",
8533
+ "type": "uint256",
8534
+ "internalType": "uint256"
8535
+ },
8536
+ {
8537
+ "name": "nonce",
8538
+ "type": "uint64",
8539
+ "internalType": "uint64"
8540
+ }
8541
+ ],
8542
+ "outputs": [
8543
+ {
8544
+ "name": "signedDelegation",
8545
+ "type": "tuple",
8546
+ "internalType": "struct VmSafe.SignedDelegation",
8547
+ "components": [
8548
+ {
8549
+ "name": "v",
8550
+ "type": "uint8",
8551
+ "internalType": "uint8"
8552
+ },
8553
+ {
8554
+ "name": "r",
8555
+ "type": "bytes32",
8556
+ "internalType": "bytes32"
8557
+ },
8558
+ {
8559
+ "name": "s",
8560
+ "type": "bytes32",
8561
+ "internalType": "bytes32"
8562
+ },
8563
+ {
8564
+ "name": "nonce",
8565
+ "type": "uint64",
8566
+ "internalType": "uint64"
8567
+ },
8568
+ {
8569
+ "name": "implementation",
8570
+ "type": "address",
8571
+ "internalType": "address"
8572
+ }
8573
+ ]
8574
+ }
8575
+ ],
8576
+ "stateMutability": "nonpayable"
8577
+ },
7386
8578
  {
7387
8579
  "type": "function",
7388
8580
  "name": "signP256",
@@ -7425,6 +8617,25 @@ declare const abi: [
7425
8617
  "outputs": [],
7426
8618
  "stateMutability": "nonpayable"
7427
8619
  },
8620
+ {
8621
+ "type": "function",
8622
+ "name": "sort",
8623
+ "inputs": [
8624
+ {
8625
+ "name": "array",
8626
+ "type": "uint256[]",
8627
+ "internalType": "uint256[]"
8628
+ }
8629
+ ],
8630
+ "outputs": [
8631
+ {
8632
+ "name": "",
8633
+ "type": "uint256[]",
8634
+ "internalType": "uint256[]"
8635
+ }
8636
+ ],
8637
+ "stateMutability": "nonpayable"
8638
+ },
7428
8639
  {
7429
8640
  "type": "function",
7430
8641
  "name": "split",
@@ -7686,6 +8897,13 @@ declare const abi: [
7686
8897
  "outputs": [],
7687
8898
  "stateMutability": "nonpayable"
7688
8899
  },
8900
+ {
8901
+ "type": "function",
8902
+ "name": "stopRecord",
8903
+ "inputs": [],
8904
+ "outputs": [],
8905
+ "stateMutability": "nonpayable"
8906
+ },
7689
8907
  {
7690
8908
  "type": "function",
7691
8909
  "name": "toBase64",
@@ -7980,7 +9198,7 @@ declare const abi: [
7980
9198
  "internalType": "uint256"
7981
9199
  }
7982
9200
  ],
7983
- "stateMutability": "nonpayable"
9201
+ "stateMutability": "view"
7984
9202
  },
7985
9203
  {
7986
9204
  "type": "function",