@zoralabs/protocol-deployments 0.5.9 → 0.5.10
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/.turbo/turbo-build.log +46 -47
- package/CHANGELOG.md +6 -0
- package/LICENSE +21 -0
- package/dist/encoding.d.ts +2 -2
- package/dist/generated/wagmi.d.ts +132 -12
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +34 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +34 -6
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/src/generated/wagmi.ts +38 -10
- package/.turbo/turbo-lint.log +0 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,47 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
>
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
src/
|
|
15
|
-
src/
|
|
16
|
-
src/
|
|
17
|
-
|
|
18
|
-
scripts/bundle-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
>
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[34mCLI[39m
|
|
25
|
-
[34mCLI[39m
|
|
26
|
-
[34mCLI[39m tsup
|
|
27
|
-
[34mCLI[39m
|
|
28
|
-
[34mCLI[39m
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
[
|
|
32
|
-
[
|
|
33
|
-
[
|
|
34
|
-
[32mESM[39m [1mdist/secp256k1-QZA5SALG.js [22m[32m80.13 KB[39m
|
|
35
|
-
[32mESM[39m [1mdist/
|
|
36
|
-
[32mESM[39m [1mdist/
|
|
37
|
-
[32mESM[39m [1mdist/
|
|
38
|
-
[32mESM[39m [1mdist/chunk-PR4QN5HX.js
|
|
39
|
-
[32mESM[39m [1mdist/
|
|
40
|
-
[32mESM[39m [1mdist/secp256k1-QZA5SALG.js.map [22m[32m203.10 KB[39m
|
|
41
|
-
[32mESM[39m [1mdist/
|
|
42
|
-
[32mESM[39m [1mdist/chunk-NPNNGXR4.js.map [22m[32m393.76 KB[39m
|
|
43
|
-
[32mESM[39m [1mdist/
|
|
44
|
-
[32mESM[39m
|
|
45
|
-
[
|
|
46
|
-
[
|
|
47
|
-
[32mCJS[39m ⚡️ Build success in 184ms
|
|
1
|
+
|
|
2
|
+
> @zoralabs/protocol-deployments@0.5.10 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
3
|
+
> pnpm bundle-configs && pnpm copy-generated && tsup
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @zoralabs/protocol-deployments@0.5.10 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
7
|
+
> tsx scripts/bundle-configs.ts && pnpm prettier:write
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
> @zoralabs/protocol-deployments@0.5.10 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
11
|
+
> prettier --write 'src/**/*.ts' 'scripts/*'
|
|
12
|
+
|
|
13
|
+
src/encoding.ts 95ms (unchanged)
|
|
14
|
+
src/index.ts 3ms (unchanged)
|
|
15
|
+
src/typedData.ts 153ms (unchanged)
|
|
16
|
+
src/types.ts 48ms (unchanged)
|
|
17
|
+
scripts/bundle-chainConfigs.ts 12ms (unchanged)
|
|
18
|
+
scripts/bundle-configs.ts 36ms (unchanged)
|
|
19
|
+
|
|
20
|
+
> @zoralabs/protocol-deployments@0.5.10 copy-generated /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
21
|
+
> cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
|
|
22
|
+
|
|
23
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
24
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
25
|
+
[34mCLI[39m tsup v8.4.0
|
|
26
|
+
[34mCLI[39m Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
|
|
27
|
+
[34mCLI[39m Target: es2021
|
|
28
|
+
[34mCLI[39m Cleaning output folder
|
|
29
|
+
[34mCJS[39m Build start
|
|
30
|
+
[34mESM[39m Build start
|
|
31
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m623.56 KB[39m
|
|
32
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m1.26 MB[39m
|
|
33
|
+
[32mCJS[39m ⚡️ Build success in 770ms
|
|
34
|
+
[32mESM[39m [1mdist/secp256k1-QZA5SALG.js [22m[32m80.13 KB[39m
|
|
35
|
+
[32mESM[39m [1mdist/ccip-C5WONSSK.js [22m[32m290.00 B[39m
|
|
36
|
+
[32mESM[39m [1mdist/chunk-NPNNGXR4.js [22m[32m136.42 KB[39m
|
|
37
|
+
[32mESM[39m [1mdist/_esm-AN6HMJZC.js [22m[32m132.93 KB[39m
|
|
38
|
+
[32mESM[39m [1mdist/chunk-PR4QN5HX.js [22m[32m1.87 KB[39m
|
|
39
|
+
[32mESM[39m [1mdist/index.js [22m[32m538.45 KB[39m
|
|
40
|
+
[32mESM[39m [1mdist/secp256k1-QZA5SALG.js.map [22m[32m203.10 KB[39m
|
|
41
|
+
[32mESM[39m [1mdist/ccip-C5WONSSK.js.map [22m[32m71.00 B[39m
|
|
42
|
+
[32mESM[39m [1mdist/chunk-NPNNGXR4.js.map [22m[32m393.76 KB[39m
|
|
43
|
+
[32mESM[39m [1mdist/chunk-PR4QN5HX.js.map [22m[32m71.00 B[39m
|
|
44
|
+
[32mESM[39m [1mdist/_esm-AN6HMJZC.js.map [22m[32m212.33 KB[39m
|
|
45
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m1.02 MB[39m
|
|
46
|
+
[32mESM[39m ⚡️ Build success in 772ms
|
package/CHANGELOG.md
CHANGED
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Zora Labs
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/encoding.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export declare const encodeBuySupplyWithSingleHopSwapRouterHookCall: ({ buyRecip
|
|
|
62
62
|
chainId: keyof typeof buySupplyWithSwapRouterHookAddress;
|
|
63
63
|
ethValue?: bigint;
|
|
64
64
|
}) => {
|
|
65
|
-
hook: "
|
|
65
|
+
hook: "0xd77038a7f400E8242d2916f7EB5741e689d4aE25" | "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
|
|
66
66
|
hookData: `0x${string}`;
|
|
67
67
|
value: bigint | undefined;
|
|
68
68
|
};
|
|
@@ -82,7 +82,7 @@ export declare const encodeBuySupplyWithMultiHopSwapRouterHookCall: ({ buyRecipi
|
|
|
82
82
|
chainId: keyof typeof buySupplyWithSwapRouterHookAddress;
|
|
83
83
|
ethValue?: bigint;
|
|
84
84
|
}) => {
|
|
85
|
-
hook: "
|
|
85
|
+
hook: "0xd77038a7f400E8242d2916f7EB5741e689d4aE25" | "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
|
|
86
86
|
hookData: `0x${string}`;
|
|
87
87
|
value: bigint | undefined;
|
|
88
88
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xd77038a7f400E8242d2916f7EB5741e689d4aE25)
|
|
3
3
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
|
|
4
4
|
*/
|
|
5
5
|
export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
@@ -12,6 +12,10 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12
12
|
readonly name: "_swapRouter";
|
|
13
13
|
readonly internalType: "address";
|
|
14
14
|
readonly type: "address";
|
|
15
|
+
}, {
|
|
16
|
+
readonly name: "_poolManager";
|
|
17
|
+
readonly internalType: "address";
|
|
18
|
+
readonly type: "address";
|
|
15
19
|
}];
|
|
16
20
|
readonly stateMutability: "nonpayable";
|
|
17
21
|
}, {
|
|
@@ -60,6 +64,20 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
60
64
|
readonly type: "bool";
|
|
61
65
|
}];
|
|
62
66
|
readonly stateMutability: "pure";
|
|
67
|
+
}, {
|
|
68
|
+
readonly type: "function";
|
|
69
|
+
readonly inputs: readonly [{
|
|
70
|
+
readonly name: "data";
|
|
71
|
+
readonly internalType: "bytes";
|
|
72
|
+
readonly type: "bytes";
|
|
73
|
+
}];
|
|
74
|
+
readonly name: "unlockCallback";
|
|
75
|
+
readonly outputs: readonly [{
|
|
76
|
+
readonly name: "";
|
|
77
|
+
readonly internalType: "bytes";
|
|
78
|
+
readonly type: "bytes";
|
|
79
|
+
}];
|
|
80
|
+
readonly stateMutability: "nonpayable";
|
|
63
81
|
}, {
|
|
64
82
|
readonly type: "error";
|
|
65
83
|
readonly inputs: readonly [];
|
|
@@ -72,6 +90,14 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
72
90
|
readonly type: "uint256";
|
|
73
91
|
}];
|
|
74
92
|
readonly name: "CoinBalanceNot0";
|
|
93
|
+
}, {
|
|
94
|
+
readonly type: "error";
|
|
95
|
+
readonly inputs: readonly [{
|
|
96
|
+
readonly name: "balance";
|
|
97
|
+
readonly internalType: "uint256";
|
|
98
|
+
readonly type: "uint256";
|
|
99
|
+
}];
|
|
100
|
+
readonly name: "CurrencyBalanceNot0";
|
|
75
101
|
}, {
|
|
76
102
|
readonly type: "error";
|
|
77
103
|
readonly inputs: readonly [];
|
|
@@ -88,6 +114,10 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
88
114
|
readonly type: "error";
|
|
89
115
|
readonly inputs: readonly [];
|
|
90
116
|
readonly name: "NotFactory";
|
|
117
|
+
}, {
|
|
118
|
+
readonly type: "error";
|
|
119
|
+
readonly inputs: readonly [];
|
|
120
|
+
readonly name: "OnlyPoolManager";
|
|
91
121
|
}, {
|
|
92
122
|
readonly type: "error";
|
|
93
123
|
readonly inputs: readonly [{
|
|
@@ -98,20 +128,20 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
98
128
|
readonly name: "SwapReverted";
|
|
99
129
|
}];
|
|
100
130
|
/**
|
|
101
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
131
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xd77038a7f400E8242d2916f7EB5741e689d4aE25)
|
|
102
132
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
|
|
103
133
|
*/
|
|
104
134
|
export declare const buySupplyWithSwapRouterHookAddress: {
|
|
105
|
-
readonly 8453: "
|
|
135
|
+
readonly 8453: "0xd77038a7f400E8242d2916f7EB5741e689d4aE25";
|
|
106
136
|
readonly 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
|
|
107
137
|
};
|
|
108
138
|
/**
|
|
109
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
139
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xd77038a7f400E8242d2916f7EB5741e689d4aE25)
|
|
110
140
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
|
|
111
141
|
*/
|
|
112
142
|
export declare const buySupplyWithSwapRouterHookConfig: {
|
|
113
143
|
readonly address: {
|
|
114
|
-
readonly 8453: "
|
|
144
|
+
readonly 8453: "0xd77038a7f400E8242d2916f7EB5741e689d4aE25";
|
|
115
145
|
readonly 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
|
|
116
146
|
};
|
|
117
147
|
readonly abi: readonly [{
|
|
@@ -124,6 +154,10 @@ export declare const buySupplyWithSwapRouterHookConfig: {
|
|
|
124
154
|
readonly name: "_swapRouter";
|
|
125
155
|
readonly internalType: "address";
|
|
126
156
|
readonly type: "address";
|
|
157
|
+
}, {
|
|
158
|
+
readonly name: "_poolManager";
|
|
159
|
+
readonly internalType: "address";
|
|
160
|
+
readonly type: "address";
|
|
127
161
|
}];
|
|
128
162
|
readonly stateMutability: "nonpayable";
|
|
129
163
|
}, {
|
|
@@ -172,6 +206,20 @@ export declare const buySupplyWithSwapRouterHookConfig: {
|
|
|
172
206
|
readonly type: "bool";
|
|
173
207
|
}];
|
|
174
208
|
readonly stateMutability: "pure";
|
|
209
|
+
}, {
|
|
210
|
+
readonly type: "function";
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly name: "data";
|
|
213
|
+
readonly internalType: "bytes";
|
|
214
|
+
readonly type: "bytes";
|
|
215
|
+
}];
|
|
216
|
+
readonly name: "unlockCallback";
|
|
217
|
+
readonly outputs: readonly [{
|
|
218
|
+
readonly name: "";
|
|
219
|
+
readonly internalType: "bytes";
|
|
220
|
+
readonly type: "bytes";
|
|
221
|
+
}];
|
|
222
|
+
readonly stateMutability: "nonpayable";
|
|
175
223
|
}, {
|
|
176
224
|
readonly type: "error";
|
|
177
225
|
readonly inputs: readonly [];
|
|
@@ -184,6 +232,14 @@ export declare const buySupplyWithSwapRouterHookConfig: {
|
|
|
184
232
|
readonly type: "uint256";
|
|
185
233
|
}];
|
|
186
234
|
readonly name: "CoinBalanceNot0";
|
|
235
|
+
}, {
|
|
236
|
+
readonly type: "error";
|
|
237
|
+
readonly inputs: readonly [{
|
|
238
|
+
readonly name: "balance";
|
|
239
|
+
readonly internalType: "uint256";
|
|
240
|
+
readonly type: "uint256";
|
|
241
|
+
}];
|
|
242
|
+
readonly name: "CurrencyBalanceNot0";
|
|
187
243
|
}, {
|
|
188
244
|
readonly type: "error";
|
|
189
245
|
readonly inputs: readonly [];
|
|
@@ -200,6 +256,10 @@ export declare const buySupplyWithSwapRouterHookConfig: {
|
|
|
200
256
|
readonly type: "error";
|
|
201
257
|
readonly inputs: readonly [];
|
|
202
258
|
readonly name: "NotFactory";
|
|
259
|
+
}, {
|
|
260
|
+
readonly type: "error";
|
|
261
|
+
readonly inputs: readonly [];
|
|
262
|
+
readonly name: "OnlyPoolManager";
|
|
203
263
|
}, {
|
|
204
264
|
readonly type: "error";
|
|
205
265
|
readonly inputs: readonly [{
|
|
@@ -3928,7 +3988,7 @@ export declare const coinABI: readonly [{
|
|
|
3928
3988
|
}, {
|
|
3929
3989
|
readonly type: "function";
|
|
3930
3990
|
readonly inputs: readonly [];
|
|
3931
|
-
readonly name: "
|
|
3991
|
+
readonly name: "dopplerFeeRecipient";
|
|
3932
3992
|
readonly outputs: readonly [{
|
|
3933
3993
|
readonly name: "";
|
|
3934
3994
|
readonly internalType: "address";
|
|
@@ -6795,7 +6855,7 @@ export declare const coinV4ABI: readonly [{
|
|
|
6795
6855
|
}, {
|
|
6796
6856
|
readonly type: "function";
|
|
6797
6857
|
readonly inputs: readonly [];
|
|
6798
|
-
readonly name: "
|
|
6858
|
+
readonly name: "dopplerFeeRecipient";
|
|
6799
6859
|
readonly outputs: readonly [{
|
|
6800
6860
|
readonly name: "";
|
|
6801
6861
|
readonly internalType: "address";
|
|
@@ -12288,7 +12348,7 @@ export declare const commentsConfig: {
|
|
|
12288
12348
|
}];
|
|
12289
12349
|
};
|
|
12290
12350
|
/**
|
|
12291
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
12351
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x0a747629609b22E348d0ea9865fC2A5a04ED945d)
|
|
12292
12352
|
*/
|
|
12293
12353
|
export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
12294
12354
|
readonly type: "constructor";
|
|
@@ -12300,6 +12360,10 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12300
12360
|
readonly name: "_swapRouter";
|
|
12301
12361
|
readonly internalType: "address";
|
|
12302
12362
|
readonly type: "address";
|
|
12363
|
+
}, {
|
|
12364
|
+
readonly name: "_poolManager";
|
|
12365
|
+
readonly internalType: "address";
|
|
12366
|
+
readonly type: "address";
|
|
12303
12367
|
}];
|
|
12304
12368
|
readonly stateMutability: "nonpayable";
|
|
12305
12369
|
}, {
|
|
@@ -12348,6 +12412,20 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12348
12412
|
readonly type: "bool";
|
|
12349
12413
|
}];
|
|
12350
12414
|
readonly stateMutability: "pure";
|
|
12415
|
+
}, {
|
|
12416
|
+
readonly type: "function";
|
|
12417
|
+
readonly inputs: readonly [{
|
|
12418
|
+
readonly name: "data";
|
|
12419
|
+
readonly internalType: "bytes";
|
|
12420
|
+
readonly type: "bytes";
|
|
12421
|
+
}];
|
|
12422
|
+
readonly name: "unlockCallback";
|
|
12423
|
+
readonly outputs: readonly [{
|
|
12424
|
+
readonly name: "";
|
|
12425
|
+
readonly internalType: "bytes";
|
|
12426
|
+
readonly type: "bytes";
|
|
12427
|
+
}];
|
|
12428
|
+
readonly stateMutability: "nonpayable";
|
|
12351
12429
|
}, {
|
|
12352
12430
|
readonly type: "error";
|
|
12353
12431
|
readonly inputs: readonly [];
|
|
@@ -12360,6 +12438,14 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12360
12438
|
readonly type: "uint256";
|
|
12361
12439
|
}];
|
|
12362
12440
|
readonly name: "CoinBalanceNot0";
|
|
12441
|
+
}, {
|
|
12442
|
+
readonly type: "error";
|
|
12443
|
+
readonly inputs: readonly [{
|
|
12444
|
+
readonly name: "balance";
|
|
12445
|
+
readonly internalType: "uint256";
|
|
12446
|
+
readonly type: "uint256";
|
|
12447
|
+
}];
|
|
12448
|
+
readonly name: "CurrencyBalanceNot0";
|
|
12363
12449
|
}, {
|
|
12364
12450
|
readonly type: "error";
|
|
12365
12451
|
readonly inputs: readonly [];
|
|
@@ -12376,6 +12462,10 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12376
12462
|
readonly type: "error";
|
|
12377
12463
|
readonly inputs: readonly [];
|
|
12378
12464
|
readonly name: "NotFactory";
|
|
12465
|
+
}, {
|
|
12466
|
+
readonly type: "error";
|
|
12467
|
+
readonly inputs: readonly [];
|
|
12468
|
+
readonly name: "OnlyPoolManager";
|
|
12379
12469
|
}, {
|
|
12380
12470
|
readonly type: "error";
|
|
12381
12471
|
readonly inputs: readonly [{
|
|
@@ -12386,17 +12476,17 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12386
12476
|
readonly name: "SwapReverted";
|
|
12387
12477
|
}];
|
|
12388
12478
|
/**
|
|
12389
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
12479
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x0a747629609b22E348d0ea9865fC2A5a04ED945d)
|
|
12390
12480
|
*/
|
|
12391
12481
|
export declare const devBuySupplyWithSwapRouterHookAddress: {
|
|
12392
|
-
readonly 8453: "
|
|
12482
|
+
readonly 8453: "0x0a747629609b22E348d0ea9865fC2A5a04ED945d";
|
|
12393
12483
|
};
|
|
12394
12484
|
/**
|
|
12395
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
12485
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x0a747629609b22E348d0ea9865fC2A5a04ED945d)
|
|
12396
12486
|
*/
|
|
12397
12487
|
export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
12398
12488
|
readonly address: {
|
|
12399
|
-
readonly 8453: "
|
|
12489
|
+
readonly 8453: "0x0a747629609b22E348d0ea9865fC2A5a04ED945d";
|
|
12400
12490
|
};
|
|
12401
12491
|
readonly abi: readonly [{
|
|
12402
12492
|
readonly type: "constructor";
|
|
@@ -12408,6 +12498,10 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12408
12498
|
readonly name: "_swapRouter";
|
|
12409
12499
|
readonly internalType: "address";
|
|
12410
12500
|
readonly type: "address";
|
|
12501
|
+
}, {
|
|
12502
|
+
readonly name: "_poolManager";
|
|
12503
|
+
readonly internalType: "address";
|
|
12504
|
+
readonly type: "address";
|
|
12411
12505
|
}];
|
|
12412
12506
|
readonly stateMutability: "nonpayable";
|
|
12413
12507
|
}, {
|
|
@@ -12456,6 +12550,20 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12456
12550
|
readonly type: "bool";
|
|
12457
12551
|
}];
|
|
12458
12552
|
readonly stateMutability: "pure";
|
|
12553
|
+
}, {
|
|
12554
|
+
readonly type: "function";
|
|
12555
|
+
readonly inputs: readonly [{
|
|
12556
|
+
readonly name: "data";
|
|
12557
|
+
readonly internalType: "bytes";
|
|
12558
|
+
readonly type: "bytes";
|
|
12559
|
+
}];
|
|
12560
|
+
readonly name: "unlockCallback";
|
|
12561
|
+
readonly outputs: readonly [{
|
|
12562
|
+
readonly name: "";
|
|
12563
|
+
readonly internalType: "bytes";
|
|
12564
|
+
readonly type: "bytes";
|
|
12565
|
+
}];
|
|
12566
|
+
readonly stateMutability: "nonpayable";
|
|
12459
12567
|
}, {
|
|
12460
12568
|
readonly type: "error";
|
|
12461
12569
|
readonly inputs: readonly [];
|
|
@@ -12468,6 +12576,14 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12468
12576
|
readonly type: "uint256";
|
|
12469
12577
|
}];
|
|
12470
12578
|
readonly name: "CoinBalanceNot0";
|
|
12579
|
+
}, {
|
|
12580
|
+
readonly type: "error";
|
|
12581
|
+
readonly inputs: readonly [{
|
|
12582
|
+
readonly name: "balance";
|
|
12583
|
+
readonly internalType: "uint256";
|
|
12584
|
+
readonly type: "uint256";
|
|
12585
|
+
}];
|
|
12586
|
+
readonly name: "CurrencyBalanceNot0";
|
|
12471
12587
|
}, {
|
|
12472
12588
|
readonly type: "error";
|
|
12473
12589
|
readonly inputs: readonly [];
|
|
@@ -12484,6 +12600,10 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12484
12600
|
readonly type: "error";
|
|
12485
12601
|
readonly inputs: readonly [];
|
|
12486
12602
|
readonly name: "NotFactory";
|
|
12603
|
+
}, {
|
|
12604
|
+
readonly type: "error";
|
|
12605
|
+
readonly inputs: readonly [];
|
|
12606
|
+
readonly name: "OnlyPoolManager";
|
|
12487
12607
|
}, {
|
|
12488
12608
|
readonly type: "error";
|
|
12489
12609
|
readonly inputs: readonly [{
|