@zoralabs/protocol-deployments 0.3.11-DEV.6 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1574,10 +1574,6 @@ __export(src_exports, {
1574
1574
  callerAndCommenterABI: () => callerAndCommenterABI,
1575
1575
  callerAndCommenterAddress: () => callerAndCommenterAddress,
1576
1576
  callerAndCommenterConfig: () => callerAndCommenterConfig,
1577
- cointagABI: () => cointagABI,
1578
- cointagFactoryABI: () => cointagFactoryABI,
1579
- cointagFactoryAddress: () => cointagFactoryAddress,
1580
- cointagFactoryConfig: () => cointagFactoryConfig,
1581
1577
  commentsABI: () => commentsABI,
1582
1578
  commentsAddress: () => commentsAddress,
1583
1579
  commentsConfig: () => commentsConfig,
@@ -1593,7 +1589,6 @@ __export(src_exports, {
1593
1589
  erc20ZRoyaltiesConfig: () => erc20ZRoyaltiesConfig,
1594
1590
  iPremintDefinitionsABI: () => iPremintDefinitionsABI,
1595
1591
  iSponsoredSparksSpenderActionABI: () => iSponsoredSparksSpenderActionABI,
1596
- iUniswapV3PoolABI: () => iUniswapV3PoolABI,
1597
1592
  iUnwrapAndForwardActionABI: () => iUnwrapAndForwardActionABI,
1598
1593
  mintsEthUnwrapperAndCallerABI: () => mintsEthUnwrapperAndCallerABI,
1599
1594
  mintsEthUnwrapperAndCallerAddress: () => mintsEthUnwrapperAndCallerAddress,
@@ -1621,9 +1616,6 @@ __export(src_exports, {
1621
1616
  sponsoredSparksSpenderABI: () => sponsoredSparksSpenderABI,
1622
1617
  sponsoredSparksSpenderAddress: () => sponsoredSparksSpenderAddress,
1623
1618
  sponsoredSparksSpenderConfig: () => sponsoredSparksSpenderConfig,
1624
- uniswapV3SwapRouterABI: () => uniswapV3SwapRouterABI,
1625
- uniswapV3SwapRouterAddress: () => uniswapV3SwapRouterAddress,
1626
- uniswapV3SwapRouterConfig: () => uniswapV3SwapRouterConfig,
1627
1619
  upgradeGateABI: () => upgradeGateABI,
1628
1620
  upgradeGateAddress: () => upgradeGateAddress,
1629
1621
  upgradeGateConfig: () => upgradeGateConfig,
@@ -2698,612 +2690,6 @@ var callerAndCommenterConfig = {
2698
2690
  address: callerAndCommenterAddress,
2699
2691
  abi: callerAndCommenterABI
2700
2692
  };
2701
- var cointagABI = [
2702
- {
2703
- type: "constructor",
2704
- inputs: [
2705
- { name: "_protocolRewards", internalType: "address", type: "address" },
2706
- { name: "_weth", internalType: "address", type: "address" }
2707
- ],
2708
- stateMutability: "nonpayable"
2709
- },
2710
- { type: "receive", stateMutability: "payable" },
2711
- {
2712
- type: "function",
2713
- inputs: [],
2714
- name: "PERCENTAGE_BASIS",
2715
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2716
- stateMutability: "view"
2717
- },
2718
- {
2719
- type: "function",
2720
- inputs: [],
2721
- name: "REQUIRED_OBSERVATION_CARDINALITY",
2722
- outputs: [{ name: "", internalType: "uint16", type: "uint16" }],
2723
- stateMutability: "view"
2724
- },
2725
- {
2726
- type: "function",
2727
- inputs: [],
2728
- name: "SLIPPAGE",
2729
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2730
- stateMutability: "view"
2731
- },
2732
- {
2733
- type: "function",
2734
- inputs: [],
2735
- name: "TIME_WEIGHTED_PRICE_PERIOD",
2736
- outputs: [{ name: "", internalType: "uint32", type: "uint32" }],
2737
- stateMutability: "view"
2738
- },
2739
- {
2740
- type: "function",
2741
- inputs: [],
2742
- name: "contractVersion",
2743
- outputs: [{ name: "", internalType: "string", type: "string" }],
2744
- stateMutability: "pure"
2745
- },
2746
- {
2747
- type: "function",
2748
- inputs: [],
2749
- name: "creatorRewardRecipient",
2750
- outputs: [{ name: "", internalType: "address", type: "address" }],
2751
- stateMutability: "view"
2752
- },
2753
- {
2754
- type: "function",
2755
- inputs: [],
2756
- name: "ensureObservationCardinality",
2757
- outputs: [],
2758
- stateMutability: "nonpayable"
2759
- },
2760
- {
2761
- type: "function",
2762
- inputs: [],
2763
- name: "erc20",
2764
- outputs: [
2765
- { name: "", internalType: "contract IBurnableERC20", type: "address" }
2766
- ],
2767
- stateMutability: "view"
2768
- },
2769
- {
2770
- type: "function",
2771
- inputs: [],
2772
- name: "hasEnoughObservationCardinality",
2773
- outputs: [
2774
- { name: "", internalType: "bool", type: "bool" },
2775
- { name: "", internalType: "uint256", type: "uint256" }
2776
- ],
2777
- stateMutability: "view"
2778
- },
2779
- {
2780
- type: "function",
2781
- inputs: [
2782
- {
2783
- name: "_creatorRewardRecipient",
2784
- internalType: "address",
2785
- type: "address"
2786
- },
2787
- { name: "_pool", internalType: "address", type: "address" },
2788
- {
2789
- name: "_percentageToBuyBurn",
2790
- internalType: "uint256",
2791
- type: "uint256"
2792
- }
2793
- ],
2794
- name: "initialize",
2795
- outputs: [],
2796
- stateMutability: "nonpayable"
2797
- },
2798
- {
2799
- type: "function",
2800
- inputs: [],
2801
- name: "percentageToBuyBurn",
2802
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2803
- stateMutability: "view"
2804
- },
2805
- {
2806
- type: "function",
2807
- inputs: [],
2808
- name: "pool",
2809
- outputs: [
2810
- { name: "", internalType: "contract IUniswapV3Pool", type: "address" }
2811
- ],
2812
- stateMutability: "view"
2813
- },
2814
- {
2815
- type: "function",
2816
- inputs: [],
2817
- name: "protocolRewards",
2818
- outputs: [
2819
- { name: "", internalType: "contract IProtocolRewards", type: "address" }
2820
- ],
2821
- stateMutability: "view"
2822
- },
2823
- {
2824
- type: "function",
2825
- inputs: [],
2826
- name: "pull",
2827
- outputs: [],
2828
- stateMutability: "nonpayable"
2829
- },
2830
- {
2831
- type: "function",
2832
- inputs: [
2833
- { name: "amount0Delta", internalType: "int256", type: "int256" },
2834
- { name: "amount1Delta", internalType: "int256", type: "int256" },
2835
- { name: "", internalType: "bytes", type: "bytes" }
2836
- ],
2837
- name: "uniswapV3SwapCallback",
2838
- outputs: [],
2839
- stateMutability: "nonpayable"
2840
- },
2841
- {
2842
- type: "function",
2843
- inputs: [],
2844
- name: "weth",
2845
- outputs: [{ name: "", internalType: "contract IWETH", type: "address" }],
2846
- stateMutability: "view"
2847
- },
2848
- {
2849
- type: "event",
2850
- anonymous: false,
2851
- inputs: [
2852
- {
2853
- name: "amountERc20Received",
2854
- internalType: "uint256",
2855
- type: "uint256",
2856
- indexed: false
2857
- },
2858
- {
2859
- name: "amountERc20Burned",
2860
- internalType: "uint256",
2861
- type: "uint256",
2862
- indexed: false
2863
- },
2864
- {
2865
- name: "amountEthSpent",
2866
- internalType: "uint256",
2867
- type: "uint256",
2868
- indexed: false
2869
- },
2870
- {
2871
- name: "amountEthToCreator",
2872
- internalType: "uint256",
2873
- type: "uint256",
2874
- indexed: false
2875
- },
2876
- {
2877
- name: "totalEthReceived",
2878
- internalType: "uint256",
2879
- type: "uint256",
2880
- indexed: false
2881
- },
2882
- {
2883
- name: "buyFailureError",
2884
- internalType: "bytes",
2885
- type: "bytes",
2886
- indexed: false
2887
- },
2888
- {
2889
- name: "burnFailureError",
2890
- internalType: "bytes",
2891
- type: "bytes",
2892
- indexed: false
2893
- }
2894
- ],
2895
- name: "BuyBurn"
2896
- },
2897
- {
2898
- type: "event",
2899
- anonymous: false,
2900
- inputs: [
2901
- {
2902
- name: "version",
2903
- internalType: "uint64",
2904
- type: "uint64",
2905
- indexed: false
2906
- }
2907
- ],
2908
- name: "Initialized"
2909
- },
2910
- {
2911
- type: "event",
2912
- anonymous: false,
2913
- inputs: [
2914
- {
2915
- name: "creatorRewardRecipient",
2916
- internalType: "address",
2917
- type: "address",
2918
- indexed: false
2919
- },
2920
- {
2921
- name: "erc20",
2922
- internalType: "address",
2923
- type: "address",
2924
- indexed: false
2925
- },
2926
- {
2927
- name: "pool",
2928
- internalType: "address",
2929
- type: "address",
2930
- indexed: false
2931
- },
2932
- {
2933
- name: "percentageToBuyBurn",
2934
- internalType: "uint256",
2935
- type: "uint256",
2936
- indexed: false
2937
- }
2938
- ],
2939
- name: "Initialized"
2940
- },
2941
- {
2942
- type: "error",
2943
- inputs: [{ name: "target", internalType: "address", type: "address" }],
2944
- name: "AddressEmptyCode"
2945
- },
2946
- {
2947
- type: "error",
2948
- inputs: [{ name: "account", internalType: "address", type: "address" }],
2949
- name: "AddressInsufficientBalance"
2950
- },
2951
- {
2952
- type: "error",
2953
- inputs: [
2954
- { name: "amountOut", internalType: "uint256", type: "uint256" },
2955
- { name: "amountOutMinimum", internalType: "uint256", type: "uint256" }
2956
- ],
2957
- name: "AmountOutLessThanMinimum"
2958
- },
2959
- { type: "error", inputs: [], name: "FailedInnerCall" },
2960
- { type: "error", inputs: [], name: "InvalidInitialization" },
2961
- {
2962
- type: "error",
2963
- inputs: [
2964
- { name: "requiredCardinality", internalType: "uint256", type: "uint256" },
2965
- { name: "currentCardinality", internalType: "uint256", type: "uint256" }
2966
- ],
2967
- name: "NotEnoughObservationCardinality"
2968
- },
2969
- { type: "error", inputs: [], name: "NotInitializing" },
2970
- { type: "error", inputs: [], name: "OnlyPool" },
2971
- { type: "error", inputs: [], name: "OnlyProtocolRewardsOrWeth" },
2972
- {
2973
- type: "error",
2974
- inputs: [{ name: "token", internalType: "address", type: "address" }],
2975
- name: "SafeERC20FailedOperation"
2976
- }
2977
- ];
2978
- var cointagFactoryABI = [
2979
- {
2980
- type: "constructor",
2981
- inputs: [
2982
- { name: "_protocolRewards", internalType: "address", type: "address" },
2983
- { name: "_weth", internalType: "address", type: "address" },
2984
- {
2985
- name: "_cointagImplementation",
2986
- internalType: "address",
2987
- type: "address"
2988
- }
2989
- ],
2990
- stateMutability: "nonpayable"
2991
- },
2992
- {
2993
- type: "function",
2994
- inputs: [],
2995
- name: "UPGRADE_INTERFACE_VERSION",
2996
- outputs: [{ name: "", internalType: "string", type: "string" }],
2997
- stateMutability: "view"
2998
- },
2999
- {
3000
- type: "function",
3001
- inputs: [],
3002
- name: "acceptOwnership",
3003
- outputs: [],
3004
- stateMutability: "nonpayable"
3005
- },
3006
- {
3007
- type: "function",
3008
- inputs: [],
3009
- name: "cointagImplementation",
3010
- outputs: [{ name: "", internalType: "address", type: "address" }],
3011
- stateMutability: "view"
3012
- },
3013
- {
3014
- type: "function",
3015
- inputs: [],
3016
- name: "contractName",
3017
- outputs: [{ name: "", internalType: "string", type: "string" }],
3018
- stateMutability: "pure"
3019
- },
3020
- {
3021
- type: "function",
3022
- inputs: [],
3023
- name: "contractURI",
3024
- outputs: [{ name: "", internalType: "string", type: "string" }],
3025
- stateMutability: "pure"
3026
- },
3027
- {
3028
- type: "function",
3029
- inputs: [],
3030
- name: "contractVersion",
3031
- outputs: [{ name: "", internalType: "string", type: "string" }],
3032
- stateMutability: "pure"
3033
- },
3034
- {
3035
- type: "function",
3036
- inputs: [
3037
- {
3038
- name: "_creatorRewardRecipient",
3039
- internalType: "address",
3040
- type: "address"
3041
- },
3042
- { name: "_pool", internalType: "address", type: "address" },
3043
- {
3044
- name: "_percentageToBuyBurn",
3045
- internalType: "uint256",
3046
- type: "uint256"
3047
- },
3048
- { name: "saltSource", internalType: "bytes", type: "bytes" }
3049
- ],
3050
- name: "getCointagAddress",
3051
- outputs: [{ name: "", internalType: "address", type: "address" }],
3052
- stateMutability: "view"
3053
- },
3054
- {
3055
- type: "function",
3056
- inputs: [
3057
- {
3058
- name: "_creatorRewardRecipient",
3059
- internalType: "address",
3060
- type: "address"
3061
- },
3062
- { name: "_pool", internalType: "address", type: "address" },
3063
- {
3064
- name: "_percentageToBuyBurn",
3065
- internalType: "uint256",
3066
- type: "uint256"
3067
- },
3068
- { name: "saltSource", internalType: "bytes", type: "bytes" }
3069
- ],
3070
- name: "getOrCreateCointag",
3071
- outputs: [{ name: "", internalType: "contract Cointag", type: "address" }],
3072
- stateMutability: "nonpayable"
3073
- },
3074
- {
3075
- type: "function",
3076
- inputs: [],
3077
- name: "implementation",
3078
- outputs: [{ name: "", internalType: "address", type: "address" }],
3079
- stateMutability: "view"
3080
- },
3081
- {
3082
- type: "function",
3083
- inputs: [
3084
- { name: "_defaultOwner", internalType: "address", type: "address" }
3085
- ],
3086
- name: "initialize",
3087
- outputs: [],
3088
- stateMutability: "nonpayable"
3089
- },
3090
- {
3091
- type: "function",
3092
- inputs: [],
3093
- name: "owner",
3094
- outputs: [{ name: "", internalType: "address", type: "address" }],
3095
- stateMutability: "view"
3096
- },
3097
- {
3098
- type: "function",
3099
- inputs: [],
3100
- name: "pendingOwner",
3101
- outputs: [{ name: "", internalType: "address", type: "address" }],
3102
- stateMutability: "view"
3103
- },
3104
- {
3105
- type: "function",
3106
- inputs: [],
3107
- name: "protocolRewards",
3108
- outputs: [{ name: "", internalType: "address", type: "address" }],
3109
- stateMutability: "view"
3110
- },
3111
- {
3112
- type: "function",
3113
- inputs: [],
3114
- name: "proxiableUUID",
3115
- outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
3116
- stateMutability: "view"
3117
- },
3118
- {
3119
- type: "function",
3120
- inputs: [],
3121
- name: "renounceOwnership",
3122
- outputs: [],
3123
- stateMutability: "nonpayable"
3124
- },
3125
- {
3126
- type: "function",
3127
- inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
3128
- name: "transferOwnership",
3129
- outputs: [],
3130
- stateMutability: "nonpayable"
3131
- },
3132
- {
3133
- type: "function",
3134
- inputs: [
3135
- { name: "newImplementation", internalType: "address", type: "address" },
3136
- { name: "data", internalType: "bytes", type: "bytes" }
3137
- ],
3138
- name: "upgradeToAndCall",
3139
- outputs: [],
3140
- stateMutability: "payable"
3141
- },
3142
- {
3143
- type: "function",
3144
- inputs: [],
3145
- name: "weth",
3146
- outputs: [{ name: "", internalType: "address", type: "address" }],
3147
- stateMutability: "view"
3148
- },
3149
- {
3150
- type: "event",
3151
- anonymous: false,
3152
- inputs: [
3153
- {
3154
- name: "version",
3155
- internalType: "uint64",
3156
- type: "uint64",
3157
- indexed: false
3158
- }
3159
- ],
3160
- name: "Initialized"
3161
- },
3162
- {
3163
- type: "event",
3164
- anonymous: false,
3165
- inputs: [
3166
- {
3167
- name: "previousOwner",
3168
- internalType: "address",
3169
- type: "address",
3170
- indexed: true
3171
- },
3172
- {
3173
- name: "newOwner",
3174
- internalType: "address",
3175
- type: "address",
3176
- indexed: true
3177
- }
3178
- ],
3179
- name: "OwnershipTransferStarted"
3180
- },
3181
- {
3182
- type: "event",
3183
- anonymous: false,
3184
- inputs: [
3185
- {
3186
- name: "previousOwner",
3187
- internalType: "address",
3188
- type: "address",
3189
- indexed: true
3190
- },
3191
- {
3192
- name: "newOwner",
3193
- internalType: "address",
3194
- type: "address",
3195
- indexed: true
3196
- }
3197
- ],
3198
- name: "OwnershipTransferred"
3199
- },
3200
- {
3201
- type: "event",
3202
- anonymous: false,
3203
- inputs: [
3204
- {
3205
- name: "cointag",
3206
- internalType: "address",
3207
- type: "address",
3208
- indexed: true
3209
- },
3210
- {
3211
- name: "creatorRewardRecipient",
3212
- internalType: "address",
3213
- type: "address",
3214
- indexed: true
3215
- },
3216
- {
3217
- name: "erc20",
3218
- internalType: "address",
3219
- type: "address",
3220
- indexed: true
3221
- },
3222
- {
3223
- name: "pool",
3224
- internalType: "address",
3225
- type: "address",
3226
- indexed: false
3227
- },
3228
- {
3229
- name: "percentageToBuyBurn",
3230
- internalType: "uint256",
3231
- type: "uint256",
3232
- indexed: false
3233
- },
3234
- {
3235
- name: "saltSource",
3236
- internalType: "bytes",
3237
- type: "bytes",
3238
- indexed: false
3239
- }
3240
- ],
3241
- name: "SetupNewCointag"
3242
- },
3243
- {
3244
- type: "event",
3245
- anonymous: false,
3246
- inputs: [
3247
- {
3248
- name: "implementation",
3249
- internalType: "address",
3250
- type: "address",
3251
- indexed: true
3252
- }
3253
- ],
3254
- name: "Upgraded"
3255
- },
3256
- {
3257
- type: "error",
3258
- inputs: [{ name: "target", internalType: "address", type: "address" }],
3259
- name: "AddressEmptyCode"
3260
- },
3261
- { type: "error", inputs: [], name: "AddressZero" },
3262
- { type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
3263
- {
3264
- type: "error",
3265
- inputs: [
3266
- { name: "implementation", internalType: "address", type: "address" }
3267
- ],
3268
- name: "ERC1967InvalidImplementation"
3269
- },
3270
- { type: "error", inputs: [], name: "ERC1967NonPayable" },
3271
- { type: "error", inputs: [], name: "FailedInnerCall" },
3272
- { type: "error", inputs: [], name: "InvalidInitialization" },
3273
- { type: "error", inputs: [], name: "NotInitializing" },
3274
- {
3275
- type: "error",
3276
- inputs: [{ name: "owner", internalType: "address", type: "address" }],
3277
- name: "OwnableInvalidOwner"
3278
- },
3279
- {
3280
- type: "error",
3281
- inputs: [{ name: "account", internalType: "address", type: "address" }],
3282
- name: "OwnableUnauthorizedAccount"
3283
- },
3284
- { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
3285
- {
3286
- type: "error",
3287
- inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
3288
- name: "UUPSUnsupportedProxiableUUID"
3289
- },
3290
- {
3291
- type: "error",
3292
- inputs: [
3293
- { name: "currentName", internalType: "string", type: "string" },
3294
- { name: "newName", internalType: "string", type: "string" }
3295
- ],
3296
- name: "UpgradeToMismatchedContractName"
3297
- }
3298
- ];
3299
- var cointagFactoryAddress = {
3300
- 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8",
3301
- 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8"
3302
- };
3303
- var cointagFactoryConfig = {
3304
- address: cointagFactoryAddress,
3305
- abi: cointagFactoryABI
3306
- };
3307
2693
  var commentsABI = [
3308
2694
  {
3309
2695
  type: "constructor",
@@ -5966,118 +5352,6 @@ var iSponsoredSparksSpenderActionABI = [
5966
5352
  stateMutability: "nonpayable"
5967
5353
  }
5968
5354
  ];
5969
- var iUniswapV3PoolABI = [
5970
- {
5971
- type: "function",
5972
- inputs: [],
5973
- name: "fee",
5974
- outputs: [{ name: "", internalType: "uint24", type: "uint24" }],
5975
- stateMutability: "view"
5976
- },
5977
- {
5978
- type: "function",
5979
- inputs: [],
5980
- name: "feeGrowthGlobal0X128",
5981
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5982
- stateMutability: "view"
5983
- },
5984
- {
5985
- type: "function",
5986
- inputs: [],
5987
- name: "feeGrowthGlobal1X128",
5988
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5989
- stateMutability: "view"
5990
- },
5991
- {
5992
- type: "function",
5993
- inputs: [
5994
- {
5995
- name: "observationCardinalityNext",
5996
- internalType: "uint16",
5997
- type: "uint16"
5998
- }
5999
- ],
6000
- name: "increaseObservationCardinalityNext",
6001
- outputs: [],
6002
- stateMutability: "nonpayable"
6003
- },
6004
- {
6005
- type: "function",
6006
- inputs: [
6007
- { name: "secondsAgos", internalType: "uint32[]", type: "uint32[]" }
6008
- ],
6009
- name: "observe",
6010
- outputs: [
6011
- { name: "tickCumulatives", internalType: "int56[]", type: "int56[]" },
6012
- {
6013
- name: "secondsPerLiquidityCumulativeX128s",
6014
- internalType: "uint160[]",
6015
- type: "uint160[]"
6016
- }
6017
- ],
6018
- stateMutability: "view"
6019
- },
6020
- {
6021
- type: "function",
6022
- inputs: [],
6023
- name: "slot0",
6024
- outputs: [
6025
- {
6026
- name: "slot0",
6027
- internalType: "struct IUniswapV3Pool.Slot0",
6028
- type: "tuple",
6029
- components: [
6030
- { name: "sqrtPriceX96", internalType: "uint160", type: "uint160" },
6031
- { name: "tick", internalType: "int24", type: "int24" },
6032
- { name: "observationIndex", internalType: "uint16", type: "uint16" },
6033
- {
6034
- name: "observationCardinality",
6035
- internalType: "uint16",
6036
- type: "uint16"
6037
- },
6038
- {
6039
- name: "observationCardinalityNext",
6040
- internalType: "uint16",
6041
- type: "uint16"
6042
- },
6043
- { name: "feeProtocol", internalType: "uint8", type: "uint8" },
6044
- { name: "unlocked", internalType: "bool", type: "bool" }
6045
- ]
6046
- }
6047
- ],
6048
- stateMutability: "view"
6049
- },
6050
- {
6051
- type: "function",
6052
- inputs: [
6053
- { name: "recipient", internalType: "address", type: "address" },
6054
- { name: "zeroForOne", internalType: "bool", type: "bool" },
6055
- { name: "amountSpecified", internalType: "int256", type: "int256" },
6056
- { name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" },
6057
- { name: "data", internalType: "bytes", type: "bytes" }
6058
- ],
6059
- name: "swap",
6060
- outputs: [
6061
- { name: "amount0", internalType: "int256", type: "int256" },
6062
- { name: "amount1", internalType: "int256", type: "int256" }
6063
- ],
6064
- stateMutability: "nonpayable"
6065
- },
6066
- {
6067
- type: "function",
6068
- inputs: [],
6069
- name: "token0",
6070
- outputs: [{ name: "", internalType: "address", type: "address" }],
6071
- stateMutability: "view"
6072
- },
6073
- {
6074
- type: "function",
6075
- inputs: [],
6076
- name: "token1",
6077
- outputs: [{ name: "", internalType: "address", type: "address" }],
6078
- stateMutability: "view"
6079
- }
6080
- ];
6081
5355
  var iUnwrapAndForwardActionABI = [
6082
5356
  {
6083
5357
  type: "function",
@@ -7178,92 +6452,6 @@ var sponsoredSparksSpenderConfig = {
7178
6452
  address: sponsoredSparksSpenderAddress,
7179
6453
  abi: sponsoredSparksSpenderABI
7180
6454
  };
7181
- var uniswapV3SwapRouterABI = [
7182
- {
7183
- type: "function",
7184
- inputs: [
7185
- {
7186
- name: "params",
7187
- internalType: "struct ISwapRouter.ExactInputSingleParams",
7188
- type: "tuple",
7189
- components: [
7190
- { name: "tokenIn", internalType: "address", type: "address" },
7191
- { name: "tokenOut", internalType: "address", type: "address" },
7192
- { name: "fee", internalType: "uint24", type: "uint24" },
7193
- { name: "recipient", internalType: "address", type: "address" },
7194
- { name: "amountIn", internalType: "uint256", type: "uint256" },
7195
- {
7196
- name: "amountOutMinimum",
7197
- internalType: "uint256",
7198
- type: "uint256"
7199
- },
7200
- {
7201
- name: "sqrtPriceLimitX96",
7202
- internalType: "uint160",
7203
- type: "uint160"
7204
- }
7205
- ]
7206
- }
7207
- ],
7208
- name: "exactInputSingle",
7209
- outputs: [{ name: "amountOut", internalType: "uint256", type: "uint256" }],
7210
- stateMutability: "payable"
7211
- },
7212
- {
7213
- type: "function",
7214
- inputs: [
7215
- {
7216
- name: "params",
7217
- internalType: "struct ISwapRouter.ExactOutputSingleParams",
7218
- type: "tuple",
7219
- components: [
7220
- { name: "tokenIn", internalType: "address", type: "address" },
7221
- { name: "tokenOut", internalType: "address", type: "address" },
7222
- { name: "fee", internalType: "uint24", type: "uint24" },
7223
- { name: "recipient", internalType: "address", type: "address" },
7224
- { name: "amountOut", internalType: "uint256", type: "uint256" },
7225
- { name: "amountInMaximum", internalType: "uint256", type: "uint256" },
7226
- {
7227
- name: "sqrtPriceLimitX96",
7228
- internalType: "uint160",
7229
- type: "uint160"
7230
- }
7231
- ]
7232
- }
7233
- ],
7234
- name: "exactOutputSingle",
7235
- outputs: [{ name: "amountIn", internalType: "uint256", type: "uint256" }],
7236
- stateMutability: "payable"
7237
- },
7238
- {
7239
- type: "function",
7240
- inputs: [
7241
- { name: "amount0Delta", internalType: "int256", type: "int256" },
7242
- { name: "amount1Delta", internalType: "int256", type: "int256" },
7243
- { name: "data", internalType: "bytes", type: "bytes" }
7244
- ],
7245
- name: "uniswapV3SwapCallback",
7246
- outputs: [],
7247
- stateMutability: "nonpayable"
7248
- }
7249
- ];
7250
- var uniswapV3SwapRouterAddress = {
7251
- 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
7252
- 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
7253
- 8453: "0x2626664c2603336E57B271c5C0b26F421741e481",
7254
- 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
7255
- 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66",
7256
- 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4",
7257
- 421614: "0x101F443B4d1b059569D643917553c771E1b9663E",
7258
- 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557",
7259
- 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E",
7260
- 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4",
7261
- 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a"
7262
- };
7263
- var uniswapV3SwapRouterConfig = {
7264
- address: uniswapV3SwapRouterAddress,
7265
- abi: uniswapV3SwapRouterABI
7266
- };
7267
6455
  var upgradeGateABI = [
7268
6456
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
7269
6457
  {
@@ -16307,10 +15495,6 @@ var addresses2 = {
16307
15495
  callerAndCommenterABI,
16308
15496
  callerAndCommenterAddress,
16309
15497
  callerAndCommenterConfig,
16310
- cointagABI,
16311
- cointagFactoryABI,
16312
- cointagFactoryAddress,
16313
- cointagFactoryConfig,
16314
15498
  commentsABI,
16315
15499
  commentsAddress,
16316
15500
  commentsConfig,
@@ -16326,7 +15510,6 @@ var addresses2 = {
16326
15510
  erc20ZRoyaltiesConfig,
16327
15511
  iPremintDefinitionsABI,
16328
15512
  iSponsoredSparksSpenderActionABI,
16329
- iUniswapV3PoolABI,
16330
15513
  iUnwrapAndForwardActionABI,
16331
15514
  mintsEthUnwrapperAndCallerABI,
16332
15515
  mintsEthUnwrapperAndCallerAddress,
@@ -16354,9 +15537,6 @@ var addresses2 = {
16354
15537
  sponsoredSparksSpenderABI,
16355
15538
  sponsoredSparksSpenderAddress,
16356
15539
  sponsoredSparksSpenderConfig,
16357
- uniswapV3SwapRouterABI,
16358
- uniswapV3SwapRouterAddress,
16359
- uniswapV3SwapRouterConfig,
16360
15540
  upgradeGateABI,
16361
15541
  upgradeGateAddress,
16362
15542
  upgradeGateConfig,