@zoralabs/protocol-deployments 0.5.4 → 0.5.5

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.
@@ -1,3 +1,215 @@
1
+ /**
2
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x264b731e40691Da5B40aA63AC5c3B7F7DAafA721)
3
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x6B78be0808262b1d5E9B1eeDfE448aDCE2C637a8)
4
+ */
5
+ export declare const buySupplyWithSwapRouterHookABI: readonly [{
6
+ readonly type: "constructor";
7
+ readonly inputs: readonly [{
8
+ readonly name: "_factory";
9
+ readonly internalType: "contract IZoraFactory";
10
+ readonly type: "address";
11
+ }, {
12
+ readonly name: "_swapRouter";
13
+ readonly internalType: "address";
14
+ readonly type: "address";
15
+ }];
16
+ readonly stateMutability: "nonpayable";
17
+ }, {
18
+ readonly type: "function";
19
+ readonly inputs: readonly [{
20
+ readonly name: "sender";
21
+ readonly internalType: "address";
22
+ readonly type: "address";
23
+ }, {
24
+ readonly name: "coin";
25
+ readonly internalType: "contract ICoin";
26
+ readonly type: "address";
27
+ }, {
28
+ readonly name: "hookData";
29
+ readonly internalType: "bytes";
30
+ readonly type: "bytes";
31
+ }];
32
+ readonly name: "afterCoinDeploy";
33
+ readonly outputs: readonly [{
34
+ readonly name: "";
35
+ readonly internalType: "bytes";
36
+ readonly type: "bytes";
37
+ }];
38
+ readonly stateMutability: "payable";
39
+ }, {
40
+ readonly type: "function";
41
+ readonly inputs: readonly [];
42
+ readonly name: "factory";
43
+ readonly outputs: readonly [{
44
+ readonly name: "";
45
+ readonly internalType: "contract IZoraFactory";
46
+ readonly type: "address";
47
+ }];
48
+ readonly stateMutability: "view";
49
+ }, {
50
+ readonly type: "function";
51
+ readonly inputs: readonly [{
52
+ readonly name: "interfaceId";
53
+ readonly internalType: "bytes4";
54
+ readonly type: "bytes4";
55
+ }];
56
+ readonly name: "supportsInterface";
57
+ readonly outputs: readonly [{
58
+ readonly name: "";
59
+ readonly internalType: "bool";
60
+ readonly type: "bool";
61
+ }];
62
+ readonly stateMutability: "pure";
63
+ }, {
64
+ readonly type: "error";
65
+ readonly inputs: readonly [];
66
+ readonly name: "AddressZero";
67
+ }, {
68
+ readonly type: "error";
69
+ readonly inputs: readonly [{
70
+ readonly name: "balance";
71
+ readonly internalType: "uint256";
72
+ readonly type: "uint256";
73
+ }];
74
+ readonly name: "CoinBalanceNot0";
75
+ }, {
76
+ readonly type: "error";
77
+ readonly inputs: readonly [];
78
+ readonly name: "Erc20NotReceived";
79
+ }, {
80
+ readonly type: "error";
81
+ readonly inputs: readonly [];
82
+ readonly name: "HookNotImplemented";
83
+ }, {
84
+ readonly type: "error";
85
+ readonly inputs: readonly [];
86
+ readonly name: "InvalidSwapRouterCall";
87
+ }, {
88
+ readonly type: "error";
89
+ readonly inputs: readonly [];
90
+ readonly name: "NotFactory";
91
+ }, {
92
+ readonly type: "error";
93
+ readonly inputs: readonly [{
94
+ readonly name: "error";
95
+ readonly internalType: "bytes";
96
+ readonly type: "bytes";
97
+ }];
98
+ readonly name: "SwapReverted";
99
+ }];
100
+ /**
101
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x264b731e40691Da5B40aA63AC5c3B7F7DAafA721)
102
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x6B78be0808262b1d5E9B1eeDfE448aDCE2C637a8)
103
+ */
104
+ export declare const buySupplyWithSwapRouterHookAddress: {
105
+ readonly 8453: "0x264b731e40691Da5B40aA63AC5c3B7F7DAafA721";
106
+ readonly 84532: "0x6B78be0808262b1d5E9B1eeDfE448aDCE2C637a8";
107
+ };
108
+ /**
109
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x264b731e40691Da5B40aA63AC5c3B7F7DAafA721)
110
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x6B78be0808262b1d5E9B1eeDfE448aDCE2C637a8)
111
+ */
112
+ export declare const buySupplyWithSwapRouterHookConfig: {
113
+ readonly address: {
114
+ readonly 8453: "0x264b731e40691Da5B40aA63AC5c3B7F7DAafA721";
115
+ readonly 84532: "0x6B78be0808262b1d5E9B1eeDfE448aDCE2C637a8";
116
+ };
117
+ readonly abi: readonly [{
118
+ readonly type: "constructor";
119
+ readonly inputs: readonly [{
120
+ readonly name: "_factory";
121
+ readonly internalType: "contract IZoraFactory";
122
+ readonly type: "address";
123
+ }, {
124
+ readonly name: "_swapRouter";
125
+ readonly internalType: "address";
126
+ readonly type: "address";
127
+ }];
128
+ readonly stateMutability: "nonpayable";
129
+ }, {
130
+ readonly type: "function";
131
+ readonly inputs: readonly [{
132
+ readonly name: "sender";
133
+ readonly internalType: "address";
134
+ readonly type: "address";
135
+ }, {
136
+ readonly name: "coin";
137
+ readonly internalType: "contract ICoin";
138
+ readonly type: "address";
139
+ }, {
140
+ readonly name: "hookData";
141
+ readonly internalType: "bytes";
142
+ readonly type: "bytes";
143
+ }];
144
+ readonly name: "afterCoinDeploy";
145
+ readonly outputs: readonly [{
146
+ readonly name: "";
147
+ readonly internalType: "bytes";
148
+ readonly type: "bytes";
149
+ }];
150
+ readonly stateMutability: "payable";
151
+ }, {
152
+ readonly type: "function";
153
+ readonly inputs: readonly [];
154
+ readonly name: "factory";
155
+ readonly outputs: readonly [{
156
+ readonly name: "";
157
+ readonly internalType: "contract IZoraFactory";
158
+ readonly type: "address";
159
+ }];
160
+ readonly stateMutability: "view";
161
+ }, {
162
+ readonly type: "function";
163
+ readonly inputs: readonly [{
164
+ readonly name: "interfaceId";
165
+ readonly internalType: "bytes4";
166
+ readonly type: "bytes4";
167
+ }];
168
+ readonly name: "supportsInterface";
169
+ readonly outputs: readonly [{
170
+ readonly name: "";
171
+ readonly internalType: "bool";
172
+ readonly type: "bool";
173
+ }];
174
+ readonly stateMutability: "pure";
175
+ }, {
176
+ readonly type: "error";
177
+ readonly inputs: readonly [];
178
+ readonly name: "AddressZero";
179
+ }, {
180
+ readonly type: "error";
181
+ readonly inputs: readonly [{
182
+ readonly name: "balance";
183
+ readonly internalType: "uint256";
184
+ readonly type: "uint256";
185
+ }];
186
+ readonly name: "CoinBalanceNot0";
187
+ }, {
188
+ readonly type: "error";
189
+ readonly inputs: readonly [];
190
+ readonly name: "Erc20NotReceived";
191
+ }, {
192
+ readonly type: "error";
193
+ readonly inputs: readonly [];
194
+ readonly name: "HookNotImplemented";
195
+ }, {
196
+ readonly type: "error";
197
+ readonly inputs: readonly [];
198
+ readonly name: "InvalidSwapRouterCall";
199
+ }, {
200
+ readonly type: "error";
201
+ readonly inputs: readonly [];
202
+ readonly name: "NotFactory";
203
+ }, {
204
+ readonly type: "error";
205
+ readonly inputs: readonly [{
206
+ readonly name: "error";
207
+ readonly internalType: "bytes";
208
+ readonly type: "bytes";
209
+ }];
210
+ readonly name: "SwapReverted";
211
+ }];
212
+ };
1
213
  /**
2
214
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
3
215
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
@@ -3529,76 +3741,6 @@ export declare const coinABI: readonly [{
3529
3741
  readonly type: "bytes32";
3530
3742
  }];
3531
3743
  readonly stateMutability: "view";
3532
- }, {
3533
- readonly type: "function";
3534
- readonly inputs: readonly [];
3535
- readonly name: "MAX_TOTAL_SUPPLY";
3536
- readonly outputs: readonly [{
3537
- readonly name: "";
3538
- readonly internalType: "uint256";
3539
- readonly type: "uint256";
3540
- }];
3541
- readonly stateMutability: "view";
3542
- }, {
3543
- readonly type: "function";
3544
- readonly inputs: readonly [];
3545
- readonly name: "MIN_ORDER_SIZE";
3546
- readonly outputs: readonly [{
3547
- readonly name: "";
3548
- readonly internalType: "uint256";
3549
- readonly type: "uint256";
3550
- }];
3551
- readonly stateMutability: "view";
3552
- }, {
3553
- readonly type: "function";
3554
- readonly inputs: readonly [];
3555
- readonly name: "PLATFORM_REFERRER_FEE_BPS";
3556
- readonly outputs: readonly [{
3557
- readonly name: "";
3558
- readonly internalType: "uint256";
3559
- readonly type: "uint256";
3560
- }];
3561
- readonly stateMutability: "view";
3562
- }, {
3563
- readonly type: "function";
3564
- readonly inputs: readonly [];
3565
- readonly name: "PROTOCOL_FEE_BPS";
3566
- readonly outputs: readonly [{
3567
- readonly name: "";
3568
- readonly internalType: "uint256";
3569
- readonly type: "uint256";
3570
- }];
3571
- readonly stateMutability: "view";
3572
- }, {
3573
- readonly type: "function";
3574
- readonly inputs: readonly [];
3575
- readonly name: "TOKEN_CREATOR_FEE_BPS";
3576
- readonly outputs: readonly [{
3577
- readonly name: "";
3578
- readonly internalType: "uint256";
3579
- readonly type: "uint256";
3580
- }];
3581
- readonly stateMutability: "view";
3582
- }, {
3583
- readonly type: "function";
3584
- readonly inputs: readonly [];
3585
- readonly name: "TOTAL_FEE_BPS";
3586
- readonly outputs: readonly [{
3587
- readonly name: "";
3588
- readonly internalType: "uint256";
3589
- readonly type: "uint256";
3590
- }];
3591
- readonly stateMutability: "view";
3592
- }, {
3593
- readonly type: "function";
3594
- readonly inputs: readonly [];
3595
- readonly name: "TRADE_REFERRER_FEE_BPS";
3596
- readonly outputs: readonly [{
3597
- readonly name: "";
3598
- readonly internalType: "uint256";
3599
- readonly type: "uint256";
3600
- }];
3601
- readonly stateMutability: "view";
3602
3744
  }, {
3603
3745
  readonly type: "function";
3604
3746
  readonly inputs: readonly [];
@@ -3865,6 +4007,26 @@ export declare const coinABI: readonly [{
3865
4007
  readonly type: "bool";
3866
4008
  }];
3867
4009
  readonly stateMutability: "view";
4010
+ }, {
4011
+ readonly type: "function";
4012
+ readonly inputs: readonly [];
4013
+ readonly name: "market";
4014
+ readonly outputs: readonly [{
4015
+ readonly name: "";
4016
+ readonly internalType: "bytes";
4017
+ readonly type: "bytes";
4018
+ }];
4019
+ readonly stateMutability: "view";
4020
+ }, {
4021
+ readonly type: "function";
4022
+ readonly inputs: readonly [];
4023
+ readonly name: "marketVersion";
4024
+ readonly outputs: readonly [{
4025
+ readonly name: "";
4026
+ readonly internalType: "uint8";
4027
+ readonly type: "uint8";
4028
+ }];
4029
+ readonly stateMutability: "view";
3868
4030
  }, {
3869
4031
  readonly type: "function";
3870
4032
  readonly inputs: readonly [];
@@ -4616,6 +4778,10 @@ export declare const coinABI: readonly [{
4616
4778
  readonly type: "error";
4617
4779
  readonly inputs: readonly [];
4618
4780
  readonly name: "AddressZero";
4781
+ }, {
4782
+ readonly type: "error";
4783
+ readonly inputs: readonly [];
4784
+ readonly name: "AddressZero";
4619
4785
  }, {
4620
4786
  readonly type: "error";
4621
4787
  readonly inputs: readonly [];
@@ -4796,6 +4962,10 @@ export declare const coinABI: readonly [{
4796
4962
  readonly type: "error";
4797
4963
  readonly inputs: readonly [];
4798
4964
  readonly name: "InvalidPoolVersion";
4965
+ }, {
4966
+ readonly type: "error";
4967
+ readonly inputs: readonly [];
4968
+ readonly name: "InvalidPoolVersion";
4799
4969
  }, {
4800
4970
  readonly type: "error";
4801
4971
  readonly inputs: readonly [{
@@ -4858,7 +5028,15 @@ export declare const coinABI: readonly [{
4858
5028
  readonly name: "OnlyOwner";
4859
5029
  }, {
4860
5030
  readonly type: "error";
4861
- readonly inputs: readonly [];
5031
+ readonly inputs: readonly [{
5032
+ readonly name: "sender";
5033
+ readonly internalType: "address";
5034
+ readonly type: "address";
5035
+ }, {
5036
+ readonly name: "pool";
5037
+ readonly internalType: "address";
5038
+ readonly type: "address";
5039
+ }];
4862
5040
  readonly name: "OnlyPool";
4863
5041
  }, {
4864
5042
  readonly type: "error";
@@ -4920,7 +5098,27 @@ export declare const coinFactoryABI: readonly [{
4920
5098
  readonly internalType: "address";
4921
5099
  readonly type: "address";
4922
5100
  }];
4923
- readonly stateMutability: "view";
5101
+ readonly stateMutability: "view";
5102
+ }, {
5103
+ readonly type: "function";
5104
+ readonly inputs: readonly [];
5105
+ readonly name: "contractName";
5106
+ readonly outputs: readonly [{
5107
+ readonly name: "";
5108
+ readonly internalType: "string";
5109
+ readonly type: "string";
5110
+ }];
5111
+ readonly stateMutability: "pure";
5112
+ }, {
5113
+ readonly type: "function";
5114
+ readonly inputs: readonly [];
5115
+ readonly name: "contractVersion";
5116
+ readonly outputs: readonly [{
5117
+ readonly name: "";
5118
+ readonly internalType: "string";
5119
+ readonly type: "string";
5120
+ }];
5121
+ readonly stateMutability: "pure";
4924
5122
  }, {
4925
5123
  readonly type: "function";
4926
5124
  readonly inputs: readonly [{
@@ -5017,6 +5215,56 @@ export declare const coinFactoryABI: readonly [{
5017
5215
  readonly type: "uint256";
5018
5216
  }];
5019
5217
  readonly stateMutability: "payable";
5218
+ }, {
5219
+ readonly type: "function";
5220
+ readonly inputs: readonly [{
5221
+ readonly name: "payoutRecipient";
5222
+ readonly internalType: "address";
5223
+ readonly type: "address";
5224
+ }, {
5225
+ readonly name: "owners";
5226
+ readonly internalType: "address[]";
5227
+ readonly type: "address[]";
5228
+ }, {
5229
+ readonly name: "uri";
5230
+ readonly internalType: "string";
5231
+ readonly type: "string";
5232
+ }, {
5233
+ readonly name: "name";
5234
+ readonly internalType: "string";
5235
+ readonly type: "string";
5236
+ }, {
5237
+ readonly name: "symbol";
5238
+ readonly internalType: "string";
5239
+ readonly type: "string";
5240
+ }, {
5241
+ readonly name: "poolConfig";
5242
+ readonly internalType: "bytes";
5243
+ readonly type: "bytes";
5244
+ }, {
5245
+ readonly name: "platformReferrer";
5246
+ readonly internalType: "address";
5247
+ readonly type: "address";
5248
+ }, {
5249
+ readonly name: "hook";
5250
+ readonly internalType: "address";
5251
+ readonly type: "address";
5252
+ }, {
5253
+ readonly name: "hookData";
5254
+ readonly internalType: "bytes";
5255
+ readonly type: "bytes";
5256
+ }];
5257
+ readonly name: "deployWithHook";
5258
+ readonly outputs: readonly [{
5259
+ readonly name: "coin";
5260
+ readonly internalType: "address";
5261
+ readonly type: "address";
5262
+ }, {
5263
+ readonly name: "hookDataOut";
5264
+ readonly internalType: "bytes";
5265
+ readonly type: "bytes";
5266
+ }];
5267
+ readonly stateMutability: "payable";
5020
5268
  }, {
5021
5269
  readonly type: "function";
5022
5270
  readonly inputs: readonly [];
@@ -5221,6 +5469,10 @@ export declare const coinFactoryABI: readonly [{
5221
5469
  readonly type: "error";
5222
5470
  readonly inputs: readonly [];
5223
5471
  readonly name: "FailedInnerCall";
5472
+ }, {
5473
+ readonly type: "error";
5474
+ readonly inputs: readonly [];
5475
+ readonly name: "InvalidHook";
5224
5476
  }, {
5225
5477
  readonly type: "error";
5226
5478
  readonly inputs: readonly [];
@@ -5269,6 +5521,18 @@ export declare const coinFactoryABI: readonly [{
5269
5521
  readonly type: "bytes32";
5270
5522
  }];
5271
5523
  readonly name: "UUPSUnsupportedProxiableUUID";
5524
+ }, {
5525
+ readonly type: "error";
5526
+ readonly inputs: readonly [{
5527
+ readonly name: "currentName";
5528
+ readonly internalType: "string";
5529
+ readonly type: "string";
5530
+ }, {
5531
+ readonly name: "newName";
5532
+ readonly internalType: "string";
5533
+ readonly type: "string";
5534
+ }];
5535
+ readonly name: "UpgradeToMismatchedContractName";
5272
5536
  }];
5273
5537
  /**
5274
5538
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
@@ -5315,6 +5579,26 @@ export declare const coinFactoryConfig: {
5315
5579
  readonly type: "address";
5316
5580
  }];
5317
5581
  readonly stateMutability: "view";
5582
+ }, {
5583
+ readonly type: "function";
5584
+ readonly inputs: readonly [];
5585
+ readonly name: "contractName";
5586
+ readonly outputs: readonly [{
5587
+ readonly name: "";
5588
+ readonly internalType: "string";
5589
+ readonly type: "string";
5590
+ }];
5591
+ readonly stateMutability: "pure";
5592
+ }, {
5593
+ readonly type: "function";
5594
+ readonly inputs: readonly [];
5595
+ readonly name: "contractVersion";
5596
+ readonly outputs: readonly [{
5597
+ readonly name: "";
5598
+ readonly internalType: "string";
5599
+ readonly type: "string";
5600
+ }];
5601
+ readonly stateMutability: "pure";
5318
5602
  }, {
5319
5603
  readonly type: "function";
5320
5604
  readonly inputs: readonly [{
@@ -5411,6 +5695,56 @@ export declare const coinFactoryConfig: {
5411
5695
  readonly type: "uint256";
5412
5696
  }];
5413
5697
  readonly stateMutability: "payable";
5698
+ }, {
5699
+ readonly type: "function";
5700
+ readonly inputs: readonly [{
5701
+ readonly name: "payoutRecipient";
5702
+ readonly internalType: "address";
5703
+ readonly type: "address";
5704
+ }, {
5705
+ readonly name: "owners";
5706
+ readonly internalType: "address[]";
5707
+ readonly type: "address[]";
5708
+ }, {
5709
+ readonly name: "uri";
5710
+ readonly internalType: "string";
5711
+ readonly type: "string";
5712
+ }, {
5713
+ readonly name: "name";
5714
+ readonly internalType: "string";
5715
+ readonly type: "string";
5716
+ }, {
5717
+ readonly name: "symbol";
5718
+ readonly internalType: "string";
5719
+ readonly type: "string";
5720
+ }, {
5721
+ readonly name: "poolConfig";
5722
+ readonly internalType: "bytes";
5723
+ readonly type: "bytes";
5724
+ }, {
5725
+ readonly name: "platformReferrer";
5726
+ readonly internalType: "address";
5727
+ readonly type: "address";
5728
+ }, {
5729
+ readonly name: "hook";
5730
+ readonly internalType: "address";
5731
+ readonly type: "address";
5732
+ }, {
5733
+ readonly name: "hookData";
5734
+ readonly internalType: "bytes";
5735
+ readonly type: "bytes";
5736
+ }];
5737
+ readonly name: "deployWithHook";
5738
+ readonly outputs: readonly [{
5739
+ readonly name: "coin";
5740
+ readonly internalType: "address";
5741
+ readonly type: "address";
5742
+ }, {
5743
+ readonly name: "hookDataOut";
5744
+ readonly internalType: "bytes";
5745
+ readonly type: "bytes";
5746
+ }];
5747
+ readonly stateMutability: "payable";
5414
5748
  }, {
5415
5749
  readonly type: "function";
5416
5750
  readonly inputs: readonly [];
@@ -5615,6 +5949,10 @@ export declare const coinFactoryConfig: {
5615
5949
  readonly type: "error";
5616
5950
  readonly inputs: readonly [];
5617
5951
  readonly name: "FailedInnerCall";
5952
+ }, {
5953
+ readonly type: "error";
5954
+ readonly inputs: readonly [];
5955
+ readonly name: "InvalidHook";
5618
5956
  }, {
5619
5957
  readonly type: "error";
5620
5958
  readonly inputs: readonly [];
@@ -5663,6 +6001,18 @@ export declare const coinFactoryConfig: {
5663
6001
  readonly type: "bytes32";
5664
6002
  }];
5665
6003
  readonly name: "UUPSUnsupportedProxiableUUID";
6004
+ }, {
6005
+ readonly type: "error";
6006
+ readonly inputs: readonly [{
6007
+ readonly name: "currentName";
6008
+ readonly internalType: "string";
6009
+ readonly type: "string";
6010
+ }, {
6011
+ readonly name: "newName";
6012
+ readonly internalType: "string";
6013
+ readonly type: "string";
6014
+ }];
6015
+ readonly name: "UpgradeToMismatchedContractName";
5666
6016
  }];
5667
6017
  };
5668
6018
  export declare const cointagABI: readonly [{
@@ -17019,6 +17369,37 @@ export declare const sponsoredSparksSpenderConfig: {
17019
17369
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
17020
17370
  */
17021
17371
  export declare const uniswapV3SwapRouterABI: readonly [{
17372
+ readonly type: "function";
17373
+ readonly inputs: readonly [{
17374
+ readonly name: "params";
17375
+ readonly internalType: "struct ISwapRouter.ExactInputParams";
17376
+ readonly type: "tuple";
17377
+ readonly components: readonly [{
17378
+ readonly name: "path";
17379
+ readonly internalType: "bytes";
17380
+ readonly type: "bytes";
17381
+ }, {
17382
+ readonly name: "recipient";
17383
+ readonly internalType: "address";
17384
+ readonly type: "address";
17385
+ }, {
17386
+ readonly name: "amountIn";
17387
+ readonly internalType: "uint256";
17388
+ readonly type: "uint256";
17389
+ }, {
17390
+ readonly name: "amountOutMinimum";
17391
+ readonly internalType: "uint256";
17392
+ readonly type: "uint256";
17393
+ }];
17394
+ }];
17395
+ readonly name: "exactInput";
17396
+ readonly outputs: readonly [{
17397
+ readonly name: "amountOut";
17398
+ readonly internalType: "uint256";
17399
+ readonly type: "uint256";
17400
+ }];
17401
+ readonly stateMutability: "payable";
17402
+ }, {
17022
17403
  readonly type: "function";
17023
17404
  readonly inputs: readonly [{
17024
17405
  readonly name: "params";
@@ -17061,6 +17442,37 @@ export declare const uniswapV3SwapRouterABI: readonly [{
17061
17442
  readonly type: "uint256";
17062
17443
  }];
17063
17444
  readonly stateMutability: "payable";
17445
+ }, {
17446
+ readonly type: "function";
17447
+ readonly inputs: readonly [{
17448
+ readonly name: "params";
17449
+ readonly internalType: "struct ISwapRouter.ExactOutputParams";
17450
+ readonly type: "tuple";
17451
+ readonly components: readonly [{
17452
+ readonly name: "path";
17453
+ readonly internalType: "bytes";
17454
+ readonly type: "bytes";
17455
+ }, {
17456
+ readonly name: "recipient";
17457
+ readonly internalType: "address";
17458
+ readonly type: "address";
17459
+ }, {
17460
+ readonly name: "amountOut";
17461
+ readonly internalType: "uint256";
17462
+ readonly type: "uint256";
17463
+ }, {
17464
+ readonly name: "amountInMaximum";
17465
+ readonly internalType: "uint256";
17466
+ readonly type: "uint256";
17467
+ }];
17468
+ }];
17469
+ readonly name: "exactOutput";
17470
+ readonly outputs: readonly [{
17471
+ readonly name: "amountIn";
17472
+ readonly internalType: "uint256";
17473
+ readonly type: "uint256";
17474
+ }];
17475
+ readonly stateMutability: "payable";
17064
17476
  }, {
17065
17477
  readonly type: "function";
17066
17478
  readonly inputs: readonly [{
@@ -17177,6 +17589,37 @@ export declare const uniswapV3SwapRouterConfig: {
17177
17589
  readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
17178
17590
  };
17179
17591
  readonly abi: readonly [{
17592
+ readonly type: "function";
17593
+ readonly inputs: readonly [{
17594
+ readonly name: "params";
17595
+ readonly internalType: "struct ISwapRouter.ExactInputParams";
17596
+ readonly type: "tuple";
17597
+ readonly components: readonly [{
17598
+ readonly name: "path";
17599
+ readonly internalType: "bytes";
17600
+ readonly type: "bytes";
17601
+ }, {
17602
+ readonly name: "recipient";
17603
+ readonly internalType: "address";
17604
+ readonly type: "address";
17605
+ }, {
17606
+ readonly name: "amountIn";
17607
+ readonly internalType: "uint256";
17608
+ readonly type: "uint256";
17609
+ }, {
17610
+ readonly name: "amountOutMinimum";
17611
+ readonly internalType: "uint256";
17612
+ readonly type: "uint256";
17613
+ }];
17614
+ }];
17615
+ readonly name: "exactInput";
17616
+ readonly outputs: readonly [{
17617
+ readonly name: "amountOut";
17618
+ readonly internalType: "uint256";
17619
+ readonly type: "uint256";
17620
+ }];
17621
+ readonly stateMutability: "payable";
17622
+ }, {
17180
17623
  readonly type: "function";
17181
17624
  readonly inputs: readonly [{
17182
17625
  readonly name: "params";
@@ -17219,6 +17662,37 @@ export declare const uniswapV3SwapRouterConfig: {
17219
17662
  readonly type: "uint256";
17220
17663
  }];
17221
17664
  readonly stateMutability: "payable";
17665
+ }, {
17666
+ readonly type: "function";
17667
+ readonly inputs: readonly [{
17668
+ readonly name: "params";
17669
+ readonly internalType: "struct ISwapRouter.ExactOutputParams";
17670
+ readonly type: "tuple";
17671
+ readonly components: readonly [{
17672
+ readonly name: "path";
17673
+ readonly internalType: "bytes";
17674
+ readonly type: "bytes";
17675
+ }, {
17676
+ readonly name: "recipient";
17677
+ readonly internalType: "address";
17678
+ readonly type: "address";
17679
+ }, {
17680
+ readonly name: "amountOut";
17681
+ readonly internalType: "uint256";
17682
+ readonly type: "uint256";
17683
+ }, {
17684
+ readonly name: "amountInMaximum";
17685
+ readonly internalType: "uint256";
17686
+ readonly type: "uint256";
17687
+ }];
17688
+ }];
17689
+ readonly name: "exactOutput";
17690
+ readonly outputs: readonly [{
17691
+ readonly name: "amountIn";
17692
+ readonly internalType: "uint256";
17693
+ readonly type: "uint256";
17694
+ }];
17695
+ readonly stateMutability: "payable";
17222
17696
  }, {
17223
17697
  readonly type: "function";
17224
17698
  readonly inputs: readonly [{