clanker-sdk 4.1.11 → 4.1.13

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.
@@ -2761,6 +2761,860 @@ declare const CLANKERS: {
2761
2761
  vault: "0x42A95190B4088C88Dd904d930c79deC1158bF09D";
2762
2762
  };
2763
2763
  };
2764
+ readonly clanker_v3_1_monadTestnet: {
2765
+ readonly abi: readonly [{
2766
+ readonly inputs: readonly [{
2767
+ readonly internalType: "address";
2768
+ readonly name: "owner_";
2769
+ readonly type: "address";
2770
+ }];
2771
+ readonly stateMutability: "nonpayable";
2772
+ readonly type: "constructor";
2773
+ }, {
2774
+ readonly inputs: readonly [];
2775
+ readonly name: "Deprecated";
2776
+ readonly type: "error";
2777
+ }, {
2778
+ readonly inputs: readonly [];
2779
+ readonly name: "InvalidCreatorInfo";
2780
+ readonly type: "error";
2781
+ }, {
2782
+ readonly inputs: readonly [];
2783
+ readonly name: "InvalidCreatorReward";
2784
+ readonly type: "error";
2785
+ }, {
2786
+ readonly inputs: readonly [];
2787
+ readonly name: "InvalidInterfaceInfo";
2788
+ readonly type: "error";
2789
+ }, {
2790
+ readonly inputs: readonly [];
2791
+ readonly name: "InvalidTick";
2792
+ readonly type: "error";
2793
+ }, {
2794
+ readonly inputs: readonly [];
2795
+ readonly name: "InvalidVaultConfiguration";
2796
+ readonly type: "error";
2797
+ }, {
2798
+ readonly inputs: readonly [];
2799
+ readonly name: "NotFound";
2800
+ readonly type: "error";
2801
+ }, {
2802
+ readonly inputs: readonly [];
2803
+ readonly name: "OnlyNonOriginatingChains";
2804
+ readonly type: "error";
2805
+ }, {
2806
+ readonly inputs: readonly [];
2807
+ readonly name: "OnlyOriginatingChain";
2808
+ readonly type: "error";
2809
+ }, {
2810
+ readonly inputs: readonly [{
2811
+ readonly internalType: "address";
2812
+ readonly name: "owner";
2813
+ readonly type: "address";
2814
+ }];
2815
+ readonly name: "OwnableInvalidOwner";
2816
+ readonly type: "error";
2817
+ }, {
2818
+ readonly inputs: readonly [{
2819
+ readonly internalType: "address";
2820
+ readonly name: "account";
2821
+ readonly type: "address";
2822
+ }];
2823
+ readonly name: "OwnableUnauthorizedAccount";
2824
+ readonly type: "error";
2825
+ }, {
2826
+ readonly inputs: readonly [];
2827
+ readonly name: "ReentrancyGuardReentrantCall";
2828
+ readonly type: "error";
2829
+ }, {
2830
+ readonly inputs: readonly [];
2831
+ readonly name: "Unauthorized";
2832
+ readonly type: "error";
2833
+ }, {
2834
+ readonly inputs: readonly [];
2835
+ readonly name: "ZeroTeamRewardRecipient";
2836
+ readonly type: "error";
2837
+ }, {
2838
+ readonly anonymous: false;
2839
+ readonly inputs: readonly [{
2840
+ readonly indexed: false;
2841
+ readonly internalType: "address";
2842
+ readonly name: "oldClankerDeployer";
2843
+ readonly type: "address";
2844
+ }, {
2845
+ readonly indexed: false;
2846
+ readonly internalType: "address";
2847
+ readonly name: "newClankerDeployer";
2848
+ readonly type: "address";
2849
+ }];
2850
+ readonly name: "ClankerDeployerUpdated";
2851
+ readonly type: "event";
2852
+ }, {
2853
+ readonly anonymous: false;
2854
+ readonly inputs: readonly [{
2855
+ readonly indexed: false;
2856
+ readonly internalType: "address";
2857
+ readonly name: "oldLocker";
2858
+ readonly type: "address";
2859
+ }, {
2860
+ readonly indexed: false;
2861
+ readonly internalType: "address";
2862
+ readonly name: "newLocker";
2863
+ readonly type: "address";
2864
+ }];
2865
+ readonly name: "LiquidityLockerUpdated";
2866
+ readonly type: "event";
2867
+ }, {
2868
+ readonly anonymous: false;
2869
+ readonly inputs: readonly [{
2870
+ readonly indexed: true;
2871
+ readonly internalType: "address";
2872
+ readonly name: "previousOwner";
2873
+ readonly type: "address";
2874
+ }, {
2875
+ readonly indexed: true;
2876
+ readonly internalType: "address";
2877
+ readonly name: "newOwner";
2878
+ readonly type: "address";
2879
+ }];
2880
+ readonly name: "OwnershipTransferred";
2881
+ readonly type: "event";
2882
+ }, {
2883
+ readonly anonymous: false;
2884
+ readonly inputs: readonly [{
2885
+ readonly indexed: false;
2886
+ readonly internalType: "address";
2887
+ readonly name: "admin";
2888
+ readonly type: "address";
2889
+ }, {
2890
+ readonly indexed: false;
2891
+ readonly internalType: "bool";
2892
+ readonly name: "isAdmin";
2893
+ readonly type: "bool";
2894
+ }];
2895
+ readonly name: "SetAdmin";
2896
+ readonly type: "event";
2897
+ }, {
2898
+ readonly anonymous: false;
2899
+ readonly inputs: readonly [{
2900
+ readonly indexed: false;
2901
+ readonly internalType: "bool";
2902
+ readonly name: "deprecated";
2903
+ readonly type: "bool";
2904
+ }];
2905
+ readonly name: "SetDeprecated";
2906
+ readonly type: "event";
2907
+ }, {
2908
+ readonly anonymous: false;
2909
+ readonly inputs: readonly [{
2910
+ readonly indexed: true;
2911
+ readonly internalType: "address";
2912
+ readonly name: "tokenAddress";
2913
+ readonly type: "address";
2914
+ }, {
2915
+ readonly indexed: true;
2916
+ readonly internalType: "address";
2917
+ readonly name: "creatorAdmin";
2918
+ readonly type: "address";
2919
+ }, {
2920
+ readonly indexed: true;
2921
+ readonly internalType: "address";
2922
+ readonly name: "interfaceAdmin";
2923
+ readonly type: "address";
2924
+ }, {
2925
+ readonly indexed: false;
2926
+ readonly internalType: "address";
2927
+ readonly name: "creatorRewardRecipient";
2928
+ readonly type: "address";
2929
+ }, {
2930
+ readonly indexed: false;
2931
+ readonly internalType: "address";
2932
+ readonly name: "interfaceRewardRecipient";
2933
+ readonly type: "address";
2934
+ }, {
2935
+ readonly indexed: false;
2936
+ readonly internalType: "uint256";
2937
+ readonly name: "positionId";
2938
+ readonly type: "uint256";
2939
+ }, {
2940
+ readonly indexed: false;
2941
+ readonly internalType: "string";
2942
+ readonly name: "name";
2943
+ readonly type: "string";
2944
+ }, {
2945
+ readonly indexed: false;
2946
+ readonly internalType: "string";
2947
+ readonly name: "symbol";
2948
+ readonly type: "string";
2949
+ }, {
2950
+ readonly indexed: false;
2951
+ readonly internalType: "int24";
2952
+ readonly name: "startingTickIfToken0IsNewToken";
2953
+ readonly type: "int24";
2954
+ }, {
2955
+ readonly indexed: false;
2956
+ readonly internalType: "string";
2957
+ readonly name: "metadata";
2958
+ readonly type: "string";
2959
+ }, {
2960
+ readonly indexed: false;
2961
+ readonly internalType: "uint256";
2962
+ readonly name: "amountTokensBought";
2963
+ readonly type: "uint256";
2964
+ }, {
2965
+ readonly indexed: false;
2966
+ readonly internalType: "uint256";
2967
+ readonly name: "vaultDuration";
2968
+ readonly type: "uint256";
2969
+ }, {
2970
+ readonly indexed: false;
2971
+ readonly internalType: "uint8";
2972
+ readonly name: "vaultPercentage";
2973
+ readonly type: "uint8";
2974
+ }, {
2975
+ readonly indexed: false;
2976
+ readonly internalType: "address";
2977
+ readonly name: "msgSender";
2978
+ readonly type: "address";
2979
+ }];
2980
+ readonly name: "TokenCreated";
2981
+ readonly type: "event";
2982
+ }, {
2983
+ readonly anonymous: false;
2984
+ readonly inputs: readonly [{
2985
+ readonly indexed: false;
2986
+ readonly internalType: "address";
2987
+ readonly name: "oldVault";
2988
+ readonly type: "address";
2989
+ }, {
2990
+ readonly indexed: false;
2991
+ readonly internalType: "address";
2992
+ readonly name: "newVault";
2993
+ readonly type: "address";
2994
+ }];
2995
+ readonly name: "VaultUpdated";
2996
+ readonly type: "event";
2997
+ }, {
2998
+ readonly inputs: readonly [];
2999
+ readonly name: "MAX_CREATOR_REWARD";
3000
+ readonly outputs: readonly [{
3001
+ readonly internalType: "uint256";
3002
+ readonly name: "";
3003
+ readonly type: "uint256";
3004
+ }];
3005
+ readonly stateMutability: "view";
3006
+ readonly type: "function";
3007
+ }, {
3008
+ readonly inputs: readonly [];
3009
+ readonly name: "MAX_TICK";
3010
+ readonly outputs: readonly [{
3011
+ readonly internalType: "int24";
3012
+ readonly name: "";
3013
+ readonly type: "int24";
3014
+ }];
3015
+ readonly stateMutability: "view";
3016
+ readonly type: "function";
3017
+ }, {
3018
+ readonly inputs: readonly [];
3019
+ readonly name: "MAX_VAULT_PERCENTAGE";
3020
+ readonly outputs: readonly [{
3021
+ readonly internalType: "uint256";
3022
+ readonly name: "";
3023
+ readonly type: "uint256";
3024
+ }];
3025
+ readonly stateMutability: "view";
3026
+ readonly type: "function";
3027
+ }, {
3028
+ readonly inputs: readonly [];
3029
+ readonly name: "POOL_FEE";
3030
+ readonly outputs: readonly [{
3031
+ readonly internalType: "uint24";
3032
+ readonly name: "";
3033
+ readonly type: "uint24";
3034
+ }];
3035
+ readonly stateMutability: "view";
3036
+ readonly type: "function";
3037
+ }, {
3038
+ readonly inputs: readonly [];
3039
+ readonly name: "TICK_SPACING";
3040
+ readonly outputs: readonly [{
3041
+ readonly internalType: "int24";
3042
+ readonly name: "";
3043
+ readonly type: "int24";
3044
+ }];
3045
+ readonly stateMutability: "view";
3046
+ readonly type: "function";
3047
+ }, {
3048
+ readonly inputs: readonly [];
3049
+ readonly name: "TOKEN_SUPPLY";
3050
+ readonly outputs: readonly [{
3051
+ readonly internalType: "uint256";
3052
+ readonly name: "";
3053
+ readonly type: "uint256";
3054
+ }];
3055
+ readonly stateMutability: "view";
3056
+ readonly type: "function";
3057
+ }, {
3058
+ readonly inputs: readonly [{
3059
+ readonly internalType: "address";
3060
+ readonly name: "";
3061
+ readonly type: "address";
3062
+ }];
3063
+ readonly name: "admins";
3064
+ readonly outputs: readonly [{
3065
+ readonly internalType: "bool";
3066
+ readonly name: "";
3067
+ readonly type: "bool";
3068
+ }];
3069
+ readonly stateMutability: "view";
3070
+ readonly type: "function";
3071
+ }, {
3072
+ readonly inputs: readonly [{
3073
+ readonly internalType: "address";
3074
+ readonly name: "token";
3075
+ readonly type: "address";
3076
+ }];
3077
+ readonly name: "claimRewards";
3078
+ readonly outputs: readonly [];
3079
+ readonly stateMutability: "nonpayable";
3080
+ readonly type: "function";
3081
+ }, {
3082
+ readonly inputs: readonly [{
3083
+ readonly components: readonly [{
3084
+ readonly components: readonly [{
3085
+ readonly internalType: "string";
3086
+ readonly name: "name";
3087
+ readonly type: "string";
3088
+ }, {
3089
+ readonly internalType: "string";
3090
+ readonly name: "symbol";
3091
+ readonly type: "string";
3092
+ }, {
3093
+ readonly internalType: "bytes32";
3094
+ readonly name: "salt";
3095
+ readonly type: "bytes32";
3096
+ }, {
3097
+ readonly internalType: "string";
3098
+ readonly name: "image";
3099
+ readonly type: "string";
3100
+ }, {
3101
+ readonly internalType: "string";
3102
+ readonly name: "metadata";
3103
+ readonly type: "string";
3104
+ }, {
3105
+ readonly internalType: "string";
3106
+ readonly name: "context";
3107
+ readonly type: "string";
3108
+ }, {
3109
+ readonly internalType: "uint256";
3110
+ readonly name: "originatingChainId";
3111
+ readonly type: "uint256";
3112
+ }];
3113
+ readonly internalType: "struct IClanker.TokenConfig";
3114
+ readonly name: "tokenConfig";
3115
+ readonly type: "tuple";
3116
+ }, {
3117
+ readonly components: readonly [{
3118
+ readonly internalType: "uint8";
3119
+ readonly name: "vaultPercentage";
3120
+ readonly type: "uint8";
3121
+ }, {
3122
+ readonly internalType: "uint256";
3123
+ readonly name: "vaultDuration";
3124
+ readonly type: "uint256";
3125
+ }];
3126
+ readonly internalType: "struct IClanker.VaultConfig";
3127
+ readonly name: "vaultConfig";
3128
+ readonly type: "tuple";
3129
+ }, {
3130
+ readonly components: readonly [{
3131
+ readonly internalType: "address";
3132
+ readonly name: "pairedToken";
3133
+ readonly type: "address";
3134
+ }, {
3135
+ readonly internalType: "int24";
3136
+ readonly name: "tickIfToken0IsNewToken";
3137
+ readonly type: "int24";
3138
+ }];
3139
+ readonly internalType: "struct IClanker.PoolConfig";
3140
+ readonly name: "poolConfig";
3141
+ readonly type: "tuple";
3142
+ }, {
3143
+ readonly components: readonly [{
3144
+ readonly internalType: "uint24";
3145
+ readonly name: "pairedTokenPoolFee";
3146
+ readonly type: "uint24";
3147
+ }, {
3148
+ readonly internalType: "uint256";
3149
+ readonly name: "pairedTokenSwapAmountOutMinimum";
3150
+ readonly type: "uint256";
3151
+ }];
3152
+ readonly internalType: "struct IClanker.InitialBuyConfig";
3153
+ readonly name: "initialBuyConfig";
3154
+ readonly type: "tuple";
3155
+ }, {
3156
+ readonly components: readonly [{
3157
+ readonly internalType: "uint256";
3158
+ readonly name: "creatorReward";
3159
+ readonly type: "uint256";
3160
+ }, {
3161
+ readonly internalType: "address";
3162
+ readonly name: "creatorAdmin";
3163
+ readonly type: "address";
3164
+ }, {
3165
+ readonly internalType: "address";
3166
+ readonly name: "creatorRewardRecipient";
3167
+ readonly type: "address";
3168
+ }, {
3169
+ readonly internalType: "address";
3170
+ readonly name: "interfaceAdmin";
3171
+ readonly type: "address";
3172
+ }, {
3173
+ readonly internalType: "address";
3174
+ readonly name: "interfaceRewardRecipient";
3175
+ readonly type: "address";
3176
+ }];
3177
+ readonly internalType: "struct IClanker.RewardsConfig";
3178
+ readonly name: "rewardsConfig";
3179
+ readonly type: "tuple";
3180
+ }];
3181
+ readonly internalType: "struct IClanker.DeploymentConfig";
3182
+ readonly name: "deploymentConfig";
3183
+ readonly type: "tuple";
3184
+ }];
3185
+ readonly name: "deployToken";
3186
+ readonly outputs: readonly [{
3187
+ readonly internalType: "address";
3188
+ readonly name: "tokenAddress";
3189
+ readonly type: "address";
3190
+ }, {
3191
+ readonly internalType: "uint256";
3192
+ readonly name: "positionId";
3193
+ readonly type: "uint256";
3194
+ }];
3195
+ readonly stateMutability: "payable";
3196
+ readonly type: "function";
3197
+ }, {
3198
+ readonly inputs: readonly [{
3199
+ readonly components: readonly [{
3200
+ readonly components: readonly [{
3201
+ readonly internalType: "string";
3202
+ readonly name: "name";
3203
+ readonly type: "string";
3204
+ }, {
3205
+ readonly internalType: "string";
3206
+ readonly name: "symbol";
3207
+ readonly type: "string";
3208
+ }, {
3209
+ readonly internalType: "bytes32";
3210
+ readonly name: "salt";
3211
+ readonly type: "bytes32";
3212
+ }, {
3213
+ readonly internalType: "string";
3214
+ readonly name: "image";
3215
+ readonly type: "string";
3216
+ }, {
3217
+ readonly internalType: "string";
3218
+ readonly name: "metadata";
3219
+ readonly type: "string";
3220
+ }, {
3221
+ readonly internalType: "string";
3222
+ readonly name: "context";
3223
+ readonly type: "string";
3224
+ }, {
3225
+ readonly internalType: "uint256";
3226
+ readonly name: "originatingChainId";
3227
+ readonly type: "uint256";
3228
+ }];
3229
+ readonly internalType: "struct IClanker.TokenConfig";
3230
+ readonly name: "tokenConfig";
3231
+ readonly type: "tuple";
3232
+ }, {
3233
+ readonly components: readonly [{
3234
+ readonly internalType: "uint8";
3235
+ readonly name: "vaultPercentage";
3236
+ readonly type: "uint8";
3237
+ }, {
3238
+ readonly internalType: "uint256";
3239
+ readonly name: "vaultDuration";
3240
+ readonly type: "uint256";
3241
+ }];
3242
+ readonly internalType: "struct IClanker.VaultConfig";
3243
+ readonly name: "vaultConfig";
3244
+ readonly type: "tuple";
3245
+ }, {
3246
+ readonly components: readonly [{
3247
+ readonly internalType: "address";
3248
+ readonly name: "pairedToken";
3249
+ readonly type: "address";
3250
+ }, {
3251
+ readonly internalType: "int24";
3252
+ readonly name: "tickIfToken0IsNewToken";
3253
+ readonly type: "int24";
3254
+ }];
3255
+ readonly internalType: "struct IClanker.PoolConfig";
3256
+ readonly name: "poolConfig";
3257
+ readonly type: "tuple";
3258
+ }, {
3259
+ readonly components: readonly [{
3260
+ readonly internalType: "uint24";
3261
+ readonly name: "pairedTokenPoolFee";
3262
+ readonly type: "uint24";
3263
+ }, {
3264
+ readonly internalType: "uint256";
3265
+ readonly name: "pairedTokenSwapAmountOutMinimum";
3266
+ readonly type: "uint256";
3267
+ }];
3268
+ readonly internalType: "struct IClanker.InitialBuyConfig";
3269
+ readonly name: "initialBuyConfig";
3270
+ readonly type: "tuple";
3271
+ }, {
3272
+ readonly components: readonly [{
3273
+ readonly internalType: "uint256";
3274
+ readonly name: "creatorReward";
3275
+ readonly type: "uint256";
3276
+ }, {
3277
+ readonly internalType: "address";
3278
+ readonly name: "creatorAdmin";
3279
+ readonly type: "address";
3280
+ }, {
3281
+ readonly internalType: "address";
3282
+ readonly name: "creatorRewardRecipient";
3283
+ readonly type: "address";
3284
+ }, {
3285
+ readonly internalType: "address";
3286
+ readonly name: "interfaceAdmin";
3287
+ readonly type: "address";
3288
+ }, {
3289
+ readonly internalType: "address";
3290
+ readonly name: "interfaceRewardRecipient";
3291
+ readonly type: "address";
3292
+ }];
3293
+ readonly internalType: "struct IClanker.RewardsConfig";
3294
+ readonly name: "rewardsConfig";
3295
+ readonly type: "tuple";
3296
+ }];
3297
+ readonly internalType: "struct IClanker.DeploymentConfig";
3298
+ readonly name: "deploymentConfig";
3299
+ readonly type: "tuple";
3300
+ }, {
3301
+ readonly internalType: "address";
3302
+ readonly name: "teamRewardRecipient";
3303
+ readonly type: "address";
3304
+ }];
3305
+ readonly name: "deployTokenWithCustomTeamRewardRecipient";
3306
+ readonly outputs: readonly [{
3307
+ readonly internalType: "address";
3308
+ readonly name: "tokenAddress";
3309
+ readonly type: "address";
3310
+ }, {
3311
+ readonly internalType: "uint256";
3312
+ readonly name: "positionId";
3313
+ readonly type: "uint256";
3314
+ }];
3315
+ readonly stateMutability: "payable";
3316
+ readonly type: "function";
3317
+ }, {
3318
+ readonly inputs: readonly [{
3319
+ readonly components: readonly [{
3320
+ readonly internalType: "string";
3321
+ readonly name: "name";
3322
+ readonly type: "string";
3323
+ }, {
3324
+ readonly internalType: "string";
3325
+ readonly name: "symbol";
3326
+ readonly type: "string";
3327
+ }, {
3328
+ readonly internalType: "bytes32";
3329
+ readonly name: "salt";
3330
+ readonly type: "bytes32";
3331
+ }, {
3332
+ readonly internalType: "string";
3333
+ readonly name: "image";
3334
+ readonly type: "string";
3335
+ }, {
3336
+ readonly internalType: "string";
3337
+ readonly name: "metadata";
3338
+ readonly type: "string";
3339
+ }, {
3340
+ readonly internalType: "string";
3341
+ readonly name: "context";
3342
+ readonly type: "string";
3343
+ }, {
3344
+ readonly internalType: "uint256";
3345
+ readonly name: "originatingChainId";
3346
+ readonly type: "uint256";
3347
+ }];
3348
+ readonly internalType: "struct IClanker.TokenConfig";
3349
+ readonly name: "tokenConfig";
3350
+ readonly type: "tuple";
3351
+ }, {
3352
+ readonly internalType: "address";
3353
+ readonly name: "tokenAdmin";
3354
+ readonly type: "address";
3355
+ }];
3356
+ readonly name: "deployTokenZeroSupply";
3357
+ readonly outputs: readonly [{
3358
+ readonly internalType: "address";
3359
+ readonly name: "tokenAddress";
3360
+ readonly type: "address";
3361
+ }];
3362
+ readonly stateMutability: "nonpayable";
3363
+ readonly type: "function";
3364
+ }, {
3365
+ readonly inputs: readonly [{
3366
+ readonly internalType: "address";
3367
+ readonly name: "";
3368
+ readonly type: "address";
3369
+ }];
3370
+ readonly name: "deploymentInfoForToken";
3371
+ readonly outputs: readonly [{
3372
+ readonly internalType: "address";
3373
+ readonly name: "token";
3374
+ readonly type: "address";
3375
+ }, {
3376
+ readonly internalType: "uint256";
3377
+ readonly name: "positionId";
3378
+ readonly type: "uint256";
3379
+ }, {
3380
+ readonly internalType: "address";
3381
+ readonly name: "locker";
3382
+ readonly type: "address";
3383
+ }];
3384
+ readonly stateMutability: "view";
3385
+ readonly type: "function";
3386
+ }, {
3387
+ readonly inputs: readonly [];
3388
+ readonly name: "deprecated";
3389
+ readonly outputs: readonly [{
3390
+ readonly internalType: "bool";
3391
+ readonly name: "";
3392
+ readonly type: "bool";
3393
+ }];
3394
+ readonly stateMutability: "view";
3395
+ readonly type: "function";
3396
+ }, {
3397
+ readonly inputs: readonly [{
3398
+ readonly internalType: "address";
3399
+ readonly name: "user";
3400
+ readonly type: "address";
3401
+ }];
3402
+ readonly name: "getTokensDeployedByUser";
3403
+ readonly outputs: readonly [{
3404
+ readonly components: readonly [{
3405
+ readonly internalType: "address";
3406
+ readonly name: "token";
3407
+ readonly type: "address";
3408
+ }, {
3409
+ readonly internalType: "uint256";
3410
+ readonly name: "positionId";
3411
+ readonly type: "uint256";
3412
+ }, {
3413
+ readonly internalType: "address";
3414
+ readonly name: "locker";
3415
+ readonly type: "address";
3416
+ }];
3417
+ readonly internalType: "struct IClanker.DeploymentInfo[]";
3418
+ readonly name: "";
3419
+ readonly type: "tuple[]";
3420
+ }];
3421
+ readonly stateMutability: "view";
3422
+ readonly type: "function";
3423
+ }, {
3424
+ readonly inputs: readonly [{
3425
+ readonly internalType: "address";
3426
+ readonly name: "uniswapV3Factory_";
3427
+ readonly type: "address";
3428
+ }, {
3429
+ readonly internalType: "address";
3430
+ readonly name: "positionManager_";
3431
+ readonly type: "address";
3432
+ }, {
3433
+ readonly internalType: "address";
3434
+ readonly name: "swapRouter_";
3435
+ readonly type: "address";
3436
+ }, {
3437
+ readonly internalType: "address";
3438
+ readonly name: "weth_";
3439
+ readonly type: "address";
3440
+ }, {
3441
+ readonly internalType: "address";
3442
+ readonly name: "liquidityLocker_";
3443
+ readonly type: "address";
3444
+ }, {
3445
+ readonly internalType: "address";
3446
+ readonly name: "vault_";
3447
+ readonly type: "address";
3448
+ }];
3449
+ readonly name: "initialize";
3450
+ readonly outputs: readonly [];
3451
+ readonly stateMutability: "nonpayable";
3452
+ readonly type: "function";
3453
+ }, {
3454
+ readonly inputs: readonly [];
3455
+ readonly name: "liquidityLocker";
3456
+ readonly outputs: readonly [{
3457
+ readonly internalType: "contract ILpLockerv2";
3458
+ readonly name: "";
3459
+ readonly type: "address";
3460
+ }];
3461
+ readonly stateMutability: "view";
3462
+ readonly type: "function";
3463
+ }, {
3464
+ readonly inputs: readonly [];
3465
+ readonly name: "owner";
3466
+ readonly outputs: readonly [{
3467
+ readonly internalType: "address";
3468
+ readonly name: "";
3469
+ readonly type: "address";
3470
+ }];
3471
+ readonly stateMutability: "view";
3472
+ readonly type: "function";
3473
+ }, {
3474
+ readonly inputs: readonly [];
3475
+ readonly name: "positionManager";
3476
+ readonly outputs: readonly [{
3477
+ readonly internalType: "contract INonfungiblePositionManager";
3478
+ readonly name: "";
3479
+ readonly type: "address";
3480
+ }];
3481
+ readonly stateMutability: "view";
3482
+ readonly type: "function";
3483
+ }, {
3484
+ readonly inputs: readonly [];
3485
+ readonly name: "renounceOwnership";
3486
+ readonly outputs: readonly [];
3487
+ readonly stateMutability: "nonpayable";
3488
+ readonly type: "function";
3489
+ }, {
3490
+ readonly inputs: readonly [{
3491
+ readonly internalType: "address";
3492
+ readonly name: "admin";
3493
+ readonly type: "address";
3494
+ }, {
3495
+ readonly internalType: "bool";
3496
+ readonly name: "isAdmin";
3497
+ readonly type: "bool";
3498
+ }];
3499
+ readonly name: "setAdmin";
3500
+ readonly outputs: readonly [];
3501
+ readonly stateMutability: "nonpayable";
3502
+ readonly type: "function";
3503
+ }, {
3504
+ readonly inputs: readonly [{
3505
+ readonly internalType: "bool";
3506
+ readonly name: "deprecated_";
3507
+ readonly type: "bool";
3508
+ }];
3509
+ readonly name: "setDeprecated";
3510
+ readonly outputs: readonly [];
3511
+ readonly stateMutability: "nonpayable";
3512
+ readonly type: "function";
3513
+ }, {
3514
+ readonly inputs: readonly [];
3515
+ readonly name: "swapRouter";
3516
+ readonly outputs: readonly [{
3517
+ readonly internalType: "contract ISwapRouter";
3518
+ readonly name: "";
3519
+ readonly type: "address";
3520
+ }];
3521
+ readonly stateMutability: "view";
3522
+ readonly type: "function";
3523
+ }, {
3524
+ readonly inputs: readonly [{
3525
+ readonly internalType: "address";
3526
+ readonly name: "";
3527
+ readonly type: "address";
3528
+ }, {
3529
+ readonly internalType: "uint256";
3530
+ readonly name: "";
3531
+ readonly type: "uint256";
3532
+ }];
3533
+ readonly name: "tokensDeployedByUsers";
3534
+ readonly outputs: readonly [{
3535
+ readonly internalType: "address";
3536
+ readonly name: "token";
3537
+ readonly type: "address";
3538
+ }, {
3539
+ readonly internalType: "uint256";
3540
+ readonly name: "positionId";
3541
+ readonly type: "uint256";
3542
+ }, {
3543
+ readonly internalType: "address";
3544
+ readonly name: "locker";
3545
+ readonly type: "address";
3546
+ }];
3547
+ readonly stateMutability: "view";
3548
+ readonly type: "function";
3549
+ }, {
3550
+ readonly inputs: readonly [{
3551
+ readonly internalType: "address";
3552
+ readonly name: "newOwner";
3553
+ readonly type: "address";
3554
+ }];
3555
+ readonly name: "transferOwnership";
3556
+ readonly outputs: readonly [];
3557
+ readonly stateMutability: "nonpayable";
3558
+ readonly type: "function";
3559
+ }, {
3560
+ readonly inputs: readonly [];
3561
+ readonly name: "uniswapV3Factory";
3562
+ readonly outputs: readonly [{
3563
+ readonly internalType: "contract IUniswapV3Factory";
3564
+ readonly name: "";
3565
+ readonly type: "address";
3566
+ }];
3567
+ readonly stateMutability: "view";
3568
+ readonly type: "function";
3569
+ }, {
3570
+ readonly inputs: readonly [{
3571
+ readonly internalType: "address";
3572
+ readonly name: "newLocker";
3573
+ readonly type: "address";
3574
+ }];
3575
+ readonly name: "updateLiquidityLocker";
3576
+ readonly outputs: readonly [];
3577
+ readonly stateMutability: "nonpayable";
3578
+ readonly type: "function";
3579
+ }, {
3580
+ readonly inputs: readonly [{
3581
+ readonly internalType: "address";
3582
+ readonly name: "newVault";
3583
+ readonly type: "address";
3584
+ }];
3585
+ readonly name: "updateVault";
3586
+ readonly outputs: readonly [];
3587
+ readonly stateMutability: "nonpayable";
3588
+ readonly type: "function";
3589
+ }, {
3590
+ readonly inputs: readonly [];
3591
+ readonly name: "vault";
3592
+ readonly outputs: readonly [{
3593
+ readonly internalType: "contract IClankerVault";
3594
+ readonly name: "";
3595
+ readonly type: "address";
3596
+ }];
3597
+ readonly stateMutability: "view";
3598
+ readonly type: "function";
3599
+ }, {
3600
+ readonly inputs: readonly [];
3601
+ readonly name: "weth";
3602
+ readonly outputs: readonly [{
3603
+ readonly internalType: "address";
3604
+ readonly name: "";
3605
+ readonly type: "address";
3606
+ }];
3607
+ readonly stateMutability: "view";
3608
+ readonly type: "function";
3609
+ }];
3610
+ readonly chainId: 10143;
3611
+ readonly type: "clanker_v3_1";
3612
+ readonly address: "0xA0C65813DD1Cde7092922a57548Ec1eD25994318";
3613
+ readonly related: {
3614
+ locker: "0xcd89C55d36097a64f777066A6cc8F2c31B7541F7";
3615
+ vault: "0x9505A57Bf782058890f078bE301575cD75045a9b";
3616
+ };
3617
+ };
2764
3618
  readonly clanker_v4: {
2765
3619
  readonly abi: readonly [{
2766
3620
  readonly inputs: readonly [{
@@ -6097,8 +6951,16 @@ declare const CLANKERS: {
6097
6951
  type Clankers = typeof CLANKERS;
6098
6952
  type Type = Clankers[keyof Clankers]['type'];
6099
6953
  type Chain = Clankers[keyof Clankers]['chainId'];
6100
- declare const Chains: (8453 | 84532 | 42161 | 130)[];
6101
- declare const ClankerDeployments: Record<8453 | 84532 | 42161 | 130, Partial<Record<"clanker" | "proxy" | "clanker_v2" | "clanker_v3" | "clanker_v3_1" | "clanker_v4", ClankerDeployment<RelatedAddresses>>>>;
6954
+ declare const Chains: (8453 | 10143 | 84532 | 42161 | 130)[];
6955
+ /** All deployments of Clanker */
6956
+ declare const ClankerDeployments: Record<8453 | 10143 | 84532 | 42161 | 130, Partial<Record<"clanker" | "proxy" | "clanker_v2" | "clanker_v3" | "clanker_v3_1" | "clanker_v4", ClankerDeployment<RelatedAddresses>>>>;
6957
+ /**
6958
+ * Get a specific clanker deployment.
6959
+ *
6960
+ * @param chainId Chain id of the deployment.
6961
+ * @param type Version of the deployment.
6962
+ * @returns The deployment if it exists.
6963
+ */
6102
6964
  declare const clankerConfigFor: <T extends ClankerDeployment = ClankerDeployment>(chainId: Chain, type: Type) => T | undefined;
6103
6965
 
6104
6966
  /** Clanker v4 token definition. */
@@ -6110,7 +6972,7 @@ declare const clankerTokenV4: z.ZodObject<{
6110
6972
  /** Image for the token. This should be a normal or ipfs url. */
6111
6973
  image: z.ZodDefault<z.ZodString>;
6112
6974
  /** Id of the chain that the token will be deployed to. Defaults to base (8453). */
6113
- chainId: z.ZodDefault<z.ZodLiteral<8453 | 84532 | 42161 | 130>>;
6975
+ chainId: z.ZodDefault<z.ZodLiteral<8453 | 10143 | 84532 | 42161 | 130>>;
6114
6976
  /** Admin for the token. They will be able to change fields like image, metadata, etc. */
6115
6977
  tokenAdmin: z.ZodCustom<`0x${string}`, `0x${string}`>;
6116
6978
  /** Metadata for the token. */