@funkit/core 2.1.2-next.2 → 2.1.2-next.4
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.js +995 -2
- package/dist/index.js.map +3 -3
- package/dist/src/viem/Converter.d.ts +3 -1702
- package/package.json +2 -3
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { WalletClient } from 'viem';
|
|
1
2
|
import { Chain } from "viem/chains";
|
|
2
3
|
interface web3ProviderConversionInterface {
|
|
3
4
|
provider: any;
|
|
@@ -7,1706 +8,6 @@ interface web3SignerConversionInterface {
|
|
|
7
8
|
signer: any;
|
|
8
9
|
viemChain?: Chain;
|
|
9
10
|
}
|
|
10
|
-
export declare const convertProviderToClient: ({ provider, viemChain, }: web3ProviderConversionInterface) =>
|
|
11
|
-
|
|
12
|
-
batch?: import("viem").ClientConfig["batch"] | undefined;
|
|
13
|
-
cacheTime: number;
|
|
14
|
-
ccipRead?: import("viem").ClientConfig["ccipRead"] | undefined;
|
|
15
|
-
chain: {
|
|
16
|
-
blockExplorers: {
|
|
17
|
-
readonly default: {
|
|
18
|
-
readonly name: "Etherscan";
|
|
19
|
-
readonly url: "https://etherscan.io";
|
|
20
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
contracts: {
|
|
24
|
-
readonly ensRegistry: {
|
|
25
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
26
|
-
};
|
|
27
|
-
readonly ensUniversalResolver: {
|
|
28
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
29
|
-
readonly blockCreated: 19258213;
|
|
30
|
-
};
|
|
31
|
-
readonly multicall3: {
|
|
32
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
33
|
-
readonly blockCreated: 14353601;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
id: 1;
|
|
37
|
-
name: "Ethereum";
|
|
38
|
-
nativeCurrency: {
|
|
39
|
-
readonly name: "Ether";
|
|
40
|
-
readonly symbol: "ETH";
|
|
41
|
-
readonly decimals: 18;
|
|
42
|
-
};
|
|
43
|
-
rpcUrls: {
|
|
44
|
-
readonly default: {
|
|
45
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
sourceId?: number | undefined;
|
|
49
|
-
testnet?: boolean | undefined;
|
|
50
|
-
custom?: Record<string, unknown> | undefined;
|
|
51
|
-
formatters?: undefined;
|
|
52
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
53
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
54
|
-
};
|
|
55
|
-
key: string;
|
|
56
|
-
name: string;
|
|
57
|
-
pollingInterval: number;
|
|
58
|
-
request: import("viem").EIP1193RequestFn<import("viem").WalletRpcSchema>;
|
|
59
|
-
transport: import("viem").TransportConfig<"custom", import("viem").EIP1193RequestFn>;
|
|
60
|
-
type: string;
|
|
61
|
-
uid: string;
|
|
62
|
-
addChain: (args: import("viem").AddChainParameters) => Promise<void>;
|
|
63
|
-
deployContract: <const abi extends import("viem").Abi | readonly unknown[], chainOverride extends Chain | undefined>(args: import("viem").DeployContractParameters<abi, {
|
|
64
|
-
blockExplorers: {
|
|
65
|
-
readonly default: {
|
|
66
|
-
readonly name: "Etherscan";
|
|
67
|
-
readonly url: "https://etherscan.io";
|
|
68
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
contracts: {
|
|
72
|
-
readonly ensRegistry: {
|
|
73
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
74
|
-
};
|
|
75
|
-
readonly ensUniversalResolver: {
|
|
76
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
77
|
-
readonly blockCreated: 19258213;
|
|
78
|
-
};
|
|
79
|
-
readonly multicall3: {
|
|
80
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
81
|
-
readonly blockCreated: 14353601;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
id: 1;
|
|
85
|
-
name: "Ethereum";
|
|
86
|
-
nativeCurrency: {
|
|
87
|
-
readonly name: "Ether";
|
|
88
|
-
readonly symbol: "ETH";
|
|
89
|
-
readonly decimals: 18;
|
|
90
|
-
};
|
|
91
|
-
rpcUrls: {
|
|
92
|
-
readonly default: {
|
|
93
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
sourceId?: number | undefined;
|
|
97
|
-
testnet?: boolean | undefined;
|
|
98
|
-
custom?: Record<string, unknown> | undefined;
|
|
99
|
-
formatters?: undefined;
|
|
100
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
101
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
102
|
-
}, undefined, chainOverride>) => Promise<import("viem").DeployContractReturnType>;
|
|
103
|
-
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
104
|
-
getChainId: () => Promise<import("viem").GetChainIdReturnType>;
|
|
105
|
-
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
106
|
-
prepareTransactionRequest: <const TRequest extends import("viem").PrepareTransactionRequestRequest<{
|
|
107
|
-
blockExplorers: {
|
|
108
|
-
readonly default: {
|
|
109
|
-
readonly name: "Etherscan";
|
|
110
|
-
readonly url: "https://etherscan.io";
|
|
111
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
contracts: {
|
|
115
|
-
readonly ensRegistry: {
|
|
116
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
117
|
-
};
|
|
118
|
-
readonly ensUniversalResolver: {
|
|
119
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
120
|
-
readonly blockCreated: 19258213;
|
|
121
|
-
};
|
|
122
|
-
readonly multicall3: {
|
|
123
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
124
|
-
readonly blockCreated: 14353601;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
id: 1;
|
|
128
|
-
name: "Ethereum";
|
|
129
|
-
nativeCurrency: {
|
|
130
|
-
readonly name: "Ether";
|
|
131
|
-
readonly symbol: "ETH";
|
|
132
|
-
readonly decimals: 18;
|
|
133
|
-
};
|
|
134
|
-
rpcUrls: {
|
|
135
|
-
readonly default: {
|
|
136
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
sourceId?: number | undefined;
|
|
140
|
-
testnet?: boolean | undefined;
|
|
141
|
-
custom?: Record<string, unknown> | undefined;
|
|
142
|
-
formatters?: undefined;
|
|
143
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
144
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
145
|
-
}, TChainOverride>, TChainOverride extends Chain | undefined = undefined, TAccountOverride extends import("viem").Account | import("viem").Address | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<{
|
|
146
|
-
blockExplorers: {
|
|
147
|
-
readonly default: {
|
|
148
|
-
readonly name: "Etherscan";
|
|
149
|
-
readonly url: "https://etherscan.io";
|
|
150
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
151
|
-
};
|
|
152
|
-
};
|
|
153
|
-
contracts: {
|
|
154
|
-
readonly ensRegistry: {
|
|
155
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
156
|
-
};
|
|
157
|
-
readonly ensUniversalResolver: {
|
|
158
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
159
|
-
readonly blockCreated: 19258213;
|
|
160
|
-
};
|
|
161
|
-
readonly multicall3: {
|
|
162
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
163
|
-
readonly blockCreated: 14353601;
|
|
164
|
-
};
|
|
165
|
-
};
|
|
166
|
-
id: 1;
|
|
167
|
-
name: "Ethereum";
|
|
168
|
-
nativeCurrency: {
|
|
169
|
-
readonly name: "Ether";
|
|
170
|
-
readonly symbol: "ETH";
|
|
171
|
-
readonly decimals: 18;
|
|
172
|
-
};
|
|
173
|
-
rpcUrls: {
|
|
174
|
-
readonly default: {
|
|
175
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
176
|
-
};
|
|
177
|
-
};
|
|
178
|
-
sourceId?: number | undefined;
|
|
179
|
-
testnet?: boolean | undefined;
|
|
180
|
-
custom?: Record<string, unknown> | undefined;
|
|
181
|
-
formatters?: undefined;
|
|
182
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
183
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
184
|
-
}, undefined, TChainOverride, TAccountOverride, TRequest>) => Promise<import("viem").PrepareTransactionRequestReturnType<Chain, undefined, TChainOverride, TAccountOverride, TRequest>>;
|
|
185
|
-
requestAddresses: () => Promise<import("viem").RequestAddressesReturnType>;
|
|
186
|
-
requestPermissions: (args: import("viem").RequestPermissionsParameters) => Promise<import("viem").RequestPermissionsReturnType>;
|
|
187
|
-
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<import("viem").SendRawTransactionReturnType>;
|
|
188
|
-
sendTransaction: <const TRequest extends import("viem").SendTransactionRequest<{
|
|
189
|
-
blockExplorers: {
|
|
190
|
-
readonly default: {
|
|
191
|
-
readonly name: "Etherscan";
|
|
192
|
-
readonly url: "https://etherscan.io";
|
|
193
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
contracts: {
|
|
197
|
-
readonly ensRegistry: {
|
|
198
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
199
|
-
};
|
|
200
|
-
readonly ensUniversalResolver: {
|
|
201
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
202
|
-
readonly blockCreated: 19258213;
|
|
203
|
-
};
|
|
204
|
-
readonly multicall3: {
|
|
205
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
206
|
-
readonly blockCreated: 14353601;
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
id: 1;
|
|
210
|
-
name: "Ethereum";
|
|
211
|
-
nativeCurrency: {
|
|
212
|
-
readonly name: "Ether";
|
|
213
|
-
readonly symbol: "ETH";
|
|
214
|
-
readonly decimals: 18;
|
|
215
|
-
};
|
|
216
|
-
rpcUrls: {
|
|
217
|
-
readonly default: {
|
|
218
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
sourceId?: number | undefined;
|
|
222
|
-
testnet?: boolean | undefined;
|
|
223
|
-
custom?: Record<string, unknown> | undefined;
|
|
224
|
-
formatters?: undefined;
|
|
225
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
226
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
227
|
-
}, TChainOverride>, TChainOverride extends Chain | undefined = undefined>(args: import("viem").SendTransactionParameters<{
|
|
228
|
-
blockExplorers: {
|
|
229
|
-
readonly default: {
|
|
230
|
-
readonly name: "Etherscan";
|
|
231
|
-
readonly url: "https://etherscan.io";
|
|
232
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
contracts: {
|
|
236
|
-
readonly ensRegistry: {
|
|
237
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
238
|
-
};
|
|
239
|
-
readonly ensUniversalResolver: {
|
|
240
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
241
|
-
readonly blockCreated: 19258213;
|
|
242
|
-
};
|
|
243
|
-
readonly multicall3: {
|
|
244
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
245
|
-
readonly blockCreated: 14353601;
|
|
246
|
-
};
|
|
247
|
-
};
|
|
248
|
-
id: 1;
|
|
249
|
-
name: "Ethereum";
|
|
250
|
-
nativeCurrency: {
|
|
251
|
-
readonly name: "Ether";
|
|
252
|
-
readonly symbol: "ETH";
|
|
253
|
-
readonly decimals: 18;
|
|
254
|
-
};
|
|
255
|
-
rpcUrls: {
|
|
256
|
-
readonly default: {
|
|
257
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
258
|
-
};
|
|
259
|
-
};
|
|
260
|
-
sourceId?: number | undefined;
|
|
261
|
-
testnet?: boolean | undefined;
|
|
262
|
-
custom?: Record<string, unknown> | undefined;
|
|
263
|
-
formatters?: undefined;
|
|
264
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
265
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
266
|
-
}, undefined, TChainOverride, TRequest>) => Promise<import("viem").SendTransactionReturnType>;
|
|
267
|
-
signMessage: (args: import("viem").SignMessageParameters<undefined>) => Promise<import("viem").SignMessageReturnType>;
|
|
268
|
-
signTransaction: <TChainOverride extends Chain | undefined>(args: import("viem").SignTransactionParameters<{
|
|
269
|
-
blockExplorers: {
|
|
270
|
-
readonly default: {
|
|
271
|
-
readonly name: "Etherscan";
|
|
272
|
-
readonly url: "https://etherscan.io";
|
|
273
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
274
|
-
};
|
|
275
|
-
};
|
|
276
|
-
contracts: {
|
|
277
|
-
readonly ensRegistry: {
|
|
278
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
279
|
-
};
|
|
280
|
-
readonly ensUniversalResolver: {
|
|
281
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
282
|
-
readonly blockCreated: 19258213;
|
|
283
|
-
};
|
|
284
|
-
readonly multicall3: {
|
|
285
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
286
|
-
readonly blockCreated: 14353601;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
id: 1;
|
|
290
|
-
name: "Ethereum";
|
|
291
|
-
nativeCurrency: {
|
|
292
|
-
readonly name: "Ether";
|
|
293
|
-
readonly symbol: "ETH";
|
|
294
|
-
readonly decimals: 18;
|
|
295
|
-
};
|
|
296
|
-
rpcUrls: {
|
|
297
|
-
readonly default: {
|
|
298
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
sourceId?: number | undefined;
|
|
302
|
-
testnet?: boolean | undefined;
|
|
303
|
-
custom?: Record<string, unknown> | undefined;
|
|
304
|
-
formatters?: undefined;
|
|
305
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
306
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
307
|
-
}, undefined, TChainOverride>) => Promise<import("viem").SignTransactionReturnType>;
|
|
308
|
-
signTypedData: <const TTypedData extends {
|
|
309
|
-
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
310
|
-
[x: `string[${string}]`]: undefined;
|
|
311
|
-
[x: `function[${string}]`]: undefined;
|
|
312
|
-
[x: `bytes[${string}]`]: undefined;
|
|
313
|
-
[x: `address[${string}]`]: undefined;
|
|
314
|
-
[x: `uint256[${string}]`]: undefined;
|
|
315
|
-
[x: `uint8[${string}]`]: undefined;
|
|
316
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
317
|
-
[x: `uint32[${string}]`]: undefined;
|
|
318
|
-
[x: `bool[${string}]`]: undefined;
|
|
319
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
320
|
-
[x: `uint224[${string}]`]: undefined;
|
|
321
|
-
[x: `bytes1[${string}]`]: undefined;
|
|
322
|
-
[x: `bytes2[${string}]`]: undefined;
|
|
323
|
-
[x: `bytes5[${string}]`]: undefined;
|
|
324
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
325
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
326
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
327
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
328
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
329
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
330
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
331
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
332
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
333
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
334
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
335
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
336
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
337
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
338
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
339
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
340
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
341
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
342
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
343
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
344
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
345
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
346
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
347
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
348
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
349
|
-
[x: `bytes6[${string}]`]: undefined;
|
|
350
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
351
|
-
[x: `int[${string}]`]: undefined;
|
|
352
|
-
[x: `int40[${string}]`]: undefined;
|
|
353
|
-
[x: `int32[${string}]`]: undefined;
|
|
354
|
-
[x: `int24[${string}]`]: undefined;
|
|
355
|
-
[x: `int16[${string}]`]: undefined;
|
|
356
|
-
[x: `int8[${string}]`]: undefined;
|
|
357
|
-
[x: `int48[${string}]`]: undefined;
|
|
358
|
-
[x: `int56[${string}]`]: undefined;
|
|
359
|
-
[x: `int64[${string}]`]: undefined;
|
|
360
|
-
[x: `int72[${string}]`]: undefined;
|
|
361
|
-
[x: `int80[${string}]`]: undefined;
|
|
362
|
-
[x: `int88[${string}]`]: undefined;
|
|
363
|
-
[x: `int96[${string}]`]: undefined;
|
|
364
|
-
[x: `int104[${string}]`]: undefined;
|
|
365
|
-
[x: `int112[${string}]`]: undefined;
|
|
366
|
-
[x: `int120[${string}]`]: undefined;
|
|
367
|
-
[x: `int128[${string}]`]: undefined;
|
|
368
|
-
[x: `int136[${string}]`]: undefined;
|
|
369
|
-
[x: `int144[${string}]`]: undefined;
|
|
370
|
-
[x: `int152[${string}]`]: undefined;
|
|
371
|
-
[x: `int160[${string}]`]: undefined;
|
|
372
|
-
[x: `int168[${string}]`]: undefined;
|
|
373
|
-
[x: `int176[${string}]`]: undefined;
|
|
374
|
-
[x: `int184[${string}]`]: undefined;
|
|
375
|
-
[x: `int192[${string}]`]: undefined;
|
|
376
|
-
[x: `int200[${string}]`]: undefined;
|
|
377
|
-
[x: `int208[${string}]`]: undefined;
|
|
378
|
-
[x: `int216[${string}]`]: undefined;
|
|
379
|
-
[x: `int224[${string}]`]: undefined;
|
|
380
|
-
[x: `int232[${string}]`]: undefined;
|
|
381
|
-
[x: `int240[${string}]`]: undefined;
|
|
382
|
-
[x: `int248[${string}]`]: undefined;
|
|
383
|
-
[x: `int256[${string}]`]: undefined;
|
|
384
|
-
[x: `uint[${string}]`]: undefined;
|
|
385
|
-
[x: `uint40[${string}]`]: undefined;
|
|
386
|
-
[x: `uint24[${string}]`]: undefined;
|
|
387
|
-
[x: `uint16[${string}]`]: undefined;
|
|
388
|
-
[x: `uint48[${string}]`]: undefined;
|
|
389
|
-
[x: `uint56[${string}]`]: undefined;
|
|
390
|
-
[x: `uint64[${string}]`]: undefined;
|
|
391
|
-
[x: `uint72[${string}]`]: undefined;
|
|
392
|
-
[x: `uint80[${string}]`]: undefined;
|
|
393
|
-
[x: `uint88[${string}]`]: undefined;
|
|
394
|
-
[x: `uint96[${string}]`]: undefined;
|
|
395
|
-
[x: `uint104[${string}]`]: undefined;
|
|
396
|
-
[x: `uint112[${string}]`]: undefined;
|
|
397
|
-
[x: `uint120[${string}]`]: undefined;
|
|
398
|
-
[x: `uint128[${string}]`]: undefined;
|
|
399
|
-
[x: `uint136[${string}]`]: undefined;
|
|
400
|
-
[x: `uint144[${string}]`]: undefined;
|
|
401
|
-
[x: `uint152[${string}]`]: undefined;
|
|
402
|
-
[x: `uint160[${string}]`]: undefined;
|
|
403
|
-
[x: `uint168[${string}]`]: undefined;
|
|
404
|
-
[x: `uint176[${string}]`]: undefined;
|
|
405
|
-
[x: `uint184[${string}]`]: undefined;
|
|
406
|
-
[x: `uint192[${string}]`]: undefined;
|
|
407
|
-
[x: `uint200[${string}]`]: undefined;
|
|
408
|
-
[x: `uint208[${string}]`]: undefined;
|
|
409
|
-
[x: `uint216[${string}]`]: undefined;
|
|
410
|
-
[x: `uint232[${string}]`]: undefined;
|
|
411
|
-
[x: `uint240[${string}]`]: undefined;
|
|
412
|
-
[x: `uint248[${string}]`]: undefined;
|
|
413
|
-
string?: undefined;
|
|
414
|
-
bytes?: undefined;
|
|
415
|
-
address?: undefined;
|
|
416
|
-
uint256?: undefined;
|
|
417
|
-
uint8?: undefined;
|
|
418
|
-
bytes32?: undefined;
|
|
419
|
-
uint32?: undefined;
|
|
420
|
-
bool?: undefined;
|
|
421
|
-
bytes4?: undefined;
|
|
422
|
-
uint224?: undefined;
|
|
423
|
-
bytes1?: undefined;
|
|
424
|
-
bytes2?: undefined;
|
|
425
|
-
bytes5?: undefined;
|
|
426
|
-
bytes31?: undefined;
|
|
427
|
-
bytes30?: undefined;
|
|
428
|
-
bytes29?: undefined;
|
|
429
|
-
bytes28?: undefined;
|
|
430
|
-
bytes27?: undefined;
|
|
431
|
-
bytes26?: undefined;
|
|
432
|
-
bytes25?: undefined;
|
|
433
|
-
bytes24?: undefined;
|
|
434
|
-
bytes23?: undefined;
|
|
435
|
-
bytes22?: undefined;
|
|
436
|
-
bytes21?: undefined;
|
|
437
|
-
bytes20?: undefined;
|
|
438
|
-
bytes19?: undefined;
|
|
439
|
-
bytes18?: undefined;
|
|
440
|
-
bytes17?: undefined;
|
|
441
|
-
bytes16?: undefined;
|
|
442
|
-
bytes15?: undefined;
|
|
443
|
-
bytes14?: undefined;
|
|
444
|
-
bytes13?: undefined;
|
|
445
|
-
bytes12?: undefined;
|
|
446
|
-
bytes11?: undefined;
|
|
447
|
-
bytes10?: undefined;
|
|
448
|
-
bytes9?: undefined;
|
|
449
|
-
bytes8?: undefined;
|
|
450
|
-
bytes7?: undefined;
|
|
451
|
-
bytes6?: undefined;
|
|
452
|
-
bytes3?: undefined;
|
|
453
|
-
int40?: undefined;
|
|
454
|
-
int32?: undefined;
|
|
455
|
-
int24?: undefined;
|
|
456
|
-
int16?: undefined;
|
|
457
|
-
int8?: undefined;
|
|
458
|
-
int48?: undefined;
|
|
459
|
-
int56?: undefined;
|
|
460
|
-
int64?: undefined;
|
|
461
|
-
int72?: undefined;
|
|
462
|
-
int80?: undefined;
|
|
463
|
-
int88?: undefined;
|
|
464
|
-
int96?: undefined;
|
|
465
|
-
int104?: undefined;
|
|
466
|
-
int112?: undefined;
|
|
467
|
-
int120?: undefined;
|
|
468
|
-
int128?: undefined;
|
|
469
|
-
int136?: undefined;
|
|
470
|
-
int144?: undefined;
|
|
471
|
-
int152?: undefined;
|
|
472
|
-
int160?: undefined;
|
|
473
|
-
int168?: undefined;
|
|
474
|
-
int176?: undefined;
|
|
475
|
-
int184?: undefined;
|
|
476
|
-
int192?: undefined;
|
|
477
|
-
int200?: undefined;
|
|
478
|
-
int208?: undefined;
|
|
479
|
-
int216?: undefined;
|
|
480
|
-
int224?: undefined;
|
|
481
|
-
int232?: undefined;
|
|
482
|
-
int240?: undefined;
|
|
483
|
-
int248?: undefined;
|
|
484
|
-
int256?: undefined;
|
|
485
|
-
uint40?: undefined;
|
|
486
|
-
uint24?: undefined;
|
|
487
|
-
uint16?: undefined;
|
|
488
|
-
uint48?: undefined;
|
|
489
|
-
uint56?: undefined;
|
|
490
|
-
uint64?: undefined;
|
|
491
|
-
uint72?: undefined;
|
|
492
|
-
uint80?: undefined;
|
|
493
|
-
uint88?: undefined;
|
|
494
|
-
uint96?: undefined;
|
|
495
|
-
uint104?: undefined;
|
|
496
|
-
uint112?: undefined;
|
|
497
|
-
uint120?: undefined;
|
|
498
|
-
uint128?: undefined;
|
|
499
|
-
uint136?: undefined;
|
|
500
|
-
uint144?: undefined;
|
|
501
|
-
uint152?: undefined;
|
|
502
|
-
uint160?: undefined;
|
|
503
|
-
uint168?: undefined;
|
|
504
|
-
uint176?: undefined;
|
|
505
|
-
uint184?: undefined;
|
|
506
|
-
uint192?: undefined;
|
|
507
|
-
uint200?: undefined;
|
|
508
|
-
uint208?: undefined;
|
|
509
|
-
uint216?: undefined;
|
|
510
|
-
uint232?: undefined;
|
|
511
|
-
uint240?: undefined;
|
|
512
|
-
uint248?: undefined;
|
|
513
|
-
} | {
|
|
514
|
-
[key: string]: unknown;
|
|
515
|
-
}, TPrimaryType extends string>(args: import("viem").SignTypedDataParameters<TTypedData, TPrimaryType, undefined>) => Promise<import("viem").SignTypedDataReturnType>;
|
|
516
|
-
switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
|
|
517
|
-
watchAsset: (args: import("viem").WatchAssetParameters) => Promise<import("viem").WatchAssetReturnType>;
|
|
518
|
-
writeContract: <const abi extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "nonpayable" | "payable">, args_1 extends import("viem").ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, TChainOverride extends Chain | undefined = undefined>(args: import("viem").WriteContractParameters<abi, functionName, args_1, {
|
|
519
|
-
blockExplorers: {
|
|
520
|
-
readonly default: {
|
|
521
|
-
readonly name: "Etherscan";
|
|
522
|
-
readonly url: "https://etherscan.io";
|
|
523
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
524
|
-
};
|
|
525
|
-
};
|
|
526
|
-
contracts: {
|
|
527
|
-
readonly ensRegistry: {
|
|
528
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
529
|
-
};
|
|
530
|
-
readonly ensUniversalResolver: {
|
|
531
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
532
|
-
readonly blockCreated: 19258213;
|
|
533
|
-
};
|
|
534
|
-
readonly multicall3: {
|
|
535
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
536
|
-
readonly blockCreated: 14353601;
|
|
537
|
-
};
|
|
538
|
-
};
|
|
539
|
-
id: 1;
|
|
540
|
-
name: "Ethereum";
|
|
541
|
-
nativeCurrency: {
|
|
542
|
-
readonly name: "Ether";
|
|
543
|
-
readonly symbol: "ETH";
|
|
544
|
-
readonly decimals: 18;
|
|
545
|
-
};
|
|
546
|
-
rpcUrls: {
|
|
547
|
-
readonly default: {
|
|
548
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
549
|
-
};
|
|
550
|
-
};
|
|
551
|
-
sourceId?: number | undefined;
|
|
552
|
-
testnet?: boolean | undefined;
|
|
553
|
-
custom?: Record<string, unknown> | undefined;
|
|
554
|
-
formatters?: undefined;
|
|
555
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
556
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
557
|
-
}, undefined, TChainOverride>) => Promise<import("viem").WriteContractReturnType>;
|
|
558
|
-
extend: <const client extends {
|
|
559
|
-
[x: string]: unknown;
|
|
560
|
-
account?: undefined;
|
|
561
|
-
batch?: undefined;
|
|
562
|
-
cacheTime?: undefined;
|
|
563
|
-
ccipRead?: undefined;
|
|
564
|
-
chain?: undefined;
|
|
565
|
-
key?: undefined;
|
|
566
|
-
name?: undefined;
|
|
567
|
-
pollingInterval?: undefined;
|
|
568
|
-
request?: undefined;
|
|
569
|
-
transport?: undefined;
|
|
570
|
-
type?: undefined;
|
|
571
|
-
uid?: undefined;
|
|
572
|
-
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").CustomTransport, {
|
|
573
|
-
blockExplorers: {
|
|
574
|
-
readonly default: {
|
|
575
|
-
readonly name: "Etherscan";
|
|
576
|
-
readonly url: "https://etherscan.io";
|
|
577
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
578
|
-
};
|
|
579
|
-
};
|
|
580
|
-
contracts: {
|
|
581
|
-
readonly ensRegistry: {
|
|
582
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
583
|
-
};
|
|
584
|
-
readonly ensUniversalResolver: {
|
|
585
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
586
|
-
readonly blockCreated: 19258213;
|
|
587
|
-
};
|
|
588
|
-
readonly multicall3: {
|
|
589
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
590
|
-
readonly blockCreated: 14353601;
|
|
591
|
-
};
|
|
592
|
-
};
|
|
593
|
-
id: 1;
|
|
594
|
-
name: "Ethereum";
|
|
595
|
-
nativeCurrency: {
|
|
596
|
-
readonly name: "Ether";
|
|
597
|
-
readonly symbol: "ETH";
|
|
598
|
-
readonly decimals: 18;
|
|
599
|
-
};
|
|
600
|
-
rpcUrls: {
|
|
601
|
-
readonly default: {
|
|
602
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
603
|
-
};
|
|
604
|
-
};
|
|
605
|
-
sourceId?: number | undefined;
|
|
606
|
-
testnet?: boolean | undefined;
|
|
607
|
-
custom?: Record<string, unknown> | undefined;
|
|
608
|
-
formatters?: undefined;
|
|
609
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
610
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
611
|
-
}, undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<{
|
|
612
|
-
blockExplorers: {
|
|
613
|
-
readonly default: {
|
|
614
|
-
readonly name: "Etherscan";
|
|
615
|
-
readonly url: "https://etherscan.io";
|
|
616
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
617
|
-
};
|
|
618
|
-
};
|
|
619
|
-
contracts: {
|
|
620
|
-
readonly ensRegistry: {
|
|
621
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
622
|
-
};
|
|
623
|
-
readonly ensUniversalResolver: {
|
|
624
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
625
|
-
readonly blockCreated: 19258213;
|
|
626
|
-
};
|
|
627
|
-
readonly multicall3: {
|
|
628
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
629
|
-
readonly blockCreated: 14353601;
|
|
630
|
-
};
|
|
631
|
-
};
|
|
632
|
-
id: 1;
|
|
633
|
-
name: "Ethereum";
|
|
634
|
-
nativeCurrency: {
|
|
635
|
-
readonly name: "Ether";
|
|
636
|
-
readonly symbol: "ETH";
|
|
637
|
-
readonly decimals: 18;
|
|
638
|
-
};
|
|
639
|
-
rpcUrls: {
|
|
640
|
-
readonly default: {
|
|
641
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
642
|
-
};
|
|
643
|
-
};
|
|
644
|
-
sourceId?: number | undefined;
|
|
645
|
-
testnet?: boolean | undefined;
|
|
646
|
-
custom?: Record<string, unknown> | undefined;
|
|
647
|
-
formatters?: undefined;
|
|
648
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
649
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
650
|
-
}, undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("viem").CustomTransport, {
|
|
651
|
-
blockExplorers: {
|
|
652
|
-
readonly default: {
|
|
653
|
-
readonly name: "Etherscan";
|
|
654
|
-
readonly url: "https://etherscan.io";
|
|
655
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
656
|
-
};
|
|
657
|
-
};
|
|
658
|
-
contracts: {
|
|
659
|
-
readonly ensRegistry: {
|
|
660
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
661
|
-
};
|
|
662
|
-
readonly ensUniversalResolver: {
|
|
663
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
664
|
-
readonly blockCreated: 19258213;
|
|
665
|
-
};
|
|
666
|
-
readonly multicall3: {
|
|
667
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
668
|
-
readonly blockCreated: 14353601;
|
|
669
|
-
};
|
|
670
|
-
};
|
|
671
|
-
id: 1;
|
|
672
|
-
name: "Ethereum";
|
|
673
|
-
nativeCurrency: {
|
|
674
|
-
readonly name: "Ether";
|
|
675
|
-
readonly symbol: "ETH";
|
|
676
|
-
readonly decimals: 18;
|
|
677
|
-
};
|
|
678
|
-
rpcUrls: {
|
|
679
|
-
readonly default: {
|
|
680
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
681
|
-
};
|
|
682
|
-
};
|
|
683
|
-
sourceId?: number | undefined;
|
|
684
|
-
testnet?: boolean | undefined;
|
|
685
|
-
custom?: Record<string, unknown> | undefined;
|
|
686
|
-
formatters?: undefined;
|
|
687
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
688
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
689
|
-
}, undefined, import("viem").WalletRpcSchema, import("viem").WalletActions<{
|
|
690
|
-
blockExplorers: {
|
|
691
|
-
readonly default: {
|
|
692
|
-
readonly name: "Etherscan";
|
|
693
|
-
readonly url: "https://etherscan.io";
|
|
694
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
695
|
-
};
|
|
696
|
-
};
|
|
697
|
-
contracts: {
|
|
698
|
-
readonly ensRegistry: {
|
|
699
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
700
|
-
};
|
|
701
|
-
readonly ensUniversalResolver: {
|
|
702
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
703
|
-
readonly blockCreated: 19258213;
|
|
704
|
-
};
|
|
705
|
-
readonly multicall3: {
|
|
706
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
707
|
-
readonly blockCreated: 14353601;
|
|
708
|
-
};
|
|
709
|
-
};
|
|
710
|
-
id: 1;
|
|
711
|
-
name: "Ethereum";
|
|
712
|
-
nativeCurrency: {
|
|
713
|
-
readonly name: "Ether";
|
|
714
|
-
readonly symbol: "ETH";
|
|
715
|
-
readonly decimals: 18;
|
|
716
|
-
};
|
|
717
|
-
rpcUrls: {
|
|
718
|
-
readonly default: {
|
|
719
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
720
|
-
};
|
|
721
|
-
};
|
|
722
|
-
sourceId?: number | undefined;
|
|
723
|
-
testnet?: boolean | undefined;
|
|
724
|
-
custom?: Record<string, unknown> | undefined;
|
|
725
|
-
formatters?: undefined;
|
|
726
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
727
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
728
|
-
}, undefined>>) => client) => import("viem").Client<import("viem").CustomTransport, {
|
|
729
|
-
blockExplorers: {
|
|
730
|
-
readonly default: {
|
|
731
|
-
readonly name: "Etherscan";
|
|
732
|
-
readonly url: "https://etherscan.io";
|
|
733
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
734
|
-
};
|
|
735
|
-
};
|
|
736
|
-
contracts: {
|
|
737
|
-
readonly ensRegistry: {
|
|
738
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
739
|
-
};
|
|
740
|
-
readonly ensUniversalResolver: {
|
|
741
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
742
|
-
readonly blockCreated: 19258213;
|
|
743
|
-
};
|
|
744
|
-
readonly multicall3: {
|
|
745
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
746
|
-
readonly blockCreated: 14353601;
|
|
747
|
-
};
|
|
748
|
-
};
|
|
749
|
-
id: 1;
|
|
750
|
-
name: "Ethereum";
|
|
751
|
-
nativeCurrency: {
|
|
752
|
-
readonly name: "Ether";
|
|
753
|
-
readonly symbol: "ETH";
|
|
754
|
-
readonly decimals: 18;
|
|
755
|
-
};
|
|
756
|
-
rpcUrls: {
|
|
757
|
-
readonly default: {
|
|
758
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
759
|
-
};
|
|
760
|
-
};
|
|
761
|
-
sourceId?: number | undefined;
|
|
762
|
-
testnet?: boolean | undefined;
|
|
763
|
-
custom?: Record<string, unknown> | undefined;
|
|
764
|
-
formatters?: undefined;
|
|
765
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
766
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
767
|
-
}, undefined, import("viem").WalletRpcSchema, import("viem/chains").Prettify<client> & (import("viem").WalletActions<{
|
|
768
|
-
blockExplorers: {
|
|
769
|
-
readonly default: {
|
|
770
|
-
readonly name: "Etherscan";
|
|
771
|
-
readonly url: "https://etherscan.io";
|
|
772
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
773
|
-
};
|
|
774
|
-
};
|
|
775
|
-
contracts: {
|
|
776
|
-
readonly ensRegistry: {
|
|
777
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
778
|
-
};
|
|
779
|
-
readonly ensUniversalResolver: {
|
|
780
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
781
|
-
readonly blockCreated: 19258213;
|
|
782
|
-
};
|
|
783
|
-
readonly multicall3: {
|
|
784
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
785
|
-
readonly blockCreated: 14353601;
|
|
786
|
-
};
|
|
787
|
-
};
|
|
788
|
-
id: 1;
|
|
789
|
-
name: "Ethereum";
|
|
790
|
-
nativeCurrency: {
|
|
791
|
-
readonly name: "Ether";
|
|
792
|
-
readonly symbol: "ETH";
|
|
793
|
-
readonly decimals: 18;
|
|
794
|
-
};
|
|
795
|
-
rpcUrls: {
|
|
796
|
-
readonly default: {
|
|
797
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
798
|
-
};
|
|
799
|
-
};
|
|
800
|
-
sourceId?: number | undefined;
|
|
801
|
-
testnet?: boolean | undefined;
|
|
802
|
-
custom?: Record<string, unknown> | undefined;
|
|
803
|
-
formatters?: undefined;
|
|
804
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
805
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
806
|
-
}, undefined> extends {
|
|
807
|
-
[x: string]: unknown;
|
|
808
|
-
account?: undefined;
|
|
809
|
-
batch?: undefined;
|
|
810
|
-
cacheTime?: undefined;
|
|
811
|
-
ccipRead?: undefined;
|
|
812
|
-
chain?: undefined;
|
|
813
|
-
key?: undefined;
|
|
814
|
-
name?: undefined;
|
|
815
|
-
pollingInterval?: undefined;
|
|
816
|
-
request?: undefined;
|
|
817
|
-
transport?: undefined;
|
|
818
|
-
type?: undefined;
|
|
819
|
-
uid?: undefined;
|
|
820
|
-
} ? import("viem").WalletActions<{
|
|
821
|
-
blockExplorers: {
|
|
822
|
-
readonly default: {
|
|
823
|
-
readonly name: "Etherscan";
|
|
824
|
-
readonly url: "https://etherscan.io";
|
|
825
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
826
|
-
};
|
|
827
|
-
};
|
|
828
|
-
contracts: {
|
|
829
|
-
readonly ensRegistry: {
|
|
830
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
831
|
-
};
|
|
832
|
-
readonly ensUniversalResolver: {
|
|
833
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
834
|
-
readonly blockCreated: 19258213;
|
|
835
|
-
};
|
|
836
|
-
readonly multicall3: {
|
|
837
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
838
|
-
readonly blockCreated: 14353601;
|
|
839
|
-
};
|
|
840
|
-
};
|
|
841
|
-
id: 1;
|
|
842
|
-
name: "Ethereum";
|
|
843
|
-
nativeCurrency: {
|
|
844
|
-
readonly name: "Ether";
|
|
845
|
-
readonly symbol: "ETH";
|
|
846
|
-
readonly decimals: 18;
|
|
847
|
-
};
|
|
848
|
-
rpcUrls: {
|
|
849
|
-
readonly default: {
|
|
850
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
851
|
-
};
|
|
852
|
-
};
|
|
853
|
-
sourceId?: number | undefined;
|
|
854
|
-
testnet?: boolean | undefined;
|
|
855
|
-
custom?: Record<string, unknown> | undefined;
|
|
856
|
-
formatters?: undefined;
|
|
857
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
858
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
859
|
-
}, undefined> : unknown)>;
|
|
860
|
-
};
|
|
861
|
-
export declare const convertSignerToClient: ({ signer, viemChain, }: web3SignerConversionInterface) => {
|
|
862
|
-
account: undefined;
|
|
863
|
-
batch?: import("viem").ClientConfig["batch"] | undefined;
|
|
864
|
-
cacheTime: number;
|
|
865
|
-
ccipRead?: import("viem").ClientConfig["ccipRead"] | undefined;
|
|
866
|
-
chain: {
|
|
867
|
-
blockExplorers: {
|
|
868
|
-
readonly default: {
|
|
869
|
-
readonly name: "Etherscan";
|
|
870
|
-
readonly url: "https://etherscan.io";
|
|
871
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
872
|
-
};
|
|
873
|
-
};
|
|
874
|
-
contracts: {
|
|
875
|
-
readonly ensRegistry: {
|
|
876
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
877
|
-
};
|
|
878
|
-
readonly ensUniversalResolver: {
|
|
879
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
880
|
-
readonly blockCreated: 19258213;
|
|
881
|
-
};
|
|
882
|
-
readonly multicall3: {
|
|
883
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
884
|
-
readonly blockCreated: 14353601;
|
|
885
|
-
};
|
|
886
|
-
};
|
|
887
|
-
id: 1;
|
|
888
|
-
name: "Ethereum";
|
|
889
|
-
nativeCurrency: {
|
|
890
|
-
readonly name: "Ether";
|
|
891
|
-
readonly symbol: "ETH";
|
|
892
|
-
readonly decimals: 18;
|
|
893
|
-
};
|
|
894
|
-
rpcUrls: {
|
|
895
|
-
readonly default: {
|
|
896
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
897
|
-
};
|
|
898
|
-
};
|
|
899
|
-
sourceId?: number | undefined;
|
|
900
|
-
testnet?: boolean | undefined;
|
|
901
|
-
custom?: Record<string, unknown> | undefined;
|
|
902
|
-
formatters?: undefined;
|
|
903
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
904
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
905
|
-
};
|
|
906
|
-
key: string;
|
|
907
|
-
name: string;
|
|
908
|
-
pollingInterval: number;
|
|
909
|
-
request: import("viem").EIP1193RequestFn<import("viem").WalletRpcSchema>;
|
|
910
|
-
transport: import("viem").TransportConfig<"custom", import("viem").EIP1193RequestFn>;
|
|
911
|
-
type: string;
|
|
912
|
-
uid: string;
|
|
913
|
-
addChain: (args: import("viem").AddChainParameters) => Promise<void>;
|
|
914
|
-
deployContract: <const abi extends import("viem").Abi | readonly unknown[], chainOverride extends Chain | undefined>(args: import("viem").DeployContractParameters<abi, {
|
|
915
|
-
blockExplorers: {
|
|
916
|
-
readonly default: {
|
|
917
|
-
readonly name: "Etherscan";
|
|
918
|
-
readonly url: "https://etherscan.io";
|
|
919
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
920
|
-
};
|
|
921
|
-
};
|
|
922
|
-
contracts: {
|
|
923
|
-
readonly ensRegistry: {
|
|
924
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
925
|
-
};
|
|
926
|
-
readonly ensUniversalResolver: {
|
|
927
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
928
|
-
readonly blockCreated: 19258213;
|
|
929
|
-
};
|
|
930
|
-
readonly multicall3: {
|
|
931
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
932
|
-
readonly blockCreated: 14353601;
|
|
933
|
-
};
|
|
934
|
-
};
|
|
935
|
-
id: 1;
|
|
936
|
-
name: "Ethereum";
|
|
937
|
-
nativeCurrency: {
|
|
938
|
-
readonly name: "Ether";
|
|
939
|
-
readonly symbol: "ETH";
|
|
940
|
-
readonly decimals: 18;
|
|
941
|
-
};
|
|
942
|
-
rpcUrls: {
|
|
943
|
-
readonly default: {
|
|
944
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
945
|
-
};
|
|
946
|
-
};
|
|
947
|
-
sourceId?: number | undefined;
|
|
948
|
-
testnet?: boolean | undefined;
|
|
949
|
-
custom?: Record<string, unknown> | undefined;
|
|
950
|
-
formatters?: undefined;
|
|
951
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
952
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
953
|
-
}, undefined, chainOverride>) => Promise<import("viem").DeployContractReturnType>;
|
|
954
|
-
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
955
|
-
getChainId: () => Promise<import("viem").GetChainIdReturnType>;
|
|
956
|
-
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
957
|
-
prepareTransactionRequest: <const TRequest extends import("viem").PrepareTransactionRequestRequest<{
|
|
958
|
-
blockExplorers: {
|
|
959
|
-
readonly default: {
|
|
960
|
-
readonly name: "Etherscan";
|
|
961
|
-
readonly url: "https://etherscan.io";
|
|
962
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
963
|
-
};
|
|
964
|
-
};
|
|
965
|
-
contracts: {
|
|
966
|
-
readonly ensRegistry: {
|
|
967
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
968
|
-
};
|
|
969
|
-
readonly ensUniversalResolver: {
|
|
970
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
971
|
-
readonly blockCreated: 19258213;
|
|
972
|
-
};
|
|
973
|
-
readonly multicall3: {
|
|
974
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
975
|
-
readonly blockCreated: 14353601;
|
|
976
|
-
};
|
|
977
|
-
};
|
|
978
|
-
id: 1;
|
|
979
|
-
name: "Ethereum";
|
|
980
|
-
nativeCurrency: {
|
|
981
|
-
readonly name: "Ether";
|
|
982
|
-
readonly symbol: "ETH";
|
|
983
|
-
readonly decimals: 18;
|
|
984
|
-
};
|
|
985
|
-
rpcUrls: {
|
|
986
|
-
readonly default: {
|
|
987
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
988
|
-
};
|
|
989
|
-
};
|
|
990
|
-
sourceId?: number | undefined;
|
|
991
|
-
testnet?: boolean | undefined;
|
|
992
|
-
custom?: Record<string, unknown> | undefined;
|
|
993
|
-
formatters?: undefined;
|
|
994
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
995
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
996
|
-
}, TChainOverride>, TChainOverride extends Chain | undefined = undefined, TAccountOverride extends import("viem").Account | import("viem").Address | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<{
|
|
997
|
-
blockExplorers: {
|
|
998
|
-
readonly default: {
|
|
999
|
-
readonly name: "Etherscan";
|
|
1000
|
-
readonly url: "https://etherscan.io";
|
|
1001
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1002
|
-
};
|
|
1003
|
-
};
|
|
1004
|
-
contracts: {
|
|
1005
|
-
readonly ensRegistry: {
|
|
1006
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1007
|
-
};
|
|
1008
|
-
readonly ensUniversalResolver: {
|
|
1009
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1010
|
-
readonly blockCreated: 19258213;
|
|
1011
|
-
};
|
|
1012
|
-
readonly multicall3: {
|
|
1013
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1014
|
-
readonly blockCreated: 14353601;
|
|
1015
|
-
};
|
|
1016
|
-
};
|
|
1017
|
-
id: 1;
|
|
1018
|
-
name: "Ethereum";
|
|
1019
|
-
nativeCurrency: {
|
|
1020
|
-
readonly name: "Ether";
|
|
1021
|
-
readonly symbol: "ETH";
|
|
1022
|
-
readonly decimals: 18;
|
|
1023
|
-
};
|
|
1024
|
-
rpcUrls: {
|
|
1025
|
-
readonly default: {
|
|
1026
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1027
|
-
};
|
|
1028
|
-
};
|
|
1029
|
-
sourceId?: number | undefined;
|
|
1030
|
-
testnet?: boolean | undefined;
|
|
1031
|
-
custom?: Record<string, unknown> | undefined;
|
|
1032
|
-
formatters?: undefined;
|
|
1033
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1034
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1035
|
-
}, undefined, TChainOverride, TAccountOverride, TRequest>) => Promise<import("viem").PrepareTransactionRequestReturnType<Chain, undefined, TChainOverride, TAccountOverride, TRequest>>;
|
|
1036
|
-
requestAddresses: () => Promise<import("viem").RequestAddressesReturnType>;
|
|
1037
|
-
requestPermissions: (args: import("viem").RequestPermissionsParameters) => Promise<import("viem").RequestPermissionsReturnType>;
|
|
1038
|
-
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<import("viem").SendRawTransactionReturnType>;
|
|
1039
|
-
sendTransaction: <const TRequest extends import("viem").SendTransactionRequest<{
|
|
1040
|
-
blockExplorers: {
|
|
1041
|
-
readonly default: {
|
|
1042
|
-
readonly name: "Etherscan";
|
|
1043
|
-
readonly url: "https://etherscan.io";
|
|
1044
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1045
|
-
};
|
|
1046
|
-
};
|
|
1047
|
-
contracts: {
|
|
1048
|
-
readonly ensRegistry: {
|
|
1049
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1050
|
-
};
|
|
1051
|
-
readonly ensUniversalResolver: {
|
|
1052
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1053
|
-
readonly blockCreated: 19258213;
|
|
1054
|
-
};
|
|
1055
|
-
readonly multicall3: {
|
|
1056
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1057
|
-
readonly blockCreated: 14353601;
|
|
1058
|
-
};
|
|
1059
|
-
};
|
|
1060
|
-
id: 1;
|
|
1061
|
-
name: "Ethereum";
|
|
1062
|
-
nativeCurrency: {
|
|
1063
|
-
readonly name: "Ether";
|
|
1064
|
-
readonly symbol: "ETH";
|
|
1065
|
-
readonly decimals: 18;
|
|
1066
|
-
};
|
|
1067
|
-
rpcUrls: {
|
|
1068
|
-
readonly default: {
|
|
1069
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1070
|
-
};
|
|
1071
|
-
};
|
|
1072
|
-
sourceId?: number | undefined;
|
|
1073
|
-
testnet?: boolean | undefined;
|
|
1074
|
-
custom?: Record<string, unknown> | undefined;
|
|
1075
|
-
formatters?: undefined;
|
|
1076
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1077
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1078
|
-
}, TChainOverride>, TChainOverride extends Chain | undefined = undefined>(args: import("viem").SendTransactionParameters<{
|
|
1079
|
-
blockExplorers: {
|
|
1080
|
-
readonly default: {
|
|
1081
|
-
readonly name: "Etherscan";
|
|
1082
|
-
readonly url: "https://etherscan.io";
|
|
1083
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1084
|
-
};
|
|
1085
|
-
};
|
|
1086
|
-
contracts: {
|
|
1087
|
-
readonly ensRegistry: {
|
|
1088
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1089
|
-
};
|
|
1090
|
-
readonly ensUniversalResolver: {
|
|
1091
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1092
|
-
readonly blockCreated: 19258213;
|
|
1093
|
-
};
|
|
1094
|
-
readonly multicall3: {
|
|
1095
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1096
|
-
readonly blockCreated: 14353601;
|
|
1097
|
-
};
|
|
1098
|
-
};
|
|
1099
|
-
id: 1;
|
|
1100
|
-
name: "Ethereum";
|
|
1101
|
-
nativeCurrency: {
|
|
1102
|
-
readonly name: "Ether";
|
|
1103
|
-
readonly symbol: "ETH";
|
|
1104
|
-
readonly decimals: 18;
|
|
1105
|
-
};
|
|
1106
|
-
rpcUrls: {
|
|
1107
|
-
readonly default: {
|
|
1108
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
sourceId?: number | undefined;
|
|
1112
|
-
testnet?: boolean | undefined;
|
|
1113
|
-
custom?: Record<string, unknown> | undefined;
|
|
1114
|
-
formatters?: undefined;
|
|
1115
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1116
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1117
|
-
}, undefined, TChainOverride, TRequest>) => Promise<import("viem").SendTransactionReturnType>;
|
|
1118
|
-
signMessage: (args: import("viem").SignMessageParameters<undefined>) => Promise<import("viem").SignMessageReturnType>;
|
|
1119
|
-
signTransaction: <TChainOverride extends Chain | undefined>(args: import("viem").SignTransactionParameters<{
|
|
1120
|
-
blockExplorers: {
|
|
1121
|
-
readonly default: {
|
|
1122
|
-
readonly name: "Etherscan";
|
|
1123
|
-
readonly url: "https://etherscan.io";
|
|
1124
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1125
|
-
};
|
|
1126
|
-
};
|
|
1127
|
-
contracts: {
|
|
1128
|
-
readonly ensRegistry: {
|
|
1129
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1130
|
-
};
|
|
1131
|
-
readonly ensUniversalResolver: {
|
|
1132
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1133
|
-
readonly blockCreated: 19258213;
|
|
1134
|
-
};
|
|
1135
|
-
readonly multicall3: {
|
|
1136
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1137
|
-
readonly blockCreated: 14353601;
|
|
1138
|
-
};
|
|
1139
|
-
};
|
|
1140
|
-
id: 1;
|
|
1141
|
-
name: "Ethereum";
|
|
1142
|
-
nativeCurrency: {
|
|
1143
|
-
readonly name: "Ether";
|
|
1144
|
-
readonly symbol: "ETH";
|
|
1145
|
-
readonly decimals: 18;
|
|
1146
|
-
};
|
|
1147
|
-
rpcUrls: {
|
|
1148
|
-
readonly default: {
|
|
1149
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1150
|
-
};
|
|
1151
|
-
};
|
|
1152
|
-
sourceId?: number | undefined;
|
|
1153
|
-
testnet?: boolean | undefined;
|
|
1154
|
-
custom?: Record<string, unknown> | undefined;
|
|
1155
|
-
formatters?: undefined;
|
|
1156
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1157
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1158
|
-
}, undefined, TChainOverride>) => Promise<import("viem").SignTransactionReturnType>;
|
|
1159
|
-
signTypedData: <const TTypedData extends {
|
|
1160
|
-
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
1161
|
-
[x: `string[${string}]`]: undefined;
|
|
1162
|
-
[x: `function[${string}]`]: undefined;
|
|
1163
|
-
[x: `bytes[${string}]`]: undefined;
|
|
1164
|
-
[x: `address[${string}]`]: undefined;
|
|
1165
|
-
[x: `uint256[${string}]`]: undefined;
|
|
1166
|
-
[x: `uint8[${string}]`]: undefined;
|
|
1167
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1168
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1169
|
-
[x: `bool[${string}]`]: undefined;
|
|
1170
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1171
|
-
[x: `uint224[${string}]`]: undefined;
|
|
1172
|
-
[x: `bytes1[${string}]`]: undefined;
|
|
1173
|
-
[x: `bytes2[${string}]`]: undefined;
|
|
1174
|
-
[x: `bytes5[${string}]`]: undefined;
|
|
1175
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1176
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1177
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1178
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1179
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1180
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1181
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1182
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1183
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1184
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1185
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1186
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1187
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1188
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1189
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1190
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1191
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1192
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1193
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1194
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1195
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1196
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
1197
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1198
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1199
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1200
|
-
[x: `bytes6[${string}]`]: undefined;
|
|
1201
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1202
|
-
[x: `int[${string}]`]: undefined;
|
|
1203
|
-
[x: `int40[${string}]`]: undefined;
|
|
1204
|
-
[x: `int32[${string}]`]: undefined;
|
|
1205
|
-
[x: `int24[${string}]`]: undefined;
|
|
1206
|
-
[x: `int16[${string}]`]: undefined;
|
|
1207
|
-
[x: `int8[${string}]`]: undefined;
|
|
1208
|
-
[x: `int48[${string}]`]: undefined;
|
|
1209
|
-
[x: `int56[${string}]`]: undefined;
|
|
1210
|
-
[x: `int64[${string}]`]: undefined;
|
|
1211
|
-
[x: `int72[${string}]`]: undefined;
|
|
1212
|
-
[x: `int80[${string}]`]: undefined;
|
|
1213
|
-
[x: `int88[${string}]`]: undefined;
|
|
1214
|
-
[x: `int96[${string}]`]: undefined;
|
|
1215
|
-
[x: `int104[${string}]`]: undefined;
|
|
1216
|
-
[x: `int112[${string}]`]: undefined;
|
|
1217
|
-
[x: `int120[${string}]`]: undefined;
|
|
1218
|
-
[x: `int128[${string}]`]: undefined;
|
|
1219
|
-
[x: `int136[${string}]`]: undefined;
|
|
1220
|
-
[x: `int144[${string}]`]: undefined;
|
|
1221
|
-
[x: `int152[${string}]`]: undefined;
|
|
1222
|
-
[x: `int160[${string}]`]: undefined;
|
|
1223
|
-
[x: `int168[${string}]`]: undefined;
|
|
1224
|
-
[x: `int176[${string}]`]: undefined;
|
|
1225
|
-
[x: `int184[${string}]`]: undefined;
|
|
1226
|
-
[x: `int192[${string}]`]: undefined;
|
|
1227
|
-
[x: `int200[${string}]`]: undefined;
|
|
1228
|
-
[x: `int208[${string}]`]: undefined;
|
|
1229
|
-
[x: `int216[${string}]`]: undefined;
|
|
1230
|
-
[x: `int224[${string}]`]: undefined;
|
|
1231
|
-
[x: `int232[${string}]`]: undefined;
|
|
1232
|
-
[x: `int240[${string}]`]: undefined;
|
|
1233
|
-
[x: `int248[${string}]`]: undefined;
|
|
1234
|
-
[x: `int256[${string}]`]: undefined;
|
|
1235
|
-
[x: `uint[${string}]`]: undefined;
|
|
1236
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1237
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1238
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1239
|
-
[x: `uint48[${string}]`]: undefined;
|
|
1240
|
-
[x: `uint56[${string}]`]: undefined;
|
|
1241
|
-
[x: `uint64[${string}]`]: undefined;
|
|
1242
|
-
[x: `uint72[${string}]`]: undefined;
|
|
1243
|
-
[x: `uint80[${string}]`]: undefined;
|
|
1244
|
-
[x: `uint88[${string}]`]: undefined;
|
|
1245
|
-
[x: `uint96[${string}]`]: undefined;
|
|
1246
|
-
[x: `uint104[${string}]`]: undefined;
|
|
1247
|
-
[x: `uint112[${string}]`]: undefined;
|
|
1248
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1249
|
-
[x: `uint128[${string}]`]: undefined;
|
|
1250
|
-
[x: `uint136[${string}]`]: undefined;
|
|
1251
|
-
[x: `uint144[${string}]`]: undefined;
|
|
1252
|
-
[x: `uint152[${string}]`]: undefined;
|
|
1253
|
-
[x: `uint160[${string}]`]: undefined;
|
|
1254
|
-
[x: `uint168[${string}]`]: undefined;
|
|
1255
|
-
[x: `uint176[${string}]`]: undefined;
|
|
1256
|
-
[x: `uint184[${string}]`]: undefined;
|
|
1257
|
-
[x: `uint192[${string}]`]: undefined;
|
|
1258
|
-
[x: `uint200[${string}]`]: undefined;
|
|
1259
|
-
[x: `uint208[${string}]`]: undefined;
|
|
1260
|
-
[x: `uint216[${string}]`]: undefined;
|
|
1261
|
-
[x: `uint232[${string}]`]: undefined;
|
|
1262
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1263
|
-
[x: `uint248[${string}]`]: undefined;
|
|
1264
|
-
string?: undefined;
|
|
1265
|
-
bytes?: undefined;
|
|
1266
|
-
address?: undefined;
|
|
1267
|
-
uint256?: undefined;
|
|
1268
|
-
uint8?: undefined;
|
|
1269
|
-
bytes32?: undefined;
|
|
1270
|
-
uint32?: undefined;
|
|
1271
|
-
bool?: undefined;
|
|
1272
|
-
bytes4?: undefined;
|
|
1273
|
-
uint224?: undefined;
|
|
1274
|
-
bytes1?: undefined;
|
|
1275
|
-
bytes2?: undefined;
|
|
1276
|
-
bytes5?: undefined;
|
|
1277
|
-
bytes31?: undefined;
|
|
1278
|
-
bytes30?: undefined;
|
|
1279
|
-
bytes29?: undefined;
|
|
1280
|
-
bytes28?: undefined;
|
|
1281
|
-
bytes27?: undefined;
|
|
1282
|
-
bytes26?: undefined;
|
|
1283
|
-
bytes25?: undefined;
|
|
1284
|
-
bytes24?: undefined;
|
|
1285
|
-
bytes23?: undefined;
|
|
1286
|
-
bytes22?: undefined;
|
|
1287
|
-
bytes21?: undefined;
|
|
1288
|
-
bytes20?: undefined;
|
|
1289
|
-
bytes19?: undefined;
|
|
1290
|
-
bytes18?: undefined;
|
|
1291
|
-
bytes17?: undefined;
|
|
1292
|
-
bytes16?: undefined;
|
|
1293
|
-
bytes15?: undefined;
|
|
1294
|
-
bytes14?: undefined;
|
|
1295
|
-
bytes13?: undefined;
|
|
1296
|
-
bytes12?: undefined;
|
|
1297
|
-
bytes11?: undefined;
|
|
1298
|
-
bytes10?: undefined;
|
|
1299
|
-
bytes9?: undefined;
|
|
1300
|
-
bytes8?: undefined;
|
|
1301
|
-
bytes7?: undefined;
|
|
1302
|
-
bytes6?: undefined;
|
|
1303
|
-
bytes3?: undefined;
|
|
1304
|
-
int40?: undefined;
|
|
1305
|
-
int32?: undefined;
|
|
1306
|
-
int24?: undefined;
|
|
1307
|
-
int16?: undefined;
|
|
1308
|
-
int8?: undefined;
|
|
1309
|
-
int48?: undefined;
|
|
1310
|
-
int56?: undefined;
|
|
1311
|
-
int64?: undefined;
|
|
1312
|
-
int72?: undefined;
|
|
1313
|
-
int80?: undefined;
|
|
1314
|
-
int88?: undefined;
|
|
1315
|
-
int96?: undefined;
|
|
1316
|
-
int104?: undefined;
|
|
1317
|
-
int112?: undefined;
|
|
1318
|
-
int120?: undefined;
|
|
1319
|
-
int128?: undefined;
|
|
1320
|
-
int136?: undefined;
|
|
1321
|
-
int144?: undefined;
|
|
1322
|
-
int152?: undefined;
|
|
1323
|
-
int160?: undefined;
|
|
1324
|
-
int168?: undefined;
|
|
1325
|
-
int176?: undefined;
|
|
1326
|
-
int184?: undefined;
|
|
1327
|
-
int192?: undefined;
|
|
1328
|
-
int200?: undefined;
|
|
1329
|
-
int208?: undefined;
|
|
1330
|
-
int216?: undefined;
|
|
1331
|
-
int224?: undefined;
|
|
1332
|
-
int232?: undefined;
|
|
1333
|
-
int240?: undefined;
|
|
1334
|
-
int248?: undefined;
|
|
1335
|
-
int256?: undefined;
|
|
1336
|
-
uint40?: undefined;
|
|
1337
|
-
uint24?: undefined;
|
|
1338
|
-
uint16?: undefined;
|
|
1339
|
-
uint48?: undefined;
|
|
1340
|
-
uint56?: undefined;
|
|
1341
|
-
uint64?: undefined;
|
|
1342
|
-
uint72?: undefined;
|
|
1343
|
-
uint80?: undefined;
|
|
1344
|
-
uint88?: undefined;
|
|
1345
|
-
uint96?: undefined;
|
|
1346
|
-
uint104?: undefined;
|
|
1347
|
-
uint112?: undefined;
|
|
1348
|
-
uint120?: undefined;
|
|
1349
|
-
uint128?: undefined;
|
|
1350
|
-
uint136?: undefined;
|
|
1351
|
-
uint144?: undefined;
|
|
1352
|
-
uint152?: undefined;
|
|
1353
|
-
uint160?: undefined;
|
|
1354
|
-
uint168?: undefined;
|
|
1355
|
-
uint176?: undefined;
|
|
1356
|
-
uint184?: undefined;
|
|
1357
|
-
uint192?: undefined;
|
|
1358
|
-
uint200?: undefined;
|
|
1359
|
-
uint208?: undefined;
|
|
1360
|
-
uint216?: undefined;
|
|
1361
|
-
uint232?: undefined;
|
|
1362
|
-
uint240?: undefined;
|
|
1363
|
-
uint248?: undefined;
|
|
1364
|
-
} | {
|
|
1365
|
-
[key: string]: unknown;
|
|
1366
|
-
}, TPrimaryType extends string>(args: import("viem").SignTypedDataParameters<TTypedData, TPrimaryType, undefined>) => Promise<import("viem").SignTypedDataReturnType>;
|
|
1367
|
-
switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
|
|
1368
|
-
watchAsset: (args: import("viem").WatchAssetParameters) => Promise<import("viem").WatchAssetReturnType>;
|
|
1369
|
-
writeContract: <const abi extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "nonpayable" | "payable">, args_1 extends import("viem").ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, TChainOverride extends Chain | undefined = undefined>(args: import("viem").WriteContractParameters<abi, functionName, args_1, {
|
|
1370
|
-
blockExplorers: {
|
|
1371
|
-
readonly default: {
|
|
1372
|
-
readonly name: "Etherscan";
|
|
1373
|
-
readonly url: "https://etherscan.io";
|
|
1374
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1375
|
-
};
|
|
1376
|
-
};
|
|
1377
|
-
contracts: {
|
|
1378
|
-
readonly ensRegistry: {
|
|
1379
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1380
|
-
};
|
|
1381
|
-
readonly ensUniversalResolver: {
|
|
1382
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1383
|
-
readonly blockCreated: 19258213;
|
|
1384
|
-
};
|
|
1385
|
-
readonly multicall3: {
|
|
1386
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1387
|
-
readonly blockCreated: 14353601;
|
|
1388
|
-
};
|
|
1389
|
-
};
|
|
1390
|
-
id: 1;
|
|
1391
|
-
name: "Ethereum";
|
|
1392
|
-
nativeCurrency: {
|
|
1393
|
-
readonly name: "Ether";
|
|
1394
|
-
readonly symbol: "ETH";
|
|
1395
|
-
readonly decimals: 18;
|
|
1396
|
-
};
|
|
1397
|
-
rpcUrls: {
|
|
1398
|
-
readonly default: {
|
|
1399
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1400
|
-
};
|
|
1401
|
-
};
|
|
1402
|
-
sourceId?: number | undefined;
|
|
1403
|
-
testnet?: boolean | undefined;
|
|
1404
|
-
custom?: Record<string, unknown> | undefined;
|
|
1405
|
-
formatters?: undefined;
|
|
1406
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1407
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1408
|
-
}, undefined, TChainOverride>) => Promise<import("viem").WriteContractReturnType>;
|
|
1409
|
-
extend: <const client extends {
|
|
1410
|
-
[x: string]: unknown;
|
|
1411
|
-
account?: undefined;
|
|
1412
|
-
batch?: undefined;
|
|
1413
|
-
cacheTime?: undefined;
|
|
1414
|
-
ccipRead?: undefined;
|
|
1415
|
-
chain?: undefined;
|
|
1416
|
-
key?: undefined;
|
|
1417
|
-
name?: undefined;
|
|
1418
|
-
pollingInterval?: undefined;
|
|
1419
|
-
request?: undefined;
|
|
1420
|
-
transport?: undefined;
|
|
1421
|
-
type?: undefined;
|
|
1422
|
-
uid?: undefined;
|
|
1423
|
-
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").CustomTransport, {
|
|
1424
|
-
blockExplorers: {
|
|
1425
|
-
readonly default: {
|
|
1426
|
-
readonly name: "Etherscan";
|
|
1427
|
-
readonly url: "https://etherscan.io";
|
|
1428
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1429
|
-
};
|
|
1430
|
-
};
|
|
1431
|
-
contracts: {
|
|
1432
|
-
readonly ensRegistry: {
|
|
1433
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1434
|
-
};
|
|
1435
|
-
readonly ensUniversalResolver: {
|
|
1436
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1437
|
-
readonly blockCreated: 19258213;
|
|
1438
|
-
};
|
|
1439
|
-
readonly multicall3: {
|
|
1440
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1441
|
-
readonly blockCreated: 14353601;
|
|
1442
|
-
};
|
|
1443
|
-
};
|
|
1444
|
-
id: 1;
|
|
1445
|
-
name: "Ethereum";
|
|
1446
|
-
nativeCurrency: {
|
|
1447
|
-
readonly name: "Ether";
|
|
1448
|
-
readonly symbol: "ETH";
|
|
1449
|
-
readonly decimals: 18;
|
|
1450
|
-
};
|
|
1451
|
-
rpcUrls: {
|
|
1452
|
-
readonly default: {
|
|
1453
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1454
|
-
};
|
|
1455
|
-
};
|
|
1456
|
-
sourceId?: number | undefined;
|
|
1457
|
-
testnet?: boolean | undefined;
|
|
1458
|
-
custom?: Record<string, unknown> | undefined;
|
|
1459
|
-
formatters?: undefined;
|
|
1460
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1461
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1462
|
-
}, undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<{
|
|
1463
|
-
blockExplorers: {
|
|
1464
|
-
readonly default: {
|
|
1465
|
-
readonly name: "Etherscan";
|
|
1466
|
-
readonly url: "https://etherscan.io";
|
|
1467
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1468
|
-
};
|
|
1469
|
-
};
|
|
1470
|
-
contracts: {
|
|
1471
|
-
readonly ensRegistry: {
|
|
1472
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1473
|
-
};
|
|
1474
|
-
readonly ensUniversalResolver: {
|
|
1475
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1476
|
-
readonly blockCreated: 19258213;
|
|
1477
|
-
};
|
|
1478
|
-
readonly multicall3: {
|
|
1479
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1480
|
-
readonly blockCreated: 14353601;
|
|
1481
|
-
};
|
|
1482
|
-
};
|
|
1483
|
-
id: 1;
|
|
1484
|
-
name: "Ethereum";
|
|
1485
|
-
nativeCurrency: {
|
|
1486
|
-
readonly name: "Ether";
|
|
1487
|
-
readonly symbol: "ETH";
|
|
1488
|
-
readonly decimals: 18;
|
|
1489
|
-
};
|
|
1490
|
-
rpcUrls: {
|
|
1491
|
-
readonly default: {
|
|
1492
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1493
|
-
};
|
|
1494
|
-
};
|
|
1495
|
-
sourceId?: number | undefined;
|
|
1496
|
-
testnet?: boolean | undefined;
|
|
1497
|
-
custom?: Record<string, unknown> | undefined;
|
|
1498
|
-
formatters?: undefined;
|
|
1499
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1500
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1501
|
-
}, undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("viem").CustomTransport, {
|
|
1502
|
-
blockExplorers: {
|
|
1503
|
-
readonly default: {
|
|
1504
|
-
readonly name: "Etherscan";
|
|
1505
|
-
readonly url: "https://etherscan.io";
|
|
1506
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1507
|
-
};
|
|
1508
|
-
};
|
|
1509
|
-
contracts: {
|
|
1510
|
-
readonly ensRegistry: {
|
|
1511
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1512
|
-
};
|
|
1513
|
-
readonly ensUniversalResolver: {
|
|
1514
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1515
|
-
readonly blockCreated: 19258213;
|
|
1516
|
-
};
|
|
1517
|
-
readonly multicall3: {
|
|
1518
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1519
|
-
readonly blockCreated: 14353601;
|
|
1520
|
-
};
|
|
1521
|
-
};
|
|
1522
|
-
id: 1;
|
|
1523
|
-
name: "Ethereum";
|
|
1524
|
-
nativeCurrency: {
|
|
1525
|
-
readonly name: "Ether";
|
|
1526
|
-
readonly symbol: "ETH";
|
|
1527
|
-
readonly decimals: 18;
|
|
1528
|
-
};
|
|
1529
|
-
rpcUrls: {
|
|
1530
|
-
readonly default: {
|
|
1531
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1532
|
-
};
|
|
1533
|
-
};
|
|
1534
|
-
sourceId?: number | undefined;
|
|
1535
|
-
testnet?: boolean | undefined;
|
|
1536
|
-
custom?: Record<string, unknown> | undefined;
|
|
1537
|
-
formatters?: undefined;
|
|
1538
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1539
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1540
|
-
}, undefined, import("viem").WalletRpcSchema, import("viem").WalletActions<{
|
|
1541
|
-
blockExplorers: {
|
|
1542
|
-
readonly default: {
|
|
1543
|
-
readonly name: "Etherscan";
|
|
1544
|
-
readonly url: "https://etherscan.io";
|
|
1545
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1546
|
-
};
|
|
1547
|
-
};
|
|
1548
|
-
contracts: {
|
|
1549
|
-
readonly ensRegistry: {
|
|
1550
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1551
|
-
};
|
|
1552
|
-
readonly ensUniversalResolver: {
|
|
1553
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1554
|
-
readonly blockCreated: 19258213;
|
|
1555
|
-
};
|
|
1556
|
-
readonly multicall3: {
|
|
1557
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1558
|
-
readonly blockCreated: 14353601;
|
|
1559
|
-
};
|
|
1560
|
-
};
|
|
1561
|
-
id: 1;
|
|
1562
|
-
name: "Ethereum";
|
|
1563
|
-
nativeCurrency: {
|
|
1564
|
-
readonly name: "Ether";
|
|
1565
|
-
readonly symbol: "ETH";
|
|
1566
|
-
readonly decimals: 18;
|
|
1567
|
-
};
|
|
1568
|
-
rpcUrls: {
|
|
1569
|
-
readonly default: {
|
|
1570
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1571
|
-
};
|
|
1572
|
-
};
|
|
1573
|
-
sourceId?: number | undefined;
|
|
1574
|
-
testnet?: boolean | undefined;
|
|
1575
|
-
custom?: Record<string, unknown> | undefined;
|
|
1576
|
-
formatters?: undefined;
|
|
1577
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1578
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1579
|
-
}, undefined>>) => client) => import("viem").Client<import("viem").CustomTransport, {
|
|
1580
|
-
blockExplorers: {
|
|
1581
|
-
readonly default: {
|
|
1582
|
-
readonly name: "Etherscan";
|
|
1583
|
-
readonly url: "https://etherscan.io";
|
|
1584
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1585
|
-
};
|
|
1586
|
-
};
|
|
1587
|
-
contracts: {
|
|
1588
|
-
readonly ensRegistry: {
|
|
1589
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1590
|
-
};
|
|
1591
|
-
readonly ensUniversalResolver: {
|
|
1592
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1593
|
-
readonly blockCreated: 19258213;
|
|
1594
|
-
};
|
|
1595
|
-
readonly multicall3: {
|
|
1596
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1597
|
-
readonly blockCreated: 14353601;
|
|
1598
|
-
};
|
|
1599
|
-
};
|
|
1600
|
-
id: 1;
|
|
1601
|
-
name: "Ethereum";
|
|
1602
|
-
nativeCurrency: {
|
|
1603
|
-
readonly name: "Ether";
|
|
1604
|
-
readonly symbol: "ETH";
|
|
1605
|
-
readonly decimals: 18;
|
|
1606
|
-
};
|
|
1607
|
-
rpcUrls: {
|
|
1608
|
-
readonly default: {
|
|
1609
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1610
|
-
};
|
|
1611
|
-
};
|
|
1612
|
-
sourceId?: number | undefined;
|
|
1613
|
-
testnet?: boolean | undefined;
|
|
1614
|
-
custom?: Record<string, unknown> | undefined;
|
|
1615
|
-
formatters?: undefined;
|
|
1616
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1617
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1618
|
-
}, undefined, import("viem").WalletRpcSchema, import("viem/chains").Prettify<client> & (import("viem").WalletActions<{
|
|
1619
|
-
blockExplorers: {
|
|
1620
|
-
readonly default: {
|
|
1621
|
-
readonly name: "Etherscan";
|
|
1622
|
-
readonly url: "https://etherscan.io";
|
|
1623
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1624
|
-
};
|
|
1625
|
-
};
|
|
1626
|
-
contracts: {
|
|
1627
|
-
readonly ensRegistry: {
|
|
1628
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1629
|
-
};
|
|
1630
|
-
readonly ensUniversalResolver: {
|
|
1631
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1632
|
-
readonly blockCreated: 19258213;
|
|
1633
|
-
};
|
|
1634
|
-
readonly multicall3: {
|
|
1635
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1636
|
-
readonly blockCreated: 14353601;
|
|
1637
|
-
};
|
|
1638
|
-
};
|
|
1639
|
-
id: 1;
|
|
1640
|
-
name: "Ethereum";
|
|
1641
|
-
nativeCurrency: {
|
|
1642
|
-
readonly name: "Ether";
|
|
1643
|
-
readonly symbol: "ETH";
|
|
1644
|
-
readonly decimals: 18;
|
|
1645
|
-
};
|
|
1646
|
-
rpcUrls: {
|
|
1647
|
-
readonly default: {
|
|
1648
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1649
|
-
};
|
|
1650
|
-
};
|
|
1651
|
-
sourceId?: number | undefined;
|
|
1652
|
-
testnet?: boolean | undefined;
|
|
1653
|
-
custom?: Record<string, unknown> | undefined;
|
|
1654
|
-
formatters?: undefined;
|
|
1655
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1656
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1657
|
-
}, undefined> extends {
|
|
1658
|
-
[x: string]: unknown;
|
|
1659
|
-
account?: undefined;
|
|
1660
|
-
batch?: undefined;
|
|
1661
|
-
cacheTime?: undefined;
|
|
1662
|
-
ccipRead?: undefined;
|
|
1663
|
-
chain?: undefined;
|
|
1664
|
-
key?: undefined;
|
|
1665
|
-
name?: undefined;
|
|
1666
|
-
pollingInterval?: undefined;
|
|
1667
|
-
request?: undefined;
|
|
1668
|
-
transport?: undefined;
|
|
1669
|
-
type?: undefined;
|
|
1670
|
-
uid?: undefined;
|
|
1671
|
-
} ? import("viem").WalletActions<{
|
|
1672
|
-
blockExplorers: {
|
|
1673
|
-
readonly default: {
|
|
1674
|
-
readonly name: "Etherscan";
|
|
1675
|
-
readonly url: "https://etherscan.io";
|
|
1676
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1677
|
-
};
|
|
1678
|
-
};
|
|
1679
|
-
contracts: {
|
|
1680
|
-
readonly ensRegistry: {
|
|
1681
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1682
|
-
};
|
|
1683
|
-
readonly ensUniversalResolver: {
|
|
1684
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1685
|
-
readonly blockCreated: 19258213;
|
|
1686
|
-
};
|
|
1687
|
-
readonly multicall3: {
|
|
1688
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1689
|
-
readonly blockCreated: 14353601;
|
|
1690
|
-
};
|
|
1691
|
-
};
|
|
1692
|
-
id: 1;
|
|
1693
|
-
name: "Ethereum";
|
|
1694
|
-
nativeCurrency: {
|
|
1695
|
-
readonly name: "Ether";
|
|
1696
|
-
readonly symbol: "ETH";
|
|
1697
|
-
readonly decimals: 18;
|
|
1698
|
-
};
|
|
1699
|
-
rpcUrls: {
|
|
1700
|
-
readonly default: {
|
|
1701
|
-
readonly http: readonly ["https://cloudflare-eth.com"];
|
|
1702
|
-
};
|
|
1703
|
-
};
|
|
1704
|
-
sourceId?: number | undefined;
|
|
1705
|
-
testnet?: boolean | undefined;
|
|
1706
|
-
custom?: Record<string, unknown> | undefined;
|
|
1707
|
-
formatters?: undefined;
|
|
1708
|
-
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
1709
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1710
|
-
}, undefined> : unknown)>;
|
|
1711
|
-
};
|
|
11
|
+
export declare const convertProviderToClient: ({ provider, viemChain, }: web3ProviderConversionInterface) => WalletClient;
|
|
12
|
+
export declare const convertSignerToClient: ({ signer, viemChain, }: web3SignerConversionInterface) => WalletClient;
|
|
1712
13
|
export {};
|