viem 2.27.3 → 2.28.0-canary-20250422025603
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 +14 -0
- package/_cjs/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
- package/_cjs/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js +257 -0
- package/_cjs/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js.map +1 -0
- package/_cjs/account-abstraction/accounts/implementations/toSoladySmartAccount.js.map +1 -1
- package/_cjs/account-abstraction/accounts/toSmartAccount.js +2 -2
- package/_cjs/account-abstraction/accounts/toSmartAccount.js.map +1 -1
- package/_cjs/account-abstraction/actions/bundler/estimateUserOperationGas.js +7 -1
- package/_cjs/account-abstraction/actions/bundler/estimateUserOperationGas.js.map +1 -1
- package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js +21 -1
- package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
- package/_cjs/account-abstraction/actions/bundler/sendUserOperation.js +2 -2
- package/_cjs/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
- package/_cjs/account-abstraction/actions/paymaster/getPaymasterData.js.map +1 -1
- package/_cjs/account-abstraction/constants/abis.js +691 -1
- package/_cjs/account-abstraction/constants/abis.js.map +1 -1
- package/_cjs/account-abstraction/constants/address.js +2 -1
- package/_cjs/account-abstraction/constants/address.js.map +1 -1
- package/_cjs/account-abstraction/index.js +6 -2
- package/_cjs/account-abstraction/index.js.map +1 -1
- package/_cjs/account-abstraction/utils/formatters/userOperationRequest.js +19 -0
- package/_cjs/account-abstraction/utils/formatters/userOperationRequest.js.map +1 -1
- package/_cjs/account-abstraction/utils/userOperation/getInitCode.js +18 -0
- package/_cjs/account-abstraction/utils/userOperation/getInitCode.js.map +1 -0
- package/_cjs/account-abstraction/utils/userOperation/getUserOperationHash.js +30 -39
- package/_cjs/account-abstraction/utils/userOperation/getUserOperationHash.js.map +1 -1
- package/_cjs/account-abstraction/utils/userOperation/getUserOperationTypedData.js +31 -0
- package/_cjs/account-abstraction/utils/userOperation/getUserOperationTypedData.js.map +1 -0
- package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js +3 -2
- package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
- package/_cjs/actions/index.js +12 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.js +3 -3
- package/_cjs/actions/wallet/getCallsStatus.js.map +1 -0
- package/_cjs/{experimental/eip5792/actions → actions/wallet}/getCapabilities.js +1 -1
- package/{_esm/experimental/eip5792/actions → _cjs/actions/wallet}/getCapabilities.js.map +1 -1
- package/_cjs/{experimental/eip5792/actions → actions/wallet}/sendCalls.js +6 -6
- package/_cjs/actions/wallet/sendCalls.js.map +1 -0
- package/_cjs/actions/wallet/showCallsStatus.js.map +1 -0
- package/_cjs/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.js +5 -5
- package/_cjs/actions/wallet/waitForCallsStatus.js.map +1 -0
- package/_cjs/clients/decorators/wallet.js +10 -0
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/constants/address.js +2 -1
- package/_cjs/constants/address.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
- package/_cjs/experimental/eip5792/decorators/eip5792.js +5 -5
- package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
- package/_cjs/experimental/index.js +6 -7
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/index.js +11 -9
- package/_cjs/index.js.map +1 -1
- package/_esm/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
- package/_esm/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js +271 -0
- package/_esm/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js.map +1 -0
- package/_esm/account-abstraction/accounts/implementations/toSoladySmartAccount.js.map +1 -1
- package/_esm/account-abstraction/accounts/toSmartAccount.js +2 -2
- package/_esm/account-abstraction/accounts/toSmartAccount.js.map +1 -1
- package/_esm/account-abstraction/actions/bundler/estimateUserOperationGas.js +7 -1
- package/_esm/account-abstraction/actions/bundler/estimateUserOperationGas.js.map +1 -1
- package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js +21 -1
- package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
- package/_esm/account-abstraction/actions/bundler/sendUserOperation.js +2 -2
- package/_esm/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
- package/_esm/account-abstraction/actions/paymaster/getPaymasterData.js.map +1 -1
- package/_esm/account-abstraction/constants/abis.js +690 -0
- package/_esm/account-abstraction/constants/abis.js.map +1 -1
- package/_esm/account-abstraction/constants/address.js +1 -0
- package/_esm/account-abstraction/constants/address.js.map +1 -1
- package/_esm/account-abstraction/index.js +3 -2
- package/_esm/account-abstraction/index.js.map +1 -1
- package/_esm/account-abstraction/utils/formatters/userOperationRequest.js +19 -0
- package/_esm/account-abstraction/utils/formatters/userOperationRequest.js.map +1 -1
- package/_esm/account-abstraction/utils/userOperation/getInitCode.js +15 -0
- package/_esm/account-abstraction/utils/userOperation/getInitCode.js.map +1 -0
- package/_esm/account-abstraction/utils/userOperation/getUserOperationHash.js +30 -39
- package/_esm/account-abstraction/utils/userOperation/getUserOperationHash.js.map +1 -1
- package/_esm/account-abstraction/utils/userOperation/getUserOperationTypedData.js +28 -0
- package/_esm/account-abstraction/utils/userOperation/getUserOperationTypedData.js.map +1 -0
- package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js +3 -2
- package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
- package/_esm/actions/index.js +5 -0
- package/_esm/actions/index.js.map +1 -1
- package/_esm/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.js +5 -5
- package/_esm/actions/wallet/getCallsStatus.js.map +1 -0
- package/_esm/{experimental/eip5792/actions → actions/wallet}/getCapabilities.js +3 -3
- package/_esm/actions/wallet/getCapabilities.js.map +1 -0
- package/_esm/{experimental/eip5792/actions → actions/wallet}/sendCalls.js +8 -8
- package/_esm/actions/wallet/sendCalls.js.map +1 -0
- package/_esm/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.js +2 -2
- package/_esm/actions/wallet/showCallsStatus.js.map +1 -0
- package/_esm/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.js +7 -7
- package/_esm/actions/wallet/waitForCallsStatus.js.map +1 -0
- package/_esm/clients/decorators/wallet.js +10 -0
- package/_esm/clients/decorators/wallet.js.map +1 -1
- package/_esm/constants/address.js +1 -0
- package/_esm/constants/address.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_esm/experimental/eip5792/actions/writeContracts.js +2 -3
- package/_esm/experimental/eip5792/actions/writeContracts.js.map +1 -1
- package/_esm/experimental/eip5792/decorators/eip5792.js +6 -5
- package/_esm/experimental/eip5792/decorators/eip5792.js.map +1 -1
- package/_esm/experimental/index.js +21 -7
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/index.js +1 -0
- package/_esm/index.js.map +1 -1
- package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts +1 -2
- package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts.map +1 -1
- package/_types/account-abstraction/accounts/implementations/toSimple7702SmartAccount.d.ts +311 -0
- package/_types/account-abstraction/accounts/implementations/toSimple7702SmartAccount.d.ts.map +1 -0
- package/_types/account-abstraction/accounts/implementations/toSoladySmartAccount.d.ts +1 -2
- package/_types/account-abstraction/accounts/implementations/toSoladySmartAccount.d.ts.map +1 -1
- package/_types/account-abstraction/accounts/types.d.ts +16 -3
- package/_types/account-abstraction/accounts/types.d.ts.map +1 -1
- package/_types/account-abstraction/actions/bundler/estimateUserOperationGas.d.ts.map +1 -1
- package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts +23 -6
- package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts.map +1 -1
- package/_types/account-abstraction/actions/paymaster/getPaymasterData.d.ts +1 -1
- package/_types/account-abstraction/actions/paymaster/getPaymasterData.d.ts.map +1 -1
- package/_types/account-abstraction/constants/abis.d.ts +830 -0
- package/_types/account-abstraction/constants/abis.d.ts.map +1 -1
- package/_types/account-abstraction/constants/address.d.ts +1 -0
- package/_types/account-abstraction/constants/address.d.ts.map +1 -1
- package/_types/account-abstraction/index.d.ts +3 -2
- package/_types/account-abstraction/index.d.ts.map +1 -1
- package/_types/account-abstraction/types/entryPointVersion.d.ts +1 -1
- package/_types/account-abstraction/types/entryPointVersion.d.ts.map +1 -1
- package/_types/account-abstraction/types/rpc.d.ts +6 -3
- package/_types/account-abstraction/types/rpc.d.ts.map +1 -1
- package/_types/account-abstraction/types/userOperation.d.ts +49 -5
- package/_types/account-abstraction/types/userOperation.d.ts.map +1 -1
- package/_types/account-abstraction/utils/formatters/userOperationRequest.d.ts.map +1 -1
- package/_types/account-abstraction/utils/userOperation/getInitCode.d.ts +3 -0
- package/_types/account-abstraction/utils/userOperation/getInitCode.d.ts.map +1 -0
- package/_types/account-abstraction/utils/userOperation/getUserOperationHash.d.ts.map +1 -1
- package/_types/account-abstraction/utils/userOperation/getUserOperationTypedData.d.ts +45 -0
- package/_types/account-abstraction/utils/userOperation/getUserOperationTypedData.d.ts.map +1 -0
- package/_types/account-abstraction/utils/userOperation/toPackedUserOperation.d.ts.map +1 -1
- package/_types/actions/index.d.ts +5 -0
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.d.ts +10 -10
- package/_types/actions/wallet/getCallsStatus.d.ts.map +1 -0
- package/_types/{experimental/eip5792/actions → actions/wallet}/getCapabilities.d.ts +9 -9
- package/_types/actions/wallet/getCapabilities.d.ts.map +1 -0
- package/_types/{experimental/eip5792/actions → actions/wallet}/sendCalls.d.ts +10 -10
- package/_types/actions/wallet/sendCalls.d.ts.map +1 -0
- package/_types/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.d.ts +8 -8
- package/_types/actions/wallet/showCallsStatus.d.ts.map +1 -0
- package/_types/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.d.ts +9 -9
- package/_types/actions/wallet/waitForCallsStatus.d.ts.map +1 -0
- package/_types/celo/chainConfig.d.ts +14 -14
- package/_types/celo/formatters.d.ts +7 -7
- package/_types/chains/definitions/abstract.d.ts +3 -3
- package/_types/chains/definitions/abstractTestnet.d.ts +3 -3
- package/_types/chains/definitions/celo.d.ts +14 -14
- package/_types/chains/definitions/celoAlfajores.d.ts +14 -14
- package/_types/chains/definitions/playfiAlbireo.d.ts +3 -3
- package/_types/chains/definitions/sophon.d.ts +3 -3
- package/_types/chains/definitions/sophonTestnet.d.ts +3 -3
- package/_types/chains/definitions/treasure.d.ts +3 -3
- package/_types/chains/definitions/treasureTopaz.d.ts +3 -3
- package/_types/chains/definitions/zksync.d.ts +3 -3
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts +3 -3
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +3 -3
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +3 -3
- package/_types/chains/definitions/zksyncLocalNode.d.ts +3 -3
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +3 -3
- package/_types/clients/decorators/wallet.d.ts +126 -0
- package/_types/clients/decorators/wallet.d.ts.map +1 -1
- package/_types/constants/address.d.ts +1 -0
- package/_types/constants/address.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/errors/version.d.ts.map +1 -1
- package/_types/experimental/eip5792/actions/writeContracts.d.ts +1 -3
- package/_types/experimental/eip5792/actions/writeContracts.d.ts.map +1 -1
- package/_types/experimental/eip5792/decorators/eip5792.d.ts +5 -5
- package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
- package/_types/experimental/index.d.ts +63 -7
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/index.d.ts +6 -0
- package/_types/index.d.ts.map +1 -1
- package/_types/types/authorization.d.ts +1 -1
- package/_types/types/authorization.d.ts.map +1 -1
- package/_types/types/misc.d.ts +7 -7
- package/_types/types/misc.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/zksync/chainConfig.d.ts +3 -3
- package/_types/zksync/formatters.d.ts +3 -3
- package/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.ts +1 -2
- package/account-abstraction/accounts/implementations/toSimple7702SmartAccount.ts +317 -0
- package/account-abstraction/accounts/implementations/toSoladySmartAccount.ts +1 -2
- package/account-abstraction/accounts/toSmartAccount.ts +2 -2
- package/account-abstraction/accounts/types.ts +26 -2
- package/account-abstraction/actions/bundler/estimateUserOperationGas.ts +8 -1
- package/account-abstraction/actions/bundler/prepareUserOperation.ts +56 -2
- package/account-abstraction/actions/bundler/sendUserOperation.ts +2 -2
- package/account-abstraction/actions/paymaster/getPaymasterData.ts +24 -0
- package/account-abstraction/constants/abis.ts +691 -0
- package/account-abstraction/constants/address.ts +2 -0
- package/account-abstraction/index.ts +12 -1
- package/account-abstraction/types/entryPointVersion.ts +1 -1
- package/account-abstraction/types/rpc.ts +6 -3
- package/account-abstraction/types/userOperation.ts +69 -3
- package/account-abstraction/utils/formatters/userOperationRequest.ts +21 -0
- package/account-abstraction/utils/userOperation/getInitCode.ts +21 -0
- package/account-abstraction/utils/userOperation/getUserOperationHash.ts +37 -50
- package/account-abstraction/utils/userOperation/getUserOperationTypedData.ts +42 -0
- package/account-abstraction/utils/userOperation/toPackedUserOperation.ts +2 -4
- package/actions/index.ts +31 -0
- package/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.ts +13 -13
- package/{experimental/eip5792/actions → actions/wallet}/getCapabilities.ts +10 -10
- package/{experimental/eip5792/actions → actions/wallet}/sendCalls.ts +17 -17
- package/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.ts +8 -8
- package/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.ts +11 -11
- package/clients/decorators/wallet.ts +164 -0
- package/constants/address.ts +2 -0
- package/errors/version.ts +1 -1
- package/experimental/eip5792/actions/writeContracts.ts +8 -8
- package/experimental/eip5792/decorators/eip5792.ts +11 -9
- package/experimental/index.ts +33 -6
- package/index.ts +27 -0
- package/package.json +1 -1
- package/types/authorization.ts +1 -1
- package/types/misc.ts +7 -7
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +0 -1
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +0 -1
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +0 -1
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +0 -1
- package/_cjs/experimental/eip5792/actions/waitForCallsStatus.js.map +0 -1
- package/_esm/experimental/eip5792/actions/getCallsStatus.js.map +0 -1
- package/_esm/experimental/eip5792/actions/sendCalls.js.map +0 -1
- package/_esm/experimental/eip5792/actions/showCallsStatus.js.map +0 -1
- package/_esm/experimental/eip5792/actions/waitForCallsStatus.js.map +0 -1
- package/_types/experimental/eip5792/actions/getCallsStatus.d.ts.map +0 -1
- package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +0 -1
- package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +0 -1
- package/_types/experimental/eip5792/actions/showCallsStatus.d.ts.map +0 -1
- package/_types/experimental/eip5792/actions/waitForCallsStatus.d.ts.map +0 -1
- /package/_cjs/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.js +0 -0
@@ -240,8 +240,8 @@ export declare const chainConfig: {
|
|
240
240
|
gatewayFee: bigint | null;
|
241
241
|
gatewayFeeRecipient: import("abitype").Address | null;
|
242
242
|
type: "cip42";
|
243
|
-
authorizationList?: undefined;
|
244
243
|
blobVersionedHashes?: undefined;
|
244
|
+
authorizationList?: undefined;
|
245
245
|
mint?: undefined;
|
246
246
|
isSystemTx?: undefined;
|
247
247
|
sourceHash?: undefined;
|
@@ -269,8 +269,8 @@ export declare const chainConfig: {
|
|
269
269
|
chainId: number;
|
270
270
|
feeCurrency: import("abitype").Address | null;
|
271
271
|
type: "cip64";
|
272
|
-
authorizationList?: undefined;
|
273
272
|
blobVersionedHashes?: undefined;
|
273
|
+
authorizationList?: undefined;
|
274
274
|
mint?: undefined;
|
275
275
|
isSystemTx?: undefined;
|
276
276
|
sourceHash?: undefined;
|
@@ -301,8 +301,8 @@ export declare const chainConfig: {
|
|
301
301
|
sourceHash: import("../index.js").Hex;
|
302
302
|
type: "deposit";
|
303
303
|
accessList?: undefined;
|
304
|
-
authorizationList?: undefined;
|
305
304
|
blobVersionedHashes?: undefined;
|
305
|
+
authorizationList?: undefined;
|
306
306
|
chainId?: undefined;
|
307
307
|
feeCurrency?: undefined;
|
308
308
|
gatewayFee?: undefined;
|
@@ -326,10 +326,10 @@ export declare const chainConfig: {
|
|
326
326
|
maxPriorityFeePerGas?: undefined | undefined;
|
327
327
|
blobs?: undefined;
|
328
328
|
accessList?: undefined;
|
329
|
-
authorizationList?: undefined;
|
330
329
|
blobVersionedHashes?: undefined;
|
331
330
|
kzg?: undefined;
|
332
331
|
sidecars?: undefined;
|
332
|
+
authorizationList?: undefined;
|
333
333
|
feeCurrency?: `0x${string}` | undefined;
|
334
334
|
} | {
|
335
335
|
data?: `0x${string}` | undefined;
|
@@ -345,10 +345,10 @@ export declare const chainConfig: {
|
|
345
345
|
maxPriorityFeePerGas?: undefined | undefined;
|
346
346
|
accessList?: import("../index.js").AccessList | undefined;
|
347
347
|
blobs?: undefined;
|
348
|
-
authorizationList?: undefined;
|
349
348
|
blobVersionedHashes?: undefined;
|
350
349
|
kzg?: undefined;
|
351
350
|
sidecars?: undefined;
|
351
|
+
authorizationList?: undefined;
|
352
352
|
feeCurrency?: `0x${string}` | undefined;
|
353
353
|
} | {
|
354
354
|
data?: `0x${string}` | undefined;
|
@@ -364,10 +364,10 @@ export declare const chainConfig: {
|
|
364
364
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
365
365
|
accessList?: import("../index.js").AccessList | undefined;
|
366
366
|
blobs?: undefined;
|
367
|
-
authorizationList?: undefined;
|
368
367
|
blobVersionedHashes?: undefined;
|
369
368
|
kzg?: undefined;
|
370
369
|
sidecars?: undefined;
|
370
|
+
authorizationList?: undefined;
|
371
371
|
feeCurrency?: `0x${string}` | undefined;
|
372
372
|
} | {
|
373
373
|
type?: "0x3" | undefined;
|
@@ -422,10 +422,10 @@ export declare const chainConfig: {
|
|
422
422
|
maxFeePerGas?: `0x${string}` | undefined;
|
423
423
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
424
424
|
blobs?: undefined;
|
425
|
-
authorizationList?: undefined;
|
426
425
|
blobVersionedHashes?: undefined;
|
427
426
|
kzg?: undefined;
|
428
427
|
sidecars?: undefined;
|
428
|
+
authorizationList?: undefined;
|
429
429
|
}) & {};
|
430
430
|
type: "transactionRequest";
|
431
431
|
};
|
@@ -654,8 +654,8 @@ export declare const chainConfig: {
|
|
654
654
|
gatewayFee: bigint | null;
|
655
655
|
gatewayFeeRecipient: import("abitype").Address | null;
|
656
656
|
type: "cip42";
|
657
|
-
authorizationList?: undefined;
|
658
657
|
blobVersionedHashes?: undefined;
|
658
|
+
authorizationList?: undefined;
|
659
659
|
mint?: undefined;
|
660
660
|
isSystemTx?: undefined;
|
661
661
|
sourceHash?: undefined;
|
@@ -683,8 +683,8 @@ export declare const chainConfig: {
|
|
683
683
|
chainId: number;
|
684
684
|
feeCurrency: import("abitype").Address | null;
|
685
685
|
type: "cip64";
|
686
|
-
authorizationList?: undefined;
|
687
686
|
blobVersionedHashes?: undefined;
|
687
|
+
authorizationList?: undefined;
|
688
688
|
mint?: undefined;
|
689
689
|
isSystemTx?: undefined;
|
690
690
|
sourceHash?: undefined;
|
@@ -715,8 +715,8 @@ export declare const chainConfig: {
|
|
715
715
|
sourceHash: import("../index.js").Hex;
|
716
716
|
type: "deposit";
|
717
717
|
accessList?: undefined;
|
718
|
-
authorizationList?: undefined;
|
719
718
|
blobVersionedHashes?: undefined;
|
719
|
+
authorizationList?: undefined;
|
720
720
|
chainId?: undefined;
|
721
721
|
feeCurrency?: undefined;
|
722
722
|
gatewayFee?: undefined;
|
@@ -740,10 +740,10 @@ export declare const chainConfig: {
|
|
740
740
|
maxPriorityFeePerGas?: undefined | undefined;
|
741
741
|
blobs?: undefined;
|
742
742
|
accessList?: undefined;
|
743
|
-
authorizationList?: undefined;
|
744
743
|
blobVersionedHashes?: undefined;
|
745
744
|
kzg?: undefined;
|
746
745
|
sidecars?: undefined;
|
746
|
+
authorizationList?: undefined;
|
747
747
|
feeCurrency?: `0x${string}` | undefined;
|
748
748
|
} | {
|
749
749
|
data?: `0x${string}` | undefined;
|
@@ -759,10 +759,10 @@ export declare const chainConfig: {
|
|
759
759
|
maxPriorityFeePerGas?: undefined | undefined;
|
760
760
|
accessList?: import("../index.js").AccessList | undefined;
|
761
761
|
blobs?: undefined;
|
762
|
-
authorizationList?: undefined;
|
763
762
|
blobVersionedHashes?: undefined;
|
764
763
|
kzg?: undefined;
|
765
764
|
sidecars?: undefined;
|
765
|
+
authorizationList?: undefined;
|
766
766
|
feeCurrency?: `0x${string}` | undefined;
|
767
767
|
} | {
|
768
768
|
data?: `0x${string}` | undefined;
|
@@ -778,10 +778,10 @@ export declare const chainConfig: {
|
|
778
778
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
779
779
|
accessList?: import("../index.js").AccessList | undefined;
|
780
780
|
blobs?: undefined;
|
781
|
-
authorizationList?: undefined;
|
782
781
|
blobVersionedHashes?: undefined;
|
783
782
|
kzg?: undefined;
|
784
783
|
sidecars?: undefined;
|
784
|
+
authorizationList?: undefined;
|
785
785
|
feeCurrency?: `0x${string}` | undefined;
|
786
786
|
} | {
|
787
787
|
type?: "0x3" | undefined;
|
@@ -836,10 +836,10 @@ export declare const chainConfig: {
|
|
836
836
|
maxFeePerGas?: `0x${string}` | undefined;
|
837
837
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
838
838
|
blobs?: undefined;
|
839
|
-
authorizationList?: undefined;
|
840
839
|
blobVersionedHashes?: undefined;
|
841
840
|
kzg?: undefined;
|
842
841
|
sidecars?: undefined;
|
842
|
+
authorizationList?: undefined;
|
843
843
|
}) & {};
|
844
844
|
type: "transactionRequest";
|
845
845
|
};
|
@@ -220,8 +220,8 @@ export declare const formatters: {
|
|
220
220
|
gatewayFee: bigint | null;
|
221
221
|
gatewayFeeRecipient: import("abitype").Address | null;
|
222
222
|
type: "cip42";
|
223
|
-
authorizationList?: undefined;
|
224
223
|
blobVersionedHashes?: undefined;
|
224
|
+
authorizationList?: undefined;
|
225
225
|
mint?: undefined;
|
226
226
|
isSystemTx?: undefined;
|
227
227
|
sourceHash?: undefined;
|
@@ -249,8 +249,8 @@ export declare const formatters: {
|
|
249
249
|
chainId: number;
|
250
250
|
feeCurrency: import("abitype").Address | null;
|
251
251
|
type: "cip64";
|
252
|
-
authorizationList?: undefined;
|
253
252
|
blobVersionedHashes?: undefined;
|
253
|
+
authorizationList?: undefined;
|
254
254
|
mint?: undefined;
|
255
255
|
isSystemTx?: undefined;
|
256
256
|
sourceHash?: undefined;
|
@@ -281,8 +281,8 @@ export declare const formatters: {
|
|
281
281
|
sourceHash: import("../index.js").Hex;
|
282
282
|
type: "deposit";
|
283
283
|
accessList?: undefined;
|
284
|
-
authorizationList?: undefined;
|
285
284
|
blobVersionedHashes?: undefined;
|
285
|
+
authorizationList?: undefined;
|
286
286
|
chainId?: undefined;
|
287
287
|
feeCurrency?: undefined;
|
288
288
|
gatewayFee?: undefined;
|
@@ -306,10 +306,10 @@ export declare const formatters: {
|
|
306
306
|
maxPriorityFeePerGas?: undefined | undefined;
|
307
307
|
blobs?: undefined;
|
308
308
|
accessList?: undefined;
|
309
|
-
authorizationList?: undefined;
|
310
309
|
blobVersionedHashes?: undefined;
|
311
310
|
kzg?: undefined;
|
312
311
|
sidecars?: undefined;
|
312
|
+
authorizationList?: undefined;
|
313
313
|
feeCurrency?: `0x${string}` | undefined;
|
314
314
|
} | {
|
315
315
|
data?: `0x${string}` | undefined;
|
@@ -325,10 +325,10 @@ export declare const formatters: {
|
|
325
325
|
maxPriorityFeePerGas?: undefined | undefined;
|
326
326
|
accessList?: import("../index.js").AccessList | undefined;
|
327
327
|
blobs?: undefined;
|
328
|
-
authorizationList?: undefined;
|
329
328
|
blobVersionedHashes?: undefined;
|
330
329
|
kzg?: undefined;
|
331
330
|
sidecars?: undefined;
|
331
|
+
authorizationList?: undefined;
|
332
332
|
feeCurrency?: `0x${string}` | undefined;
|
333
333
|
} | {
|
334
334
|
data?: `0x${string}` | undefined;
|
@@ -344,10 +344,10 @@ export declare const formatters: {
|
|
344
344
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
345
345
|
accessList?: import("../index.js").AccessList | undefined;
|
346
346
|
blobs?: undefined;
|
347
|
-
authorizationList?: undefined;
|
348
347
|
blobVersionedHashes?: undefined;
|
349
348
|
kzg?: undefined;
|
350
349
|
sidecars?: undefined;
|
350
|
+
authorizationList?: undefined;
|
351
351
|
feeCurrency?: `0x${string}` | undefined;
|
352
352
|
} | {
|
353
353
|
type?: "0x3" | undefined;
|
@@ -402,10 +402,10 @@ export declare const formatters: {
|
|
402
402
|
maxFeePerGas?: `0x${string}` | undefined;
|
403
403
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
404
404
|
blobs?: undefined;
|
405
|
-
authorizationList?: undefined;
|
406
405
|
blobVersionedHashes?: undefined;
|
407
406
|
kzg?: undefined;
|
408
407
|
sidecars?: undefined;
|
408
|
+
authorizationList?: undefined;
|
409
409
|
}) & {};
|
410
410
|
type: "transactionRequest";
|
411
411
|
};
|
@@ -303,10 +303,10 @@ export declare const abstract: {
|
|
303
303
|
maxPriorityFeePerGas?: undefined | undefined;
|
304
304
|
blobs?: undefined;
|
305
305
|
accessList?: undefined;
|
306
|
-
authorizationList?: undefined;
|
307
306
|
blobVersionedHashes?: undefined;
|
308
307
|
kzg?: undefined;
|
309
308
|
sidecars?: undefined;
|
309
|
+
authorizationList?: undefined;
|
310
310
|
eip712Meta?: undefined | undefined;
|
311
311
|
} | {
|
312
312
|
data?: `0x${string}` | undefined;
|
@@ -322,10 +322,10 @@ export declare const abstract: {
|
|
322
322
|
maxPriorityFeePerGas?: undefined | undefined;
|
323
323
|
accessList?: import("../../index.js").AccessList | undefined;
|
324
324
|
blobs?: undefined;
|
325
|
-
authorizationList?: undefined;
|
326
325
|
blobVersionedHashes?: undefined;
|
327
326
|
kzg?: undefined;
|
328
327
|
sidecars?: undefined;
|
328
|
+
authorizationList?: undefined;
|
329
329
|
eip712Meta?: undefined | undefined;
|
330
330
|
} | {
|
331
331
|
data?: `0x${string}` | undefined;
|
@@ -341,10 +341,10 @@ export declare const abstract: {
|
|
341
341
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
342
342
|
accessList?: import("../../index.js").AccessList | undefined;
|
343
343
|
blobs?: undefined;
|
344
|
-
authorizationList?: undefined;
|
345
344
|
blobVersionedHashes?: undefined;
|
346
345
|
kzg?: undefined;
|
347
346
|
sidecars?: undefined;
|
347
|
+
authorizationList?: undefined;
|
348
348
|
eip712Meta?: undefined | undefined;
|
349
349
|
} | {
|
350
350
|
type?: "0x3" | undefined;
|
@@ -302,10 +302,10 @@ export declare const abstractTestnet: {
|
|
302
302
|
maxPriorityFeePerGas?: undefined | undefined;
|
303
303
|
blobs?: undefined;
|
304
304
|
accessList?: undefined;
|
305
|
-
authorizationList?: undefined;
|
306
305
|
blobVersionedHashes?: undefined;
|
307
306
|
kzg?: undefined;
|
308
307
|
sidecars?: undefined;
|
308
|
+
authorizationList?: undefined;
|
309
309
|
eip712Meta?: undefined | undefined;
|
310
310
|
} | {
|
311
311
|
data?: `0x${string}` | undefined;
|
@@ -321,10 +321,10 @@ export declare const abstractTestnet: {
|
|
321
321
|
maxPriorityFeePerGas?: undefined | undefined;
|
322
322
|
accessList?: import("../../index.js").AccessList | undefined;
|
323
323
|
blobs?: undefined;
|
324
|
-
authorizationList?: undefined;
|
325
324
|
blobVersionedHashes?: undefined;
|
326
325
|
kzg?: undefined;
|
327
326
|
sidecars?: undefined;
|
327
|
+
authorizationList?: undefined;
|
328
328
|
eip712Meta?: undefined | undefined;
|
329
329
|
} | {
|
330
330
|
data?: `0x${string}` | undefined;
|
@@ -340,10 +340,10 @@ export declare const abstractTestnet: {
|
|
340
340
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
341
341
|
accessList?: import("../../index.js").AccessList | undefined;
|
342
342
|
blobs?: undefined;
|
343
|
-
authorizationList?: undefined;
|
344
343
|
blobVersionedHashes?: undefined;
|
345
344
|
kzg?: undefined;
|
346
345
|
sidecars?: undefined;
|
346
|
+
authorizationList?: undefined;
|
347
347
|
eip712Meta?: undefined | undefined;
|
348
348
|
} | {
|
349
349
|
type?: "0x3" | undefined;
|
@@ -249,8 +249,8 @@ export declare const celo: {
|
|
249
249
|
gatewayFee: bigint | null;
|
250
250
|
gatewayFeeRecipient: import("abitype").Address | null;
|
251
251
|
type: "cip42";
|
252
|
-
authorizationList?: undefined;
|
253
252
|
blobVersionedHashes?: undefined;
|
253
|
+
authorizationList?: undefined;
|
254
254
|
mint?: undefined;
|
255
255
|
isSystemTx?: undefined;
|
256
256
|
sourceHash?: undefined;
|
@@ -278,8 +278,8 @@ export declare const celo: {
|
|
278
278
|
chainId: number;
|
279
279
|
feeCurrency: import("abitype").Address | null;
|
280
280
|
type: "cip64";
|
281
|
-
authorizationList?: undefined;
|
282
281
|
blobVersionedHashes?: undefined;
|
282
|
+
authorizationList?: undefined;
|
283
283
|
mint?: undefined;
|
284
284
|
isSystemTx?: undefined;
|
285
285
|
sourceHash?: undefined;
|
@@ -310,8 +310,8 @@ export declare const celo: {
|
|
310
310
|
sourceHash: import("../../index.js").Hex;
|
311
311
|
type: "deposit";
|
312
312
|
accessList?: undefined;
|
313
|
-
authorizationList?: undefined;
|
314
313
|
blobVersionedHashes?: undefined;
|
314
|
+
authorizationList?: undefined;
|
315
315
|
chainId?: undefined;
|
316
316
|
feeCurrency?: undefined;
|
317
317
|
gatewayFee?: undefined;
|
@@ -335,10 +335,10 @@ export declare const celo: {
|
|
335
335
|
maxPriorityFeePerGas?: undefined | undefined;
|
336
336
|
blobs?: undefined;
|
337
337
|
accessList?: undefined;
|
338
|
-
authorizationList?: undefined;
|
339
338
|
blobVersionedHashes?: undefined;
|
340
339
|
kzg?: undefined;
|
341
340
|
sidecars?: undefined;
|
341
|
+
authorizationList?: undefined;
|
342
342
|
feeCurrency?: `0x${string}` | undefined;
|
343
343
|
} | {
|
344
344
|
data?: `0x${string}` | undefined;
|
@@ -354,10 +354,10 @@ export declare const celo: {
|
|
354
354
|
maxPriorityFeePerGas?: undefined | undefined;
|
355
355
|
accessList?: import("../../index.js").AccessList | undefined;
|
356
356
|
blobs?: undefined;
|
357
|
-
authorizationList?: undefined;
|
358
357
|
blobVersionedHashes?: undefined;
|
359
358
|
kzg?: undefined;
|
360
359
|
sidecars?: undefined;
|
360
|
+
authorizationList?: undefined;
|
361
361
|
feeCurrency?: `0x${string}` | undefined;
|
362
362
|
} | {
|
363
363
|
data?: `0x${string}` | undefined;
|
@@ -373,10 +373,10 @@ export declare const celo: {
|
|
373
373
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
374
374
|
accessList?: import("../../index.js").AccessList | undefined;
|
375
375
|
blobs?: undefined;
|
376
|
-
authorizationList?: undefined;
|
377
376
|
blobVersionedHashes?: undefined;
|
378
377
|
kzg?: undefined;
|
379
378
|
sidecars?: undefined;
|
379
|
+
authorizationList?: undefined;
|
380
380
|
feeCurrency?: `0x${string}` | undefined;
|
381
381
|
} | {
|
382
382
|
type?: "0x3" | undefined;
|
@@ -431,10 +431,10 @@ export declare const celo: {
|
|
431
431
|
maxFeePerGas?: `0x${string}` | undefined;
|
432
432
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
433
433
|
blobs?: undefined;
|
434
|
-
authorizationList?: undefined;
|
435
434
|
blobVersionedHashes?: undefined;
|
436
435
|
kzg?: undefined;
|
437
436
|
sidecars?: undefined;
|
437
|
+
authorizationList?: undefined;
|
438
438
|
}) & {};
|
439
439
|
type: "transactionRequest";
|
440
440
|
};
|
@@ -660,8 +660,8 @@ export declare const celo: {
|
|
660
660
|
gatewayFee: bigint | null;
|
661
661
|
gatewayFeeRecipient: import("abitype").Address | null;
|
662
662
|
type: "cip42";
|
663
|
-
authorizationList?: undefined;
|
664
663
|
blobVersionedHashes?: undefined;
|
664
|
+
authorizationList?: undefined;
|
665
665
|
mint?: undefined;
|
666
666
|
isSystemTx?: undefined;
|
667
667
|
sourceHash?: undefined;
|
@@ -689,8 +689,8 @@ export declare const celo: {
|
|
689
689
|
chainId: number;
|
690
690
|
feeCurrency: import("abitype").Address | null;
|
691
691
|
type: "cip64";
|
692
|
-
authorizationList?: undefined;
|
693
692
|
blobVersionedHashes?: undefined;
|
693
|
+
authorizationList?: undefined;
|
694
694
|
mint?: undefined;
|
695
695
|
isSystemTx?: undefined;
|
696
696
|
sourceHash?: undefined;
|
@@ -721,8 +721,8 @@ export declare const celo: {
|
|
721
721
|
sourceHash: import("../../index.js").Hex;
|
722
722
|
type: "deposit";
|
723
723
|
accessList?: undefined;
|
724
|
-
authorizationList?: undefined;
|
725
724
|
blobVersionedHashes?: undefined;
|
725
|
+
authorizationList?: undefined;
|
726
726
|
chainId?: undefined;
|
727
727
|
feeCurrency?: undefined;
|
728
728
|
gatewayFee?: undefined;
|
@@ -746,10 +746,10 @@ export declare const celo: {
|
|
746
746
|
maxPriorityFeePerGas?: undefined | undefined;
|
747
747
|
blobs?: undefined;
|
748
748
|
accessList?: undefined;
|
749
|
-
authorizationList?: undefined;
|
750
749
|
blobVersionedHashes?: undefined;
|
751
750
|
kzg?: undefined;
|
752
751
|
sidecars?: undefined;
|
752
|
+
authorizationList?: undefined;
|
753
753
|
feeCurrency?: `0x${string}` | undefined;
|
754
754
|
} | {
|
755
755
|
data?: `0x${string}` | undefined;
|
@@ -765,10 +765,10 @@ export declare const celo: {
|
|
765
765
|
maxPriorityFeePerGas?: undefined | undefined;
|
766
766
|
accessList?: import("../../index.js").AccessList | undefined;
|
767
767
|
blobs?: undefined;
|
768
|
-
authorizationList?: undefined;
|
769
768
|
blobVersionedHashes?: undefined;
|
770
769
|
kzg?: undefined;
|
771
770
|
sidecars?: undefined;
|
771
|
+
authorizationList?: undefined;
|
772
772
|
feeCurrency?: `0x${string}` | undefined;
|
773
773
|
} | {
|
774
774
|
data?: `0x${string}` | undefined;
|
@@ -784,10 +784,10 @@ export declare const celo: {
|
|
784
784
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
785
785
|
accessList?: import("../../index.js").AccessList | undefined;
|
786
786
|
blobs?: undefined;
|
787
|
-
authorizationList?: undefined;
|
788
787
|
blobVersionedHashes?: undefined;
|
789
788
|
kzg?: undefined;
|
790
789
|
sidecars?: undefined;
|
790
|
+
authorizationList?: undefined;
|
791
791
|
feeCurrency?: `0x${string}` | undefined;
|
792
792
|
} | {
|
793
793
|
type?: "0x3" | undefined;
|
@@ -842,10 +842,10 @@ export declare const celo: {
|
|
842
842
|
maxFeePerGas?: `0x${string}` | undefined;
|
843
843
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
844
844
|
blobs?: undefined;
|
845
|
-
authorizationList?: undefined;
|
846
845
|
blobVersionedHashes?: undefined;
|
847
846
|
kzg?: undefined;
|
848
847
|
sidecars?: undefined;
|
848
|
+
authorizationList?: undefined;
|
849
849
|
}) & {};
|
850
850
|
type: "transactionRequest";
|
851
851
|
};
|
@@ -291,8 +291,8 @@ export declare const celoAlfajores: {
|
|
291
291
|
gatewayFee: bigint | null;
|
292
292
|
gatewayFeeRecipient: import("abitype").Address | null;
|
293
293
|
type: "cip42";
|
294
|
-
authorizationList?: undefined;
|
295
294
|
blobVersionedHashes?: undefined;
|
295
|
+
authorizationList?: undefined;
|
296
296
|
mint?: undefined;
|
297
297
|
isSystemTx?: undefined;
|
298
298
|
sourceHash?: undefined;
|
@@ -320,8 +320,8 @@ export declare const celoAlfajores: {
|
|
320
320
|
chainId: number;
|
321
321
|
feeCurrency: import("abitype").Address | null;
|
322
322
|
type: "cip64";
|
323
|
-
authorizationList?: undefined;
|
324
323
|
blobVersionedHashes?: undefined;
|
324
|
+
authorizationList?: undefined;
|
325
325
|
mint?: undefined;
|
326
326
|
isSystemTx?: undefined;
|
327
327
|
sourceHash?: undefined;
|
@@ -352,8 +352,8 @@ export declare const celoAlfajores: {
|
|
352
352
|
sourceHash: import("../../index.js").Hex;
|
353
353
|
type: "deposit";
|
354
354
|
accessList?: undefined;
|
355
|
-
authorizationList?: undefined;
|
356
355
|
blobVersionedHashes?: undefined;
|
356
|
+
authorizationList?: undefined;
|
357
357
|
chainId?: undefined;
|
358
358
|
feeCurrency?: undefined;
|
359
359
|
gatewayFee?: undefined;
|
@@ -377,10 +377,10 @@ export declare const celoAlfajores: {
|
|
377
377
|
maxPriorityFeePerGas?: undefined | undefined;
|
378
378
|
blobs?: undefined;
|
379
379
|
accessList?: undefined;
|
380
|
-
authorizationList?: undefined;
|
381
380
|
blobVersionedHashes?: undefined;
|
382
381
|
kzg?: undefined;
|
383
382
|
sidecars?: undefined;
|
383
|
+
authorizationList?: undefined;
|
384
384
|
feeCurrency?: `0x${string}` | undefined;
|
385
385
|
} | {
|
386
386
|
data?: `0x${string}` | undefined;
|
@@ -396,10 +396,10 @@ export declare const celoAlfajores: {
|
|
396
396
|
maxPriorityFeePerGas?: undefined | undefined;
|
397
397
|
accessList?: import("../../index.js").AccessList | undefined;
|
398
398
|
blobs?: undefined;
|
399
|
-
authorizationList?: undefined;
|
400
399
|
blobVersionedHashes?: undefined;
|
401
400
|
kzg?: undefined;
|
402
401
|
sidecars?: undefined;
|
402
|
+
authorizationList?: undefined;
|
403
403
|
feeCurrency?: `0x${string}` | undefined;
|
404
404
|
} | {
|
405
405
|
data?: `0x${string}` | undefined;
|
@@ -415,10 +415,10 @@ export declare const celoAlfajores: {
|
|
415
415
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
416
416
|
accessList?: import("../../index.js").AccessList | undefined;
|
417
417
|
blobs?: undefined;
|
418
|
-
authorizationList?: undefined;
|
419
418
|
blobVersionedHashes?: undefined;
|
420
419
|
kzg?: undefined;
|
421
420
|
sidecars?: undefined;
|
421
|
+
authorizationList?: undefined;
|
422
422
|
feeCurrency?: `0x${string}` | undefined;
|
423
423
|
} | {
|
424
424
|
type?: "0x3" | undefined;
|
@@ -473,10 +473,10 @@ export declare const celoAlfajores: {
|
|
473
473
|
maxFeePerGas?: `0x${string}` | undefined;
|
474
474
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
475
475
|
blobs?: undefined;
|
476
|
-
authorizationList?: undefined;
|
477
476
|
blobVersionedHashes?: undefined;
|
478
477
|
kzg?: undefined;
|
479
478
|
sidecars?: undefined;
|
479
|
+
authorizationList?: undefined;
|
480
480
|
}) & {};
|
481
481
|
type: "transactionRequest";
|
482
482
|
};
|
@@ -702,8 +702,8 @@ export declare const celoAlfajores: {
|
|
702
702
|
gatewayFee: bigint | null;
|
703
703
|
gatewayFeeRecipient: import("abitype").Address | null;
|
704
704
|
type: "cip42";
|
705
|
-
authorizationList?: undefined;
|
706
705
|
blobVersionedHashes?: undefined;
|
706
|
+
authorizationList?: undefined;
|
707
707
|
mint?: undefined;
|
708
708
|
isSystemTx?: undefined;
|
709
709
|
sourceHash?: undefined;
|
@@ -731,8 +731,8 @@ export declare const celoAlfajores: {
|
|
731
731
|
chainId: number;
|
732
732
|
feeCurrency: import("abitype").Address | null;
|
733
733
|
type: "cip64";
|
734
|
-
authorizationList?: undefined;
|
735
734
|
blobVersionedHashes?: undefined;
|
735
|
+
authorizationList?: undefined;
|
736
736
|
mint?: undefined;
|
737
737
|
isSystemTx?: undefined;
|
738
738
|
sourceHash?: undefined;
|
@@ -763,8 +763,8 @@ export declare const celoAlfajores: {
|
|
763
763
|
sourceHash: import("../../index.js").Hex;
|
764
764
|
type: "deposit";
|
765
765
|
accessList?: undefined;
|
766
|
-
authorizationList?: undefined;
|
767
766
|
blobVersionedHashes?: undefined;
|
767
|
+
authorizationList?: undefined;
|
768
768
|
chainId?: undefined;
|
769
769
|
feeCurrency?: undefined;
|
770
770
|
gatewayFee?: undefined;
|
@@ -788,10 +788,10 @@ export declare const celoAlfajores: {
|
|
788
788
|
maxPriorityFeePerGas?: undefined | undefined;
|
789
789
|
blobs?: undefined;
|
790
790
|
accessList?: undefined;
|
791
|
-
authorizationList?: undefined;
|
792
791
|
blobVersionedHashes?: undefined;
|
793
792
|
kzg?: undefined;
|
794
793
|
sidecars?: undefined;
|
794
|
+
authorizationList?: undefined;
|
795
795
|
feeCurrency?: `0x${string}` | undefined;
|
796
796
|
} | {
|
797
797
|
data?: `0x${string}` | undefined;
|
@@ -807,10 +807,10 @@ export declare const celoAlfajores: {
|
|
807
807
|
maxPriorityFeePerGas?: undefined | undefined;
|
808
808
|
accessList?: import("../../index.js").AccessList | undefined;
|
809
809
|
blobs?: undefined;
|
810
|
-
authorizationList?: undefined;
|
811
810
|
blobVersionedHashes?: undefined;
|
812
811
|
kzg?: undefined;
|
813
812
|
sidecars?: undefined;
|
813
|
+
authorizationList?: undefined;
|
814
814
|
feeCurrency?: `0x${string}` | undefined;
|
815
815
|
} | {
|
816
816
|
data?: `0x${string}` | undefined;
|
@@ -826,10 +826,10 @@ export declare const celoAlfajores: {
|
|
826
826
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
827
827
|
accessList?: import("../../index.js").AccessList | undefined;
|
828
828
|
blobs?: undefined;
|
829
|
-
authorizationList?: undefined;
|
830
829
|
blobVersionedHashes?: undefined;
|
831
830
|
kzg?: undefined;
|
832
831
|
sidecars?: undefined;
|
832
|
+
authorizationList?: undefined;
|
833
833
|
feeCurrency?: `0x${string}` | undefined;
|
834
834
|
} | {
|
835
835
|
type?: "0x3" | undefined;
|
@@ -884,10 +884,10 @@ export declare const celoAlfajores: {
|
|
884
884
|
maxFeePerGas?: `0x${string}` | undefined;
|
885
885
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
886
886
|
blobs?: undefined;
|
887
|
-
authorizationList?: undefined;
|
888
887
|
blobVersionedHashes?: undefined;
|
889
888
|
kzg?: undefined;
|
890
889
|
sidecars?: undefined;
|
890
|
+
authorizationList?: undefined;
|
891
891
|
}) & {};
|
892
892
|
type: "transactionRequest";
|
893
893
|
};
|
@@ -294,10 +294,10 @@ export declare const playfiAlbireo: {
|
|
294
294
|
maxPriorityFeePerGas?: undefined | undefined;
|
295
295
|
blobs?: undefined;
|
296
296
|
accessList?: undefined;
|
297
|
-
authorizationList?: undefined;
|
298
297
|
blobVersionedHashes?: undefined;
|
299
298
|
kzg?: undefined;
|
300
299
|
sidecars?: undefined;
|
300
|
+
authorizationList?: undefined;
|
301
301
|
eip712Meta?: undefined | undefined;
|
302
302
|
} | {
|
303
303
|
data?: `0x${string}` | undefined;
|
@@ -313,10 +313,10 @@ export declare const playfiAlbireo: {
|
|
313
313
|
maxPriorityFeePerGas?: undefined | undefined;
|
314
314
|
accessList?: import("../../index.js").AccessList | undefined;
|
315
315
|
blobs?: undefined;
|
316
|
-
authorizationList?: undefined;
|
317
316
|
blobVersionedHashes?: undefined;
|
318
317
|
kzg?: undefined;
|
319
318
|
sidecars?: undefined;
|
319
|
+
authorizationList?: undefined;
|
320
320
|
eip712Meta?: undefined | undefined;
|
321
321
|
} | {
|
322
322
|
data?: `0x${string}` | undefined;
|
@@ -332,10 +332,10 @@ export declare const playfiAlbireo: {
|
|
332
332
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
333
333
|
accessList?: import("../../index.js").AccessList | undefined;
|
334
334
|
blobs?: undefined;
|
335
|
-
authorizationList?: undefined;
|
336
335
|
blobVersionedHashes?: undefined;
|
337
336
|
kzg?: undefined;
|
338
337
|
sidecars?: undefined;
|
338
|
+
authorizationList?: undefined;
|
339
339
|
eip712Meta?: undefined | undefined;
|
340
340
|
} | {
|
341
341
|
type?: "0x3" | undefined;
|
@@ -295,10 +295,10 @@ export declare const sophon: {
|
|
295
295
|
maxPriorityFeePerGas?: undefined | undefined;
|
296
296
|
blobs?: undefined;
|
297
297
|
accessList?: undefined;
|
298
|
-
authorizationList?: undefined;
|
299
298
|
blobVersionedHashes?: undefined;
|
300
299
|
kzg?: undefined;
|
301
300
|
sidecars?: undefined;
|
301
|
+
authorizationList?: undefined;
|
302
302
|
eip712Meta?: undefined | undefined;
|
303
303
|
} | {
|
304
304
|
data?: `0x${string}` | undefined;
|
@@ -314,10 +314,10 @@ export declare const sophon: {
|
|
314
314
|
maxPriorityFeePerGas?: undefined | undefined;
|
315
315
|
accessList?: import("../../index.js").AccessList | undefined;
|
316
316
|
blobs?: undefined;
|
317
|
-
authorizationList?: undefined;
|
318
317
|
blobVersionedHashes?: undefined;
|
319
318
|
kzg?: undefined;
|
320
319
|
sidecars?: undefined;
|
320
|
+
authorizationList?: undefined;
|
321
321
|
eip712Meta?: undefined | undefined;
|
322
322
|
} | {
|
323
323
|
data?: `0x${string}` | undefined;
|
@@ -333,10 +333,10 @@ export declare const sophon: {
|
|
333
333
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
334
334
|
accessList?: import("../../index.js").AccessList | undefined;
|
335
335
|
blobs?: undefined;
|
336
|
-
authorizationList?: undefined;
|
337
336
|
blobVersionedHashes?: undefined;
|
338
337
|
kzg?: undefined;
|
339
338
|
sidecars?: undefined;
|
339
|
+
authorizationList?: undefined;
|
340
340
|
eip712Meta?: undefined | undefined;
|
341
341
|
} | {
|
342
342
|
type?: "0x3" | undefined;
|