@funkit/connect 1.1.6 → 1.2.1
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/CHANGELOG.md +23 -0
- package/dist/components/CloseButton/CloseButton.d.ts +1 -1
- package/dist/components/FunButton/FunIconButton.d.ts +3 -3
- package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +1 -1
- package/dist/components/Icons/ClockIcon.d.ts +1 -1
- package/dist/components/Icons/CoinIcon.d.ts +1 -1
- package/dist/components/Icons/Coinbase.d.ts +1 -1
- package/dist/components/Icons/Copied.d.ts +1 -1
- package/dist/components/Icons/EditIcon.d.ts +1 -1
- package/dist/components/Icons/EthereumIcon.d.ts +1 -1
- package/dist/components/Icons/FunkitPaymentsIconLine.d.ts +2 -2
- package/dist/components/Icons/LightningIcon.d.ts +1 -1
- package/dist/components/Icons/NoAssetsFoundIcon.d.ts +1 -1
- package/dist/components/Icons/PaymentMethodIcons.d.ts +1 -1
- package/dist/components/Icons/SearchIcon.d.ts +1 -1
- package/dist/components/Icons/Spinner.d.ts +2 -2
- package/dist/components/InfoButton/InfoButton.d.ts +1 -1
- package/dist/components/WalletButton/WalletButton.d.ts +1 -1
- package/dist/config/getDefaultConfig.d.ts +204 -62
- package/dist/index.js +49 -52
- package/dist/types/utils.d.ts +37 -0
- package/dist/wallets/Wallet.d.ts +1 -2
- package/dist/wallets/connectorsForWallets.d.ts +1 -3
- package/dist/wallets/getInjectedConnector.d.ts +3 -2
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -2
- package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -2
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
- package/dist/wallets/walletConnectors/{chunk-MIWCKFYE.js → chunk-2DWBVWFI.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-IBWFKX7P.js → chunk-32O7HVBJ.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-X255T3C4.js → chunk-3F5GNHAG.js} +9 -5
- package/dist/wallets/walletConnectors/{chunk-4FQLUQNA.js → chunk-3QXMJHL4.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-ZNXQ4V6G.js → chunk-3R3RNCGE.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-KGBLSE7L.js → chunk-4PTY6XNU.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-2GAW2UBU.js → chunk-5L2OLU3J.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-XPEBP6XV.js → chunk-5SIHQ5GA.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-NGXIHASN.js → chunk-5ZGE5SN5.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-6LTLPR2Q.js → chunk-AFONKDII.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-ZUAHWUEL.js → chunk-BCXBFAL4.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-OAEJQOAV.js → chunk-BMHNXJZK.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-GW6EF4G2.js → chunk-CNTLU4ZV.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-FDIIMYTB.js → chunk-EXN2ODSI.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-QII6PY2D.js → chunk-F3VCNZXS.js} +8 -6
- package/dist/wallets/walletConnectors/{chunk-63NPZXAL.js → chunk-FQDX6QIP.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-7CQPABJG.js → chunk-G4DNQN67.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-KIHCNUU3.js → chunk-GUJHPWTU.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-XXFJVY73.js → chunk-HXGBE5AH.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-C67TQJ6W.js → chunk-IMZRCMZR.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-L734HTUS.js → chunk-JNZ3EYC7.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-ENZLEAG2.js → chunk-JRABHUUZ.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-ABYQAXUX.js → chunk-KJWMF6GZ.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-N3VZE65M.js → chunk-LOEDYNWO.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-Q4RLUJJD.js → chunk-M4SPCKW4.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-Z2DGDHHZ.js → chunk-MFS6NY6T.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-2UXZAUWT.js → chunk-MOAWRDEM.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-T6JVHES7.js → chunk-ND5YG63V.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-LVRXH33E.js → chunk-NK3DYIAB.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-XBUTWYE4.js → chunk-O77H3VWW.js} +14 -18
- package/dist/wallets/walletConnectors/{chunk-JLQ5HJYV.js → chunk-OMKARG6Y.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-SQGFKNNZ.js → chunk-OPO2D6GL.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-75A2U7T7.js → chunk-OUQ3ZF2W.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-AM4SSLAP.js → chunk-OXWTS7HX.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-P4JLZ42R.js → chunk-P4C7ZHIS.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-H76YCX2M.js → chunk-PILSRRPJ.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-SL4VH23R.js → chunk-PJRUHFBT.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-RTW6PVQI.js → chunk-PQSJXOGA.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-2PC2XXUH.js → chunk-QGQISKXF.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-4WOV4ITL.js → chunk-QS2J6MWB.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-4XQDKOGF.js → chunk-QUFNIKMV.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-H273OTQA.js → chunk-R2GYJ376.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-Z2HIQYVN.js → chunk-R5GNFRXW.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-V45EXW7A.js → chunk-S2IWMXKX.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-FLY7F4XA.js → chunk-SJWHYD45.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-OKWOB3DN.js → chunk-TKXMLZXG.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-3WZRNEZH.js → chunk-TUK3HNKY.js} +6 -2
- package/dist/wallets/walletConnectors/{chunk-OR3PU2W4.js → chunk-UWU574XS.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-O5NKWWEG.js → chunk-WH7S23VZ.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-ZBAQFL6G.js → chunk-WS4EM7AZ.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-SYELB4QO.js → chunk-XB2GFXBL.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-ZOL6ZMTJ.js → chunk-XEZPRJPV.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-XSSD5ZVD.js → chunk-XUXFYTCV.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-DPXMP5KS.js → chunk-Z5QFIFDP.js} +1 -1
- package/dist/wallets/walletConnectors/{chunk-CUKVUCIP.js → chunk-ZBQT5PV6.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-PWYTDYBE.js → chunk-ZCSUP7CX.js} +1 -1
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +7 -1
- package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +1 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
- package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -2
- package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.d.ts +1 -5
- package/dist/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.js +2 -8
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +76 -76
- package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -2
- package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -2
- package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
- package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +2 -2
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
- package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -2
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -2
- package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +2 -2
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
- package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -2
- package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +4 -4
- package/dist/wallets/walletConnectors/chunk-VWZEDVW6.js +0 -27
- package/dist/wallets/walletConnectors/chunk-YC7XNS7C.js +0 -98
|
@@ -13,8 +13,6 @@ export interface CreateFunkitWagmiConfigParameters extends Omit<WagmiConfigParam
|
|
|
13
13
|
wallets?: WalletList;
|
|
14
14
|
projectId: string;
|
|
15
15
|
chains: Chain[] | [Chain, ...Chain[]];
|
|
16
|
-
funkitApiKey: string;
|
|
17
|
-
initialChainId: string | number;
|
|
18
16
|
}
|
|
19
17
|
export declare const createFunkitWagmiConfig: (rawWagmiConfig: CreateFunkitWagmiConfigParameters) => import("wagmi").Config;
|
|
20
18
|
/**
|
|
@@ -169,18 +167,18 @@ export declare const getDefaultChains: () => ({
|
|
|
169
167
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
170
168
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
171
169
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
170
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
172
171
|
to?: `0x${string}` | null | undefined;
|
|
173
172
|
from?: `0x${string}` | undefined;
|
|
174
173
|
gas?: `0x${string}` | undefined;
|
|
175
174
|
nonce?: `0x${string}` | undefined;
|
|
176
175
|
value?: `0x${string}` | undefined;
|
|
177
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
178
|
-
accessList?: undefined;
|
|
179
176
|
blockHash?: `0x${string}` | null | undefined;
|
|
180
177
|
blockNumber?: `0x${string}` | null | undefined;
|
|
181
178
|
hash?: `0x${string}` | undefined;
|
|
182
179
|
input?: `0x${string}` | undefined;
|
|
183
180
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
181
|
+
accessList?: undefined;
|
|
184
182
|
blobVersionedHashes?: undefined;
|
|
185
183
|
chainId?: `0x${string}` | undefined;
|
|
186
184
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -220,18 +218,18 @@ export declare const getDefaultChains: () => ({
|
|
|
220
218
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
221
219
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
222
220
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
221
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
223
222
|
to?: `0x${string}` | null | undefined;
|
|
224
223
|
from?: `0x${string}` | undefined;
|
|
225
224
|
gas?: `0x${string}` | undefined;
|
|
226
225
|
nonce?: `0x${string}` | undefined;
|
|
227
226
|
value?: `0x${string}` | undefined;
|
|
228
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
229
|
-
accessList?: undefined;
|
|
230
227
|
blockHash?: `0x${string}` | null | undefined;
|
|
231
228
|
blockNumber?: `0x${string}` | null | undefined;
|
|
232
229
|
hash?: `0x${string}` | undefined;
|
|
233
230
|
input?: `0x${string}` | undefined;
|
|
234
231
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
232
|
+
accessList?: undefined;
|
|
235
233
|
blobVersionedHashes?: undefined;
|
|
236
234
|
chainId?: `0x${string}` | undefined;
|
|
237
235
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -248,18 +246,18 @@ export declare const getDefaultChains: () => ({
|
|
|
248
246
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
249
247
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
250
248
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
249
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
251
250
|
to?: `0x${string}` | null | undefined;
|
|
252
251
|
from?: `0x${string}` | undefined;
|
|
253
252
|
gas?: `0x${string}` | undefined;
|
|
254
253
|
nonce?: `0x${string}` | undefined;
|
|
255
254
|
value?: `0x${string}` | undefined;
|
|
256
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
257
|
-
accessList?: import("viem").AccessList | undefined;
|
|
258
255
|
blockHash?: `0x${string}` | null | undefined;
|
|
259
256
|
blockNumber?: `0x${string}` | null | undefined;
|
|
260
257
|
hash?: `0x${string}` | undefined;
|
|
261
258
|
input?: `0x${string}` | undefined;
|
|
262
259
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
260
|
+
accessList?: import("viem").AccessList | undefined;
|
|
263
261
|
blobVersionedHashes?: undefined;
|
|
264
262
|
chainId?: `0x${string}` | undefined;
|
|
265
263
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -299,18 +297,18 @@ export declare const getDefaultChains: () => ({
|
|
|
299
297
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
300
298
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
301
299
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
300
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
302
301
|
to?: `0x${string}` | null | undefined;
|
|
303
302
|
from?: `0x${string}` | undefined;
|
|
304
303
|
gas?: `0x${string}` | undefined;
|
|
305
304
|
nonce?: `0x${string}` | undefined;
|
|
306
305
|
value?: `0x${string}` | undefined;
|
|
307
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
308
|
-
accessList?: import("viem").AccessList | undefined;
|
|
309
306
|
blockHash?: `0x${string}` | null | undefined;
|
|
310
307
|
blockNumber?: `0x${string}` | null | undefined;
|
|
311
308
|
hash?: `0x${string}` | undefined;
|
|
312
309
|
input?: `0x${string}` | undefined;
|
|
313
310
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
311
|
+
accessList?: import("viem").AccessList | undefined;
|
|
314
312
|
blobVersionedHashes?: undefined;
|
|
315
313
|
chainId?: `0x${string}` | undefined;
|
|
316
314
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -350,18 +348,18 @@ export declare const getDefaultChains: () => ({
|
|
|
350
348
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
351
349
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
352
350
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
351
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
353
352
|
to?: `0x${string}` | null | undefined;
|
|
354
353
|
from?: `0x${string}` | undefined;
|
|
355
354
|
gas?: `0x${string}` | undefined;
|
|
356
355
|
nonce?: `0x${string}` | undefined;
|
|
357
356
|
value?: `0x${string}` | undefined;
|
|
358
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
359
|
-
accessList?: import("viem").AccessList | undefined;
|
|
360
357
|
blockHash?: `0x${string}` | null | undefined;
|
|
361
358
|
blockNumber?: `0x${string}` | null | undefined;
|
|
362
359
|
hash?: `0x${string}` | undefined;
|
|
363
360
|
input?: `0x${string}` | undefined;
|
|
364
361
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
362
|
+
accessList?: import("viem").AccessList | undefined;
|
|
365
363
|
blobVersionedHashes?: undefined;
|
|
366
364
|
chainId?: `0x${string}` | undefined;
|
|
367
365
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -401,18 +399,18 @@ export declare const getDefaultChains: () => ({
|
|
|
401
399
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
402
400
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
403
401
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
402
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
404
403
|
to?: `0x${string}` | null | undefined;
|
|
405
404
|
from?: `0x${string}` | undefined;
|
|
406
405
|
gas?: `0x${string}` | undefined;
|
|
407
406
|
nonce?: `0x${string}` | undefined;
|
|
408
407
|
value?: `0x${string}` | undefined;
|
|
409
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
410
|
-
accessList?: import("viem").AccessList | undefined;
|
|
411
408
|
blockHash?: `0x${string}` | null | undefined;
|
|
412
409
|
blockNumber?: `0x${string}` | null | undefined;
|
|
413
410
|
hash?: `0x${string}` | undefined;
|
|
414
411
|
input?: `0x${string}` | undefined;
|
|
415
412
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
413
|
+
accessList?: import("viem").AccessList | undefined;
|
|
416
414
|
blobVersionedHashes?: undefined;
|
|
417
415
|
chainId?: `0x${string}` | undefined;
|
|
418
416
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -429,18 +427,18 @@ export declare const getDefaultChains: () => ({
|
|
|
429
427
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
430
428
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
431
429
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
430
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
432
431
|
to?: `0x${string}` | null | undefined;
|
|
433
432
|
from?: `0x${string}` | undefined;
|
|
434
433
|
gas?: `0x${string}` | undefined;
|
|
435
434
|
nonce?: `0x${string}` | undefined;
|
|
436
435
|
value?: `0x${string}` | undefined;
|
|
437
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
438
|
-
accessList?: import("viem").AccessList | undefined;
|
|
439
436
|
blockHash?: `0x${string}` | null | undefined;
|
|
440
437
|
blockNumber?: `0x${string}` | null | undefined;
|
|
441
438
|
hash?: `0x${string}` | undefined;
|
|
442
439
|
input?: `0x${string}` | undefined;
|
|
443
440
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
441
|
+
accessList?: import("viem").AccessList | undefined;
|
|
444
442
|
blobVersionedHashes?: undefined;
|
|
445
443
|
chainId?: `0x${string}` | undefined;
|
|
446
444
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -480,18 +478,18 @@ export declare const getDefaultChains: () => ({
|
|
|
480
478
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
481
479
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
482
480
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
481
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
483
482
|
to?: `0x${string}` | null | undefined;
|
|
484
483
|
from?: `0x${string}` | undefined;
|
|
485
484
|
gas?: `0x${string}` | undefined;
|
|
486
485
|
nonce?: `0x${string}` | undefined;
|
|
487
486
|
value?: `0x${string}` | undefined;
|
|
488
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
489
|
-
accessList?: import("viem").AccessList | undefined;
|
|
490
487
|
blockHash?: `0x${string}` | null | undefined;
|
|
491
488
|
blockNumber?: `0x${string}` | null | undefined;
|
|
492
489
|
hash?: `0x${string}` | undefined;
|
|
493
490
|
input?: `0x${string}` | undefined;
|
|
494
491
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
492
|
+
accessList?: import("viem").AccessList | undefined;
|
|
495
493
|
blobVersionedHashes?: undefined;
|
|
496
494
|
chainId?: `0x${string}` | undefined;
|
|
497
495
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -531,18 +529,18 @@ export declare const getDefaultChains: () => ({
|
|
|
531
529
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
532
530
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
533
531
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
532
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
534
533
|
to?: `0x${string}` | null | undefined;
|
|
535
534
|
from?: `0x${string}` | undefined;
|
|
536
535
|
gas?: `0x${string}` | undefined;
|
|
537
536
|
nonce?: `0x${string}` | undefined;
|
|
538
537
|
value?: `0x${string}` | undefined;
|
|
539
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
540
|
-
accessList?: import("viem").AccessList | undefined;
|
|
541
538
|
blockHash?: `0x${string}` | null | undefined;
|
|
542
539
|
blockNumber?: `0x${string}` | null | undefined;
|
|
543
540
|
hash?: `0x${string}` | undefined;
|
|
544
541
|
input?: `0x${string}` | undefined;
|
|
545
542
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
543
|
+
accessList?: import("viem").AccessList | undefined;
|
|
546
544
|
blobVersionedHashes?: undefined;
|
|
547
545
|
chainId?: `0x${string}` | undefined;
|
|
548
546
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -582,18 +580,18 @@ export declare const getDefaultChains: () => ({
|
|
|
582
580
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
583
581
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
584
582
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
583
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
585
584
|
to?: `0x${string}` | null | undefined;
|
|
586
585
|
from?: `0x${string}` | undefined;
|
|
587
586
|
gas?: `0x${string}` | undefined;
|
|
588
587
|
nonce?: `0x${string}` | undefined;
|
|
589
588
|
value?: `0x${string}` | undefined;
|
|
590
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
591
|
-
accessList?: import("viem").AccessList | undefined;
|
|
592
589
|
blockHash?: `0x${string}` | null | undefined;
|
|
593
590
|
blockNumber?: `0x${string}` | null | undefined;
|
|
594
591
|
hash?: `0x${string}` | undefined;
|
|
595
592
|
input?: `0x${string}` | undefined;
|
|
596
593
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
594
|
+
accessList?: import("viem").AccessList | undefined;
|
|
597
595
|
blobVersionedHashes?: undefined;
|
|
598
596
|
chainId?: `0x${string}` | undefined;
|
|
599
597
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -610,18 +608,18 @@ export declare const getDefaultChains: () => ({
|
|
|
610
608
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
611
609
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
612
610
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
611
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
613
612
|
to?: `0x${string}` | null | undefined;
|
|
614
613
|
from?: `0x${string}` | undefined;
|
|
615
614
|
gas?: `0x${string}` | undefined;
|
|
616
615
|
nonce?: `0x${string}` | undefined;
|
|
617
616
|
value?: `0x${string}` | undefined;
|
|
618
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
619
|
-
accessList?: import("viem").AccessList | undefined;
|
|
620
617
|
blockHash?: `0x${string}` | null | undefined;
|
|
621
618
|
blockNumber?: `0x${string}` | null | undefined;
|
|
622
619
|
hash?: `0x${string}` | undefined;
|
|
623
620
|
input?: `0x${string}` | undefined;
|
|
624
621
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
622
|
+
accessList?: import("viem").AccessList | undefined;
|
|
625
623
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
626
624
|
chainId?: `0x${string}` | undefined;
|
|
627
625
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -661,18 +659,18 @@ export declare const getDefaultChains: () => ({
|
|
|
661
659
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
662
660
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
663
661
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
662
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
664
663
|
to?: `0x${string}` | null | undefined;
|
|
665
664
|
from?: `0x${string}` | undefined;
|
|
666
665
|
gas?: `0x${string}` | undefined;
|
|
667
666
|
nonce?: `0x${string}` | undefined;
|
|
668
667
|
value?: `0x${string}` | undefined;
|
|
669
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
670
|
-
accessList?: import("viem").AccessList | undefined;
|
|
671
668
|
blockHash?: `0x${string}` | null | undefined;
|
|
672
669
|
blockNumber?: `0x${string}` | null | undefined;
|
|
673
670
|
hash?: `0x${string}` | undefined;
|
|
674
671
|
input?: `0x${string}` | undefined;
|
|
675
672
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
673
|
+
accessList?: import("viem").AccessList | undefined;
|
|
676
674
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
677
675
|
chainId?: `0x${string}` | undefined;
|
|
678
676
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -712,18 +710,18 @@ export declare const getDefaultChains: () => ({
|
|
|
712
710
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
713
711
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
714
712
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
713
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
715
714
|
to?: `0x${string}` | null | undefined;
|
|
716
715
|
from?: `0x${string}` | undefined;
|
|
717
716
|
gas?: `0x${string}` | undefined;
|
|
718
717
|
nonce?: `0x${string}` | undefined;
|
|
719
718
|
value?: `0x${string}` | undefined;
|
|
720
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
721
|
-
accessList?: import("viem").AccessList | undefined;
|
|
722
719
|
blockHash?: `0x${string}` | null | undefined;
|
|
723
720
|
blockNumber?: `0x${string}` | null | undefined;
|
|
724
721
|
hash?: `0x${string}` | undefined;
|
|
725
722
|
input?: `0x${string}` | undefined;
|
|
726
723
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
724
|
+
accessList?: import("viem").AccessList | undefined;
|
|
727
725
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
728
726
|
chainId?: `0x${string}` | undefined;
|
|
729
727
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -763,18 +761,18 @@ export declare const getDefaultChains: () => ({
|
|
|
763
761
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
764
762
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
765
763
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
764
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
766
765
|
to?: `0x${string}` | null | undefined;
|
|
767
766
|
from?: `0x${string}` | undefined;
|
|
768
767
|
gas?: `0x${string}` | undefined;
|
|
769
768
|
nonce?: `0x${string}` | undefined;
|
|
770
769
|
value?: `0x${string}` | undefined;
|
|
771
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
772
|
-
accessList?: import("viem").AccessList | undefined;
|
|
773
770
|
blockHash?: `0x${string}` | null | undefined;
|
|
774
771
|
blockNumber?: `0x${string}` | null | undefined;
|
|
775
772
|
hash?: `0x${string}` | undefined;
|
|
776
773
|
input?: `0x${string}` | undefined;
|
|
777
774
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
775
|
+
accessList?: import("viem").AccessList | undefined;
|
|
778
776
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
779
777
|
chainId?: `0x${string}` | undefined;
|
|
780
778
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -814,18 +812,18 @@ export declare const getDefaultChains: () => ({
|
|
|
814
812
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
815
813
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
816
814
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
815
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
817
816
|
to?: `0x${string}` | null | undefined;
|
|
818
817
|
from?: `0x${string}` | undefined;
|
|
819
818
|
gas?: `0x${string}` | undefined;
|
|
820
819
|
nonce?: `0x${string}` | undefined;
|
|
821
820
|
value?: `0x${string}` | undefined;
|
|
822
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
823
|
-
accessList?: import("viem").AccessList | undefined;
|
|
824
821
|
blockHash?: `0x${string}` | null | undefined;
|
|
825
822
|
blockNumber?: `0x${string}` | null | undefined;
|
|
826
823
|
hash?: `0x${string}` | undefined;
|
|
827
824
|
input?: `0x${string}` | undefined;
|
|
828
825
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
826
|
+
accessList?: import("viem").AccessList | undefined;
|
|
829
827
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
830
828
|
chainId?: `0x${string}` | undefined;
|
|
831
829
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1310,18 +1308,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1310
1308
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1311
1309
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1312
1310
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1311
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1313
1312
|
to?: `0x${string}` | null | undefined;
|
|
1314
1313
|
from?: `0x${string}` | undefined;
|
|
1315
1314
|
gas?: `0x${string}` | undefined;
|
|
1316
1315
|
nonce?: `0x${string}` | undefined;
|
|
1317
1316
|
value?: `0x${string}` | undefined;
|
|
1318
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1319
|
-
accessList?: undefined;
|
|
1320
1317
|
blockHash?: `0x${string}` | null | undefined;
|
|
1321
1318
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1322
1319
|
hash?: `0x${string}` | undefined;
|
|
1323
1320
|
input?: `0x${string}` | undefined;
|
|
1324
1321
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1322
|
+
accessList?: undefined;
|
|
1325
1323
|
blobVersionedHashes?: undefined;
|
|
1326
1324
|
chainId?: `0x${string}` | undefined;
|
|
1327
1325
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1361,18 +1359,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1361
1359
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1362
1360
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1363
1361
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1362
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1364
1363
|
to?: `0x${string}` | null | undefined;
|
|
1365
1364
|
from?: `0x${string}` | undefined;
|
|
1366
1365
|
gas?: `0x${string}` | undefined;
|
|
1367
1366
|
nonce?: `0x${string}` | undefined;
|
|
1368
1367
|
value?: `0x${string}` | undefined;
|
|
1369
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1370
|
-
accessList?: undefined;
|
|
1371
1368
|
blockHash?: `0x${string}` | null | undefined;
|
|
1372
1369
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1373
1370
|
hash?: `0x${string}` | undefined;
|
|
1374
1371
|
input?: `0x${string}` | undefined;
|
|
1375
1372
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1373
|
+
accessList?: undefined;
|
|
1376
1374
|
blobVersionedHashes?: undefined;
|
|
1377
1375
|
chainId?: `0x${string}` | undefined;
|
|
1378
1376
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1389,18 +1387,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1389
1387
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1390
1388
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1391
1389
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1390
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1392
1391
|
to?: `0x${string}` | null | undefined;
|
|
1393
1392
|
from?: `0x${string}` | undefined;
|
|
1394
1393
|
gas?: `0x${string}` | undefined;
|
|
1395
1394
|
nonce?: `0x${string}` | undefined;
|
|
1396
1395
|
value?: `0x${string}` | undefined;
|
|
1397
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1398
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1399
1396
|
blockHash?: `0x${string}` | null | undefined;
|
|
1400
1397
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1401
1398
|
hash?: `0x${string}` | undefined;
|
|
1402
1399
|
input?: `0x${string}` | undefined;
|
|
1403
1400
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1401
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1404
1402
|
blobVersionedHashes?: undefined;
|
|
1405
1403
|
chainId?: `0x${string}` | undefined;
|
|
1406
1404
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1440,18 +1438,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1440
1438
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1441
1439
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1442
1440
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1441
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1443
1442
|
to?: `0x${string}` | null | undefined;
|
|
1444
1443
|
from?: `0x${string}` | undefined;
|
|
1445
1444
|
gas?: `0x${string}` | undefined;
|
|
1446
1445
|
nonce?: `0x${string}` | undefined;
|
|
1447
1446
|
value?: `0x${string}` | undefined;
|
|
1448
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1449
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1450
1447
|
blockHash?: `0x${string}` | null | undefined;
|
|
1451
1448
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1452
1449
|
hash?: `0x${string}` | undefined;
|
|
1453
1450
|
input?: `0x${string}` | undefined;
|
|
1454
1451
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1452
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1455
1453
|
blobVersionedHashes?: undefined;
|
|
1456
1454
|
chainId?: `0x${string}` | undefined;
|
|
1457
1455
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1491,18 +1489,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1491
1489
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1492
1490
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1493
1491
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1492
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1494
1493
|
to?: `0x${string}` | null | undefined;
|
|
1495
1494
|
from?: `0x${string}` | undefined;
|
|
1496
1495
|
gas?: `0x${string}` | undefined;
|
|
1497
1496
|
nonce?: `0x${string}` | undefined;
|
|
1498
1497
|
value?: `0x${string}` | undefined;
|
|
1499
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1500
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1501
1498
|
blockHash?: `0x${string}` | null | undefined;
|
|
1502
1499
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1503
1500
|
hash?: `0x${string}` | undefined;
|
|
1504
1501
|
input?: `0x${string}` | undefined;
|
|
1505
1502
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1503
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1506
1504
|
blobVersionedHashes?: undefined;
|
|
1507
1505
|
chainId?: `0x${string}` | undefined;
|
|
1508
1506
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1542,18 +1540,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1542
1540
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1543
1541
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1544
1542
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1543
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1545
1544
|
to?: `0x${string}` | null | undefined;
|
|
1546
1545
|
from?: `0x${string}` | undefined;
|
|
1547
1546
|
gas?: `0x${string}` | undefined;
|
|
1548
1547
|
nonce?: `0x${string}` | undefined;
|
|
1549
1548
|
value?: `0x${string}` | undefined;
|
|
1550
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1551
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1552
1549
|
blockHash?: `0x${string}` | null | undefined;
|
|
1553
1550
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1554
1551
|
hash?: `0x${string}` | undefined;
|
|
1555
1552
|
input?: `0x${string}` | undefined;
|
|
1556
1553
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1554
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1557
1555
|
blobVersionedHashes?: undefined;
|
|
1558
1556
|
chainId?: `0x${string}` | undefined;
|
|
1559
1557
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1570,18 +1568,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1570
1568
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1571
1569
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1572
1570
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1571
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1573
1572
|
to?: `0x${string}` | null | undefined;
|
|
1574
1573
|
from?: `0x${string}` | undefined;
|
|
1575
1574
|
gas?: `0x${string}` | undefined;
|
|
1576
1575
|
nonce?: `0x${string}` | undefined;
|
|
1577
1576
|
value?: `0x${string}` | undefined;
|
|
1578
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1579
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1580
1577
|
blockHash?: `0x${string}` | null | undefined;
|
|
1581
1578
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1582
1579
|
hash?: `0x${string}` | undefined;
|
|
1583
1580
|
input?: `0x${string}` | undefined;
|
|
1584
1581
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1582
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1585
1583
|
blobVersionedHashes?: undefined;
|
|
1586
1584
|
chainId?: `0x${string}` | undefined;
|
|
1587
1585
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1621,18 +1619,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1621
1619
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1622
1620
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1623
1621
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1622
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1624
1623
|
to?: `0x${string}` | null | undefined;
|
|
1625
1624
|
from?: `0x${string}` | undefined;
|
|
1626
1625
|
gas?: `0x${string}` | undefined;
|
|
1627
1626
|
nonce?: `0x${string}` | undefined;
|
|
1628
1627
|
value?: `0x${string}` | undefined;
|
|
1629
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1630
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1631
1628
|
blockHash?: `0x${string}` | null | undefined;
|
|
1632
1629
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1633
1630
|
hash?: `0x${string}` | undefined;
|
|
1634
1631
|
input?: `0x${string}` | undefined;
|
|
1635
1632
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1633
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1636
1634
|
blobVersionedHashes?: undefined;
|
|
1637
1635
|
chainId?: `0x${string}` | undefined;
|
|
1638
1636
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1672,18 +1670,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1672
1670
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1673
1671
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1674
1672
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1673
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1675
1674
|
to?: `0x${string}` | null | undefined;
|
|
1676
1675
|
from?: `0x${string}` | undefined;
|
|
1677
1676
|
gas?: `0x${string}` | undefined;
|
|
1678
1677
|
nonce?: `0x${string}` | undefined;
|
|
1679
1678
|
value?: `0x${string}` | undefined;
|
|
1680
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1681
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1682
1679
|
blockHash?: `0x${string}` | null | undefined;
|
|
1683
1680
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1684
1681
|
hash?: `0x${string}` | undefined;
|
|
1685
1682
|
input?: `0x${string}` | undefined;
|
|
1686
1683
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1684
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1687
1685
|
blobVersionedHashes?: undefined;
|
|
1688
1686
|
chainId?: `0x${string}` | undefined;
|
|
1689
1687
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1723,18 +1721,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1723
1721
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1724
1722
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1725
1723
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1724
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1726
1725
|
to?: `0x${string}` | null | undefined;
|
|
1727
1726
|
from?: `0x${string}` | undefined;
|
|
1728
1727
|
gas?: `0x${string}` | undefined;
|
|
1729
1728
|
nonce?: `0x${string}` | undefined;
|
|
1730
1729
|
value?: `0x${string}` | undefined;
|
|
1731
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1732
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1733
1730
|
blockHash?: `0x${string}` | null | undefined;
|
|
1734
1731
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1735
1732
|
hash?: `0x${string}` | undefined;
|
|
1736
1733
|
input?: `0x${string}` | undefined;
|
|
1737
1734
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1735
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1738
1736
|
blobVersionedHashes?: undefined;
|
|
1739
1737
|
chainId?: `0x${string}` | undefined;
|
|
1740
1738
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1751,18 +1749,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1751
1749
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1752
1750
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1753
1751
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1752
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1754
1753
|
to?: `0x${string}` | null | undefined;
|
|
1755
1754
|
from?: `0x${string}` | undefined;
|
|
1756
1755
|
gas?: `0x${string}` | undefined;
|
|
1757
1756
|
nonce?: `0x${string}` | undefined;
|
|
1758
1757
|
value?: `0x${string}` | undefined;
|
|
1759
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1760
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1761
1758
|
blockHash?: `0x${string}` | null | undefined;
|
|
1762
1759
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1763
1760
|
hash?: `0x${string}` | undefined;
|
|
1764
1761
|
input?: `0x${string}` | undefined;
|
|
1765
1762
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1763
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1766
1764
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1767
1765
|
chainId?: `0x${string}` | undefined;
|
|
1768
1766
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1802,18 +1800,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1802
1800
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1803
1801
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1804
1802
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1803
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1805
1804
|
to?: `0x${string}` | null | undefined;
|
|
1806
1805
|
from?: `0x${string}` | undefined;
|
|
1807
1806
|
gas?: `0x${string}` | undefined;
|
|
1808
1807
|
nonce?: `0x${string}` | undefined;
|
|
1809
1808
|
value?: `0x${string}` | undefined;
|
|
1810
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1811
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1812
1809
|
blockHash?: `0x${string}` | null | undefined;
|
|
1813
1810
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1814
1811
|
hash?: `0x${string}` | undefined;
|
|
1815
1812
|
input?: `0x${string}` | undefined;
|
|
1816
1813
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1814
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1817
1815
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1818
1816
|
chainId?: `0x${string}` | undefined;
|
|
1819
1817
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1853,18 +1851,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1853
1851
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1854
1852
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1855
1853
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1854
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1856
1855
|
to?: `0x${string}` | null | undefined;
|
|
1857
1856
|
from?: `0x${string}` | undefined;
|
|
1858
1857
|
gas?: `0x${string}` | undefined;
|
|
1859
1858
|
nonce?: `0x${string}` | undefined;
|
|
1860
1859
|
value?: `0x${string}` | undefined;
|
|
1861
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1862
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1863
1860
|
blockHash?: `0x${string}` | null | undefined;
|
|
1864
1861
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1865
1862
|
hash?: `0x${string}` | undefined;
|
|
1866
1863
|
input?: `0x${string}` | undefined;
|
|
1867
1864
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1865
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1868
1866
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1869
1867
|
chainId?: `0x${string}` | undefined;
|
|
1870
1868
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1904,18 +1902,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1904
1902
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1905
1903
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1906
1904
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1905
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1907
1906
|
to?: `0x${string}` | null | undefined;
|
|
1908
1907
|
from?: `0x${string}` | undefined;
|
|
1909
1908
|
gas?: `0x${string}` | undefined;
|
|
1910
1909
|
nonce?: `0x${string}` | undefined;
|
|
1911
1910
|
value?: `0x${string}` | undefined;
|
|
1912
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1913
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1914
1911
|
blockHash?: `0x${string}` | null | undefined;
|
|
1915
1912
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1916
1913
|
hash?: `0x${string}` | undefined;
|
|
1917
1914
|
input?: `0x${string}` | undefined;
|
|
1918
1915
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1916
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1919
1917
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1920
1918
|
chainId?: `0x${string}` | undefined;
|
|
1921
1919
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1955,18 +1953,18 @@ export declare const getDefaultChains: () => ({
|
|
|
1955
1953
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1956
1954
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1957
1955
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1956
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1958
1957
|
to?: `0x${string}` | null | undefined;
|
|
1959
1958
|
from?: `0x${string}` | undefined;
|
|
1960
1959
|
gas?: `0x${string}` | undefined;
|
|
1961
1960
|
nonce?: `0x${string}` | undefined;
|
|
1962
1961
|
value?: `0x${string}` | undefined;
|
|
1963
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1964
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1965
1962
|
blockHash?: `0x${string}` | null | undefined;
|
|
1966
1963
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1967
1964
|
hash?: `0x${string}` | undefined;
|
|
1968
1965
|
input?: `0x${string}` | undefined;
|
|
1969
1966
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1967
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1970
1968
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1971
1969
|
chainId?: `0x${string}` | undefined;
|
|
1972
1970
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2758,6 +2756,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2758
2756
|
accessList?: undefined;
|
|
2759
2757
|
blobs?: undefined;
|
|
2760
2758
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
2759
|
+
blobVersionedHashes?: undefined;
|
|
2760
|
+
kzg?: undefined;
|
|
2761
|
+
sidecars?: undefined;
|
|
2761
2762
|
} & {
|
|
2762
2763
|
data?: `0x${string}` | undefined;
|
|
2763
2764
|
from: `0x${string}`;
|
|
@@ -2772,6 +2773,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2772
2773
|
accessList?: undefined;
|
|
2773
2774
|
blobs?: undefined;
|
|
2774
2775
|
type?: "legacy" | undefined;
|
|
2776
|
+
blobVersionedHashes?: undefined;
|
|
2777
|
+
kzg?: undefined;
|
|
2778
|
+
sidecars?: undefined;
|
|
2775
2779
|
} & {
|
|
2776
2780
|
gasPerPubdata?: undefined;
|
|
2777
2781
|
customSignature?: undefined;
|
|
@@ -2792,6 +2796,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2792
2796
|
accessList?: undefined;
|
|
2793
2797
|
blobs?: undefined;
|
|
2794
2798
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
2799
|
+
blobVersionedHashes?: undefined;
|
|
2800
|
+
kzg?: undefined;
|
|
2801
|
+
sidecars?: undefined;
|
|
2795
2802
|
} & {
|
|
2796
2803
|
data?: `0x${string}` | undefined;
|
|
2797
2804
|
from: `0x${string}`;
|
|
@@ -2806,6 +2813,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2806
2813
|
accessList?: import("viem").AccessList | undefined;
|
|
2807
2814
|
blobs?: undefined;
|
|
2808
2815
|
type?: "eip2930" | undefined;
|
|
2816
|
+
blobVersionedHashes?: undefined;
|
|
2817
|
+
kzg?: undefined;
|
|
2818
|
+
sidecars?: undefined;
|
|
2809
2819
|
} & {
|
|
2810
2820
|
gasPerPubdata?: undefined;
|
|
2811
2821
|
customSignature?: undefined;
|
|
@@ -2826,6 +2836,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2826
2836
|
accessList?: undefined;
|
|
2827
2837
|
blobs?: undefined;
|
|
2828
2838
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
2839
|
+
blobVersionedHashes?: undefined;
|
|
2840
|
+
kzg?: undefined;
|
|
2841
|
+
sidecars?: undefined;
|
|
2829
2842
|
} & {
|
|
2830
2843
|
data?: `0x${string}` | undefined;
|
|
2831
2844
|
from: `0x${string}`;
|
|
@@ -2840,6 +2853,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2840
2853
|
accessList?: import("viem").AccessList | undefined;
|
|
2841
2854
|
blobs?: undefined;
|
|
2842
2855
|
type?: "eip1559" | undefined;
|
|
2856
|
+
blobVersionedHashes?: undefined;
|
|
2857
|
+
kzg?: undefined;
|
|
2858
|
+
sidecars?: undefined;
|
|
2843
2859
|
} & {
|
|
2844
2860
|
gasPerPubdata?: undefined;
|
|
2845
2861
|
customSignature?: undefined;
|
|
@@ -2860,6 +2876,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2860
2876
|
accessList?: undefined;
|
|
2861
2877
|
blobs?: undefined;
|
|
2862
2878
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
2879
|
+
blobVersionedHashes?: undefined;
|
|
2880
|
+
kzg?: undefined;
|
|
2881
|
+
sidecars?: undefined;
|
|
2863
2882
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
2864
2883
|
gasPerPubdata?: bigint | undefined;
|
|
2865
2884
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -2882,6 +2901,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2882
2901
|
accessList?: undefined;
|
|
2883
2902
|
blobs?: undefined;
|
|
2884
2903
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
2904
|
+
blobVersionedHashes?: undefined;
|
|
2905
|
+
kzg?: undefined;
|
|
2906
|
+
sidecars?: undefined;
|
|
2885
2907
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
2886
2908
|
gasPerPubdata?: bigint | undefined;
|
|
2887
2909
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -2904,6 +2926,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2904
2926
|
accessList?: import("viem").AccessList | undefined;
|
|
2905
2927
|
blobs?: undefined;
|
|
2906
2928
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
2929
|
+
blobVersionedHashes?: undefined;
|
|
2930
|
+
kzg?: undefined;
|
|
2931
|
+
sidecars?: undefined;
|
|
2907
2932
|
} & {
|
|
2908
2933
|
data?: `0x${string}` | undefined;
|
|
2909
2934
|
from: `0x${string}`;
|
|
@@ -2918,6 +2943,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2918
2943
|
accessList?: undefined;
|
|
2919
2944
|
blobs?: undefined;
|
|
2920
2945
|
type?: "legacy" | undefined;
|
|
2946
|
+
blobVersionedHashes?: undefined;
|
|
2947
|
+
kzg?: undefined;
|
|
2948
|
+
sidecars?: undefined;
|
|
2921
2949
|
} & {
|
|
2922
2950
|
gasPerPubdata?: undefined;
|
|
2923
2951
|
customSignature?: undefined;
|
|
@@ -2938,6 +2966,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2938
2966
|
accessList?: import("viem").AccessList | undefined;
|
|
2939
2967
|
blobs?: undefined;
|
|
2940
2968
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
2969
|
+
blobVersionedHashes?: undefined;
|
|
2970
|
+
kzg?: undefined;
|
|
2971
|
+
sidecars?: undefined;
|
|
2941
2972
|
} & {
|
|
2942
2973
|
data?: `0x${string}` | undefined;
|
|
2943
2974
|
from: `0x${string}`;
|
|
@@ -2952,6 +2983,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2952
2983
|
accessList?: import("viem").AccessList | undefined;
|
|
2953
2984
|
blobs?: undefined;
|
|
2954
2985
|
type?: "eip2930" | undefined;
|
|
2986
|
+
blobVersionedHashes?: undefined;
|
|
2987
|
+
kzg?: undefined;
|
|
2988
|
+
sidecars?: undefined;
|
|
2955
2989
|
} & {
|
|
2956
2990
|
gasPerPubdata?: undefined;
|
|
2957
2991
|
customSignature?: undefined;
|
|
@@ -2972,6 +3006,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2972
3006
|
accessList?: import("viem").AccessList | undefined;
|
|
2973
3007
|
blobs?: undefined;
|
|
2974
3008
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3009
|
+
blobVersionedHashes?: undefined;
|
|
3010
|
+
kzg?: undefined;
|
|
3011
|
+
sidecars?: undefined;
|
|
2975
3012
|
} & {
|
|
2976
3013
|
data?: `0x${string}` | undefined;
|
|
2977
3014
|
from: `0x${string}`;
|
|
@@ -2986,6 +3023,9 @@ export declare const getDefaultChains: () => ({
|
|
|
2986
3023
|
accessList?: import("viem").AccessList | undefined;
|
|
2987
3024
|
blobs?: undefined;
|
|
2988
3025
|
type?: "eip1559" | undefined;
|
|
3026
|
+
blobVersionedHashes?: undefined;
|
|
3027
|
+
kzg?: undefined;
|
|
3028
|
+
sidecars?: undefined;
|
|
2989
3029
|
} & {
|
|
2990
3030
|
gasPerPubdata?: undefined;
|
|
2991
3031
|
customSignature?: undefined;
|
|
@@ -3006,6 +3046,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3006
3046
|
accessList?: import("viem").AccessList | undefined;
|
|
3007
3047
|
blobs?: undefined;
|
|
3008
3048
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3049
|
+
blobVersionedHashes?: undefined;
|
|
3050
|
+
kzg?: undefined;
|
|
3051
|
+
sidecars?: undefined;
|
|
3009
3052
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
3010
3053
|
gasPerPubdata?: bigint | undefined;
|
|
3011
3054
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -3028,6 +3071,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3028
3071
|
accessList?: import("viem").AccessList | undefined;
|
|
3029
3072
|
blobs?: undefined;
|
|
3030
3073
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3074
|
+
blobVersionedHashes?: undefined;
|
|
3075
|
+
kzg?: undefined;
|
|
3076
|
+
sidecars?: undefined;
|
|
3031
3077
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
3032
3078
|
gasPerPubdata?: bigint | undefined;
|
|
3033
3079
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -3050,6 +3096,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3050
3096
|
accessList?: import("viem").AccessList | undefined;
|
|
3051
3097
|
blobs?: undefined;
|
|
3052
3098
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3099
|
+
blobVersionedHashes?: undefined;
|
|
3100
|
+
kzg?: undefined;
|
|
3101
|
+
sidecars?: undefined;
|
|
3053
3102
|
} & {
|
|
3054
3103
|
data?: `0x${string}` | undefined;
|
|
3055
3104
|
from: `0x${string}`;
|
|
@@ -3064,6 +3113,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3064
3113
|
accessList?: undefined;
|
|
3065
3114
|
blobs?: undefined;
|
|
3066
3115
|
type?: "legacy" | undefined;
|
|
3116
|
+
blobVersionedHashes?: undefined;
|
|
3117
|
+
kzg?: undefined;
|
|
3118
|
+
sidecars?: undefined;
|
|
3067
3119
|
} & {
|
|
3068
3120
|
gasPerPubdata?: undefined;
|
|
3069
3121
|
customSignature?: undefined;
|
|
@@ -3084,6 +3136,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3084
3136
|
accessList?: import("viem").AccessList | undefined;
|
|
3085
3137
|
blobs?: undefined;
|
|
3086
3138
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3139
|
+
blobVersionedHashes?: undefined;
|
|
3140
|
+
kzg?: undefined;
|
|
3141
|
+
sidecars?: undefined;
|
|
3087
3142
|
} & {
|
|
3088
3143
|
data?: `0x${string}` | undefined;
|
|
3089
3144
|
from: `0x${string}`;
|
|
@@ -3098,6 +3153,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3098
3153
|
accessList?: import("viem").AccessList | undefined;
|
|
3099
3154
|
blobs?: undefined;
|
|
3100
3155
|
type?: "eip2930" | undefined;
|
|
3156
|
+
blobVersionedHashes?: undefined;
|
|
3157
|
+
kzg?: undefined;
|
|
3158
|
+
sidecars?: undefined;
|
|
3101
3159
|
} & {
|
|
3102
3160
|
gasPerPubdata?: undefined;
|
|
3103
3161
|
customSignature?: undefined;
|
|
@@ -3118,6 +3176,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3118
3176
|
accessList?: import("viem").AccessList | undefined;
|
|
3119
3177
|
blobs?: undefined;
|
|
3120
3178
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3179
|
+
blobVersionedHashes?: undefined;
|
|
3180
|
+
kzg?: undefined;
|
|
3181
|
+
sidecars?: undefined;
|
|
3121
3182
|
} & {
|
|
3122
3183
|
data?: `0x${string}` | undefined;
|
|
3123
3184
|
from: `0x${string}`;
|
|
@@ -3132,6 +3193,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3132
3193
|
accessList?: import("viem").AccessList | undefined;
|
|
3133
3194
|
blobs?: undefined;
|
|
3134
3195
|
type?: "eip1559" | undefined;
|
|
3196
|
+
blobVersionedHashes?: undefined;
|
|
3197
|
+
kzg?: undefined;
|
|
3198
|
+
sidecars?: undefined;
|
|
3135
3199
|
} & {
|
|
3136
3200
|
gasPerPubdata?: undefined;
|
|
3137
3201
|
customSignature?: undefined;
|
|
@@ -3152,6 +3216,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3152
3216
|
accessList?: import("viem").AccessList | undefined;
|
|
3153
3217
|
blobs?: undefined;
|
|
3154
3218
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3219
|
+
blobVersionedHashes?: undefined;
|
|
3220
|
+
kzg?: undefined;
|
|
3221
|
+
sidecars?: undefined;
|
|
3155
3222
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
3156
3223
|
gasPerPubdata?: bigint | undefined;
|
|
3157
3224
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -3174,6 +3241,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3174
3241
|
accessList?: import("viem").AccessList | undefined;
|
|
3175
3242
|
blobs?: undefined;
|
|
3176
3243
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3244
|
+
blobVersionedHashes?: undefined;
|
|
3245
|
+
kzg?: undefined;
|
|
3246
|
+
sidecars?: undefined;
|
|
3177
3247
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
3178
3248
|
gasPerPubdata?: bigint | undefined;
|
|
3179
3249
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -3195,6 +3265,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3195
3265
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3196
3266
|
accessList?: import("viem").AccessList | undefined;
|
|
3197
3267
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3268
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3269
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3270
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3198
3271
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3199
3272
|
} & {
|
|
3200
3273
|
data?: `0x${string}` | undefined;
|
|
@@ -3210,6 +3283,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3210
3283
|
accessList?: undefined;
|
|
3211
3284
|
blobs?: undefined;
|
|
3212
3285
|
type?: "legacy" | undefined;
|
|
3286
|
+
blobVersionedHashes?: undefined;
|
|
3287
|
+
kzg?: undefined;
|
|
3288
|
+
sidecars?: undefined;
|
|
3213
3289
|
} & {
|
|
3214
3290
|
gasPerPubdata?: undefined;
|
|
3215
3291
|
customSignature?: undefined;
|
|
@@ -3229,6 +3305,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3229
3305
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3230
3306
|
accessList?: import("viem").AccessList | undefined;
|
|
3231
3307
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3308
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3309
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3310
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3232
3311
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3233
3312
|
} & {
|
|
3234
3313
|
data?: `0x${string}` | undefined;
|
|
@@ -3244,6 +3323,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3244
3323
|
accessList?: import("viem").AccessList | undefined;
|
|
3245
3324
|
blobs?: undefined;
|
|
3246
3325
|
type?: "eip2930" | undefined;
|
|
3326
|
+
blobVersionedHashes?: undefined;
|
|
3327
|
+
kzg?: undefined;
|
|
3328
|
+
sidecars?: undefined;
|
|
3247
3329
|
} & {
|
|
3248
3330
|
gasPerPubdata?: undefined;
|
|
3249
3331
|
customSignature?: undefined;
|
|
@@ -3263,6 +3345,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3263
3345
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3264
3346
|
accessList?: import("viem").AccessList | undefined;
|
|
3265
3347
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3348
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3349
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3350
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3266
3351
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3267
3352
|
} & {
|
|
3268
3353
|
data?: `0x${string}` | undefined;
|
|
@@ -3278,6 +3363,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3278
3363
|
accessList?: import("viem").AccessList | undefined;
|
|
3279
3364
|
blobs?: undefined;
|
|
3280
3365
|
type?: "eip1559" | undefined;
|
|
3366
|
+
blobVersionedHashes?: undefined;
|
|
3367
|
+
kzg?: undefined;
|
|
3368
|
+
sidecars?: undefined;
|
|
3281
3369
|
} & {
|
|
3282
3370
|
gasPerPubdata?: undefined;
|
|
3283
3371
|
customSignature?: undefined;
|
|
@@ -3297,6 +3385,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3297
3385
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3298
3386
|
accessList?: import("viem").AccessList | undefined;
|
|
3299
3387
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3388
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3389
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3390
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3300
3391
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3301
3392
|
} & {
|
|
3302
3393
|
data?: `0x${string}` | undefined;
|
|
@@ -3311,6 +3402,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3311
3402
|
maxFeePerBlobGas: bigint;
|
|
3312
3403
|
accessList?: import("viem").AccessList | undefined;
|
|
3313
3404
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
3405
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3406
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3407
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3314
3408
|
type?: "eip4844" | undefined;
|
|
3315
3409
|
} & {
|
|
3316
3410
|
gasPerPubdata?: undefined;
|
|
@@ -3331,6 +3425,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3331
3425
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3332
3426
|
accessList?: import("viem").AccessList | undefined;
|
|
3333
3427
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3428
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3429
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3430
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3334
3431
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3335
3432
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
3336
3433
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -3353,6 +3450,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3353
3450
|
maxFeePerBlobGas?: bigint | undefined;
|
|
3354
3451
|
accessList?: import("viem").AccessList | undefined;
|
|
3355
3452
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3453
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3454
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3455
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3356
3456
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
3357
3457
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
3358
3458
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -3376,6 +3476,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3376
3476
|
accessList?: undefined;
|
|
3377
3477
|
blobs?: undefined;
|
|
3378
3478
|
type?: "0x0" | undefined;
|
|
3479
|
+
blobVersionedHashes?: undefined;
|
|
3480
|
+
kzg?: undefined;
|
|
3481
|
+
sidecars?: undefined;
|
|
3379
3482
|
eip712Meta?: undefined;
|
|
3380
3483
|
} | {
|
|
3381
3484
|
data?: `0x${string}` | undefined;
|
|
@@ -3391,6 +3494,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3391
3494
|
accessList?: undefined;
|
|
3392
3495
|
blobs?: undefined;
|
|
3393
3496
|
type?: "0x1" | undefined;
|
|
3497
|
+
blobVersionedHashes?: undefined;
|
|
3498
|
+
kzg?: undefined;
|
|
3499
|
+
sidecars?: undefined;
|
|
3394
3500
|
eip712Meta?: undefined;
|
|
3395
3501
|
} | {
|
|
3396
3502
|
data?: `0x${string}` | undefined;
|
|
@@ -3406,6 +3512,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3406
3512
|
accessList?: undefined;
|
|
3407
3513
|
blobs?: undefined;
|
|
3408
3514
|
type?: "0x2" | undefined;
|
|
3515
|
+
blobVersionedHashes?: undefined;
|
|
3516
|
+
kzg?: undefined;
|
|
3517
|
+
sidecars?: undefined;
|
|
3409
3518
|
eip712Meta?: undefined;
|
|
3410
3519
|
} | {
|
|
3411
3520
|
data?: `0x${string}` | undefined;
|
|
@@ -3421,6 +3530,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3421
3530
|
accessList?: undefined;
|
|
3422
3531
|
blobs?: undefined;
|
|
3423
3532
|
type: "0xff" | "0x71";
|
|
3533
|
+
blobVersionedHashes?: undefined;
|
|
3534
|
+
kzg?: undefined;
|
|
3535
|
+
sidecars?: undefined;
|
|
3424
3536
|
eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
|
|
3425
3537
|
} | {
|
|
3426
3538
|
data?: `0x${string}` | undefined;
|
|
@@ -3436,6 +3548,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3436
3548
|
accessList?: undefined;
|
|
3437
3549
|
blobs?: undefined;
|
|
3438
3550
|
type?: "0x0" | undefined;
|
|
3551
|
+
blobVersionedHashes?: undefined;
|
|
3552
|
+
kzg?: undefined;
|
|
3553
|
+
sidecars?: undefined;
|
|
3439
3554
|
eip712Meta?: undefined;
|
|
3440
3555
|
} | {
|
|
3441
3556
|
data?: `0x${string}` | undefined;
|
|
@@ -3451,6 +3566,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3451
3566
|
accessList?: import("viem").AccessList | undefined;
|
|
3452
3567
|
blobs?: undefined;
|
|
3453
3568
|
type?: "0x1" | undefined;
|
|
3569
|
+
blobVersionedHashes?: undefined;
|
|
3570
|
+
kzg?: undefined;
|
|
3571
|
+
sidecars?: undefined;
|
|
3454
3572
|
eip712Meta?: undefined;
|
|
3455
3573
|
} | {
|
|
3456
3574
|
data?: `0x${string}` | undefined;
|
|
@@ -3466,6 +3584,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3466
3584
|
accessList?: import("viem").AccessList | undefined;
|
|
3467
3585
|
blobs?: undefined;
|
|
3468
3586
|
type?: "0x2" | undefined;
|
|
3587
|
+
blobVersionedHashes?: undefined;
|
|
3588
|
+
kzg?: undefined;
|
|
3589
|
+
sidecars?: undefined;
|
|
3469
3590
|
eip712Meta?: undefined;
|
|
3470
3591
|
} | {
|
|
3471
3592
|
data?: `0x${string}` | undefined;
|
|
@@ -3481,6 +3602,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3481
3602
|
accessList?: import("viem").AccessList | undefined;
|
|
3482
3603
|
blobs?: undefined;
|
|
3483
3604
|
type: "0xff" | "0x71";
|
|
3605
|
+
blobVersionedHashes?: undefined;
|
|
3606
|
+
kzg?: undefined;
|
|
3607
|
+
sidecars?: undefined;
|
|
3484
3608
|
eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
|
|
3485
3609
|
} | {
|
|
3486
3610
|
data?: `0x${string}` | undefined;
|
|
@@ -3496,6 +3620,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3496
3620
|
accessList?: undefined;
|
|
3497
3621
|
blobs?: undefined;
|
|
3498
3622
|
type?: "0x0" | undefined;
|
|
3623
|
+
blobVersionedHashes?: undefined;
|
|
3624
|
+
kzg?: undefined;
|
|
3625
|
+
sidecars?: undefined;
|
|
3499
3626
|
eip712Meta?: undefined;
|
|
3500
3627
|
} | {
|
|
3501
3628
|
data?: `0x${string}` | undefined;
|
|
@@ -3511,6 +3638,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3511
3638
|
accessList?: import("viem").AccessList | undefined;
|
|
3512
3639
|
blobs?: undefined;
|
|
3513
3640
|
type?: "0x1" | undefined;
|
|
3641
|
+
blobVersionedHashes?: undefined;
|
|
3642
|
+
kzg?: undefined;
|
|
3643
|
+
sidecars?: undefined;
|
|
3514
3644
|
eip712Meta?: undefined;
|
|
3515
3645
|
} | {
|
|
3516
3646
|
data?: `0x${string}` | undefined;
|
|
@@ -3526,6 +3656,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3526
3656
|
accessList?: import("viem").AccessList | undefined;
|
|
3527
3657
|
blobs?: undefined;
|
|
3528
3658
|
type?: "0x2" | undefined;
|
|
3659
|
+
blobVersionedHashes?: undefined;
|
|
3660
|
+
kzg?: undefined;
|
|
3661
|
+
sidecars?: undefined;
|
|
3529
3662
|
eip712Meta?: undefined;
|
|
3530
3663
|
} | {
|
|
3531
3664
|
data?: `0x${string}` | undefined;
|
|
@@ -3541,6 +3674,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3541
3674
|
accessList?: import("viem").AccessList | undefined;
|
|
3542
3675
|
blobs?: undefined;
|
|
3543
3676
|
type: "0xff" | "0x71";
|
|
3677
|
+
blobVersionedHashes?: undefined;
|
|
3678
|
+
kzg?: undefined;
|
|
3679
|
+
sidecars?: undefined;
|
|
3544
3680
|
eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
|
|
3545
3681
|
} | {
|
|
3546
3682
|
data?: `0x${string}` | undefined;
|
|
@@ -3555,6 +3691,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3555
3691
|
maxFeePerBlobGas: `0x${string}`;
|
|
3556
3692
|
accessList?: import("viem").AccessList | undefined;
|
|
3557
3693
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
3694
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3695
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3696
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3558
3697
|
type?: "0x3" | undefined;
|
|
3559
3698
|
eip712Meta?: undefined;
|
|
3560
3699
|
} | {
|
|
@@ -3570,6 +3709,9 @@ export declare const getDefaultChains: () => ({
|
|
|
3570
3709
|
maxFeePerBlobGas: undefined;
|
|
3571
3710
|
accessList?: import("viem").AccessList | undefined;
|
|
3572
3711
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
3712
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3713
|
+
kzg?: import("viem").Kzg | undefined;
|
|
3714
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3573
3715
|
type: "0xff" | "0x71";
|
|
3574
3716
|
eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
|
|
3575
3717
|
}) & {
|