@circle-fin/usdckit 0.23.2 → 0.24.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/dist/cjs/actions/index.d.ts +1 -1
- package/dist/cjs/chains/ARC_TESTNET.d.ts +2 -2
- package/dist/cjs/chains/ARC_TESTNET.js +3 -36
- package/dist/cjs/chains/BASE.d.ts +6 -6
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/cjs/chains/MATIC.d.ts +1 -1
- package/dist/cjs/chains/MONAD.d.ts +184 -0
- package/dist/cjs/chains/MONAD.js +24 -0
- package/dist/cjs/chains/MONAD_TESTNET.d.ts +178 -0
- package/dist/cjs/chains/MONAD_TESTNET.js +24 -0
- package/dist/cjs/chains/NEAR.d.ts +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.d.ts +1 -1
- package/dist/cjs/chains/OP.d.ts +6 -6
- package/dist/cjs/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/cjs/chains/UNI.d.ts +7 -7
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/cjs/chains/index.d.ts +4 -2
- package/dist/cjs/chains/index.js +5 -1
- package/dist/cjs/chains/index.test.js +2 -0
- package/dist/cjs/chains.d.ts +2 -0
- package/dist/cjs/chains.js +12 -0
- package/dist/cjs/client.d.ts +1 -1
- package/dist/cjs/extractChain.d.ts +405 -45
- package/dist/cjs/extractChain.test.js +4 -0
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +402 -42
- package/dist/cjs/providers/circle-wallets/actions/createAccount.js +0 -3
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +402 -42
- package/dist/cjs/providers/circle-wallets/index.d.ts +643 -106
- package/dist/cjs/providers/circle-wallets/index.js +3 -0
- package/dist/cjs/providers/circle-wallets/transports/index.js +0 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +7 -7
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +40 -40
- package/dist/cjs/providers/uniswap/chains/BASE.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/cjs/providers/uniswap/chains/MATIC.d.ts +1 -1
- package/dist/cjs/providers/uniswap/chains/OP.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/UNI.d.ts +7 -7
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/cjs/providers/uniswap/index.d.ts +40 -40
- package/dist/cjs/utils/createConfig.d.ts +1 -1
- package/dist/cjs/utils/createCustomWalletClient.d.ts +1 -1
- package/dist/cjs/utils/getChainContractByAddress.d.ts +1 -1
- package/dist/cjs/utils/getClient.d.ts +26 -0
- package/dist/cjs/utils/getContract.d.ts +8 -8
- package/dist/esm/actions/index.d.ts +1 -1
- package/dist/esm/chains/ARC_TESTNET.d.ts +2 -2
- package/dist/esm/chains/ARC_TESTNET.js +1 -34
- package/dist/esm/chains/BASE.d.ts +6 -6
- package/dist/esm/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/esm/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/esm/chains/MATIC.d.ts +1 -1
- package/dist/esm/chains/MONAD.d.ts +184 -0
- package/dist/esm/chains/MONAD.js +21 -0
- package/dist/esm/chains/MONAD_TESTNET.d.ts +178 -0
- package/dist/esm/chains/MONAD_TESTNET.js +21 -0
- package/dist/esm/chains/NEAR.d.ts +1 -1
- package/dist/esm/chains/NEAR_TESTNET.d.ts +1 -1
- package/dist/esm/chains/OP.d.ts +6 -6
- package/dist/esm/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/esm/chains/UNI.d.ts +7 -7
- package/dist/esm/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/esm/chains/index.d.ts +4 -2
- package/dist/esm/chains/index.js +3 -1
- package/dist/esm/chains/index.test.js +2 -0
- package/dist/esm/chains.d.ts +2 -0
- package/dist/esm/chains.js +11 -0
- package/dist/esm/client.d.ts +1 -1
- package/dist/esm/extractChain.d.ts +405 -45
- package/dist/esm/extractChain.test.js +6 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +402 -42
- package/dist/esm/providers/circle-wallets/actions/createAccount.js +0 -3
- package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +402 -42
- package/dist/esm/providers/circle-wallets/index.d.ts +643 -106
- package/dist/esm/providers/circle-wallets/index.js +4 -1
- package/dist/esm/providers/circle-wallets/transports/index.js +0 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +7 -7
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +40 -40
- package/dist/esm/providers/uniswap/chains/BASE.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/esm/providers/uniswap/chains/MATIC.d.ts +1 -1
- package/dist/esm/providers/uniswap/chains/OP.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/UNI.d.ts +7 -7
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/esm/providers/uniswap/index.d.ts +40 -40
- package/dist/esm/utils/createConfig.d.ts +1 -1
- package/dist/esm/utils/createCustomWalletClient.d.ts +1 -1
- package/dist/esm/utils/getChainContractByAddress.d.ts +1 -1
- package/dist/esm/utils/getClient.d.ts +26 -0
- package/dist/esm/utils/getContract.d.ts +8 -8
- package/package.json +5 -5
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// evidence any actual or intended publication of such source code. Disclosure
|
|
9
9
|
// of this source code or any related proprietary information is strictly
|
|
10
10
|
// prohibited without the express written permission of Circle Internet Group, Inc.
|
|
11
|
-
import { ARB, ARB_SEPOLIA, ARC_TESTNET, AVAX, AVAX_FUJI, BASE, BASE_SEPOLIA, ETH, ETH_SEPOLIA, MATIC, MATIC_AMOY, OP, OP_SEPOLIA, UNI, UNI_SEPOLIA, } from '../../chains/index.js';
|
|
11
|
+
import { ARB, ARB_SEPOLIA, ARC_TESTNET, AVAX, AVAX_FUJI, BASE, BASE_SEPOLIA, ETH, ETH_SEPOLIA, MATIC, MATIC_AMOY, MONAD, MONAD_TESTNET, OP, OP_SEPOLIA, UNI, UNI_SEPOLIA, } from '../../chains/index.js';
|
|
12
12
|
import { UnsupportedChainError } from '../../errors/index.js';
|
|
13
13
|
import { extractChain as _extractChain } from '../../extractChain.js';
|
|
14
14
|
import { raise } from '../../utils/raise.js';
|
|
@@ -26,6 +26,8 @@ export const SUPPORTED_CHAINS = [
|
|
|
26
26
|
ETH_SEPOLIA,
|
|
27
27
|
MATIC,
|
|
28
28
|
MATIC_AMOY,
|
|
29
|
+
MONAD,
|
|
30
|
+
MONAD_TESTNET,
|
|
29
31
|
OP,
|
|
30
32
|
OP_SEPOLIA,
|
|
31
33
|
UNI,
|
|
@@ -38,6 +40,7 @@ export const SUPPORTED_CHAINS_FAUCET = [
|
|
|
38
40
|
BASE_SEPOLIA,
|
|
39
41
|
ETH_SEPOLIA,
|
|
40
42
|
MATIC_AMOY,
|
|
43
|
+
MONAD_TESTNET,
|
|
41
44
|
OP_SEPOLIA,
|
|
42
45
|
UNI_SEPOLIA,
|
|
43
46
|
];
|
|
@@ -202,7 +202,6 @@ export class Provider extends BaseProvider {
|
|
|
202
202
|
return {
|
|
203
203
|
config: {
|
|
204
204
|
feeLevel: 'HIGH',
|
|
205
|
-
// @ts-expect-error - gasLimit is not in the FeeLevel config type but Circle API supports it
|
|
206
205
|
gasLimit: gas !== undefined ? hexToBigInt(gas).toString() : undefined,
|
|
207
206
|
},
|
|
208
207
|
type: 'level',
|
|
@@ -440,7 +440,7 @@ export declare const chain: {
|
|
|
440
440
|
formatters: {
|
|
441
441
|
readonly block: {
|
|
442
442
|
exclude: [] | undefined;
|
|
443
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
443
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
444
444
|
baseFeePerGas: bigint | null;
|
|
445
445
|
blobGasUsed: bigint;
|
|
446
446
|
difficulty: bigint;
|
|
@@ -473,7 +473,7 @@ export declare const chain: {
|
|
|
473
473
|
};
|
|
474
474
|
readonly transaction: {
|
|
475
475
|
exclude: [] | undefined;
|
|
476
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
476
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
477
477
|
blockHash: `0x${string}` | null;
|
|
478
478
|
blockNumber: bigint | null;
|
|
479
479
|
from: import("viem").Address;
|
|
@@ -501,16 +501,16 @@ export declare const chain: {
|
|
|
501
501
|
r: import("viem").Hex;
|
|
502
502
|
s: import("viem").Hex;
|
|
503
503
|
v: bigint;
|
|
504
|
+
value: bigint;
|
|
505
|
+
gas: bigint;
|
|
504
506
|
to: import("viem").Address | null;
|
|
505
507
|
from: import("viem").Address;
|
|
506
|
-
gas: bigint;
|
|
507
508
|
nonce: number;
|
|
508
|
-
value: bigint;
|
|
509
509
|
blockHash: `0x${string}` | null;
|
|
510
510
|
blockNumber: bigint | null;
|
|
511
|
+
transactionIndex: number | null;
|
|
511
512
|
hash: import("viem").Hash;
|
|
512
513
|
input: import("viem").Hex;
|
|
513
|
-
transactionIndex: number | null;
|
|
514
514
|
typeHex: import("viem").Hex | null;
|
|
515
515
|
accessList?: undefined | undefined;
|
|
516
516
|
authorizationList?: undefined | undefined;
|
|
@@ -642,7 +642,7 @@ export declare const chain: {
|
|
|
642
642
|
};
|
|
643
643
|
readonly transactionReceipt: {
|
|
644
644
|
exclude: [] | undefined;
|
|
645
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
645
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
646
646
|
blobGasPrice?: bigint | undefined;
|
|
647
647
|
blobGasUsed?: bigint | undefined;
|
|
648
648
|
blockHash: import("viem").Hash;
|
|
@@ -440,7 +440,7 @@ export declare const chain: {
|
|
|
440
440
|
formatters: {
|
|
441
441
|
readonly block: {
|
|
442
442
|
exclude: [] | undefined;
|
|
443
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
443
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
444
444
|
baseFeePerGas: bigint | null;
|
|
445
445
|
blobGasUsed: bigint;
|
|
446
446
|
difficulty: bigint;
|
|
@@ -473,7 +473,7 @@ export declare const chain: {
|
|
|
473
473
|
};
|
|
474
474
|
readonly transaction: {
|
|
475
475
|
exclude: [] | undefined;
|
|
476
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
476
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
477
477
|
blockHash: `0x${string}` | null;
|
|
478
478
|
blockNumber: bigint | null;
|
|
479
479
|
from: import("viem").Address;
|
|
@@ -501,16 +501,16 @@ export declare const chain: {
|
|
|
501
501
|
r: import("viem").Hex;
|
|
502
502
|
s: import("viem").Hex;
|
|
503
503
|
v: bigint;
|
|
504
|
+
value: bigint;
|
|
505
|
+
gas: bigint;
|
|
504
506
|
to: import("viem").Address | null;
|
|
505
507
|
from: import("viem").Address;
|
|
506
|
-
gas: bigint;
|
|
507
508
|
nonce: number;
|
|
508
|
-
value: bigint;
|
|
509
509
|
blockHash: `0x${string}` | null;
|
|
510
510
|
blockNumber: bigint | null;
|
|
511
|
+
transactionIndex: number | null;
|
|
511
512
|
hash: import("viem").Hash;
|
|
512
513
|
input: import("viem").Hex;
|
|
513
|
-
transactionIndex: number | null;
|
|
514
514
|
typeHex: import("viem").Hex | null;
|
|
515
515
|
accessList?: undefined | undefined;
|
|
516
516
|
authorizationList?: undefined | undefined;
|
|
@@ -642,7 +642,7 @@ export declare const chain: {
|
|
|
642
642
|
};
|
|
643
643
|
readonly transactionReceipt: {
|
|
644
644
|
exclude: [] | undefined;
|
|
645
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
645
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
646
646
|
blobGasPrice?: bigint | undefined;
|
|
647
647
|
blobGasUsed?: bigint | undefined;
|
|
648
648
|
blockHash: import("viem").Hash;
|
|
@@ -394,7 +394,7 @@ export declare const chain: {
|
|
|
394
394
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
395
395
|
rpcUrls: {
|
|
396
396
|
readonly default: {
|
|
397
|
-
readonly http: readonly ["https://
|
|
397
|
+
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
398
398
|
};
|
|
399
399
|
};
|
|
400
400
|
sourceId?: number | undefined | undefined;
|
|
@@ -6,7 +6,7 @@ export declare const chain: {
|
|
|
6
6
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
blockTime
|
|
9
|
+
blockTime: 2000;
|
|
10
10
|
contracts: {
|
|
11
11
|
readonly TokenMessenger: {
|
|
12
12
|
readonly address: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
@@ -297,7 +297,7 @@ export declare const chain: {
|
|
|
297
297
|
formatters: {
|
|
298
298
|
readonly block: {
|
|
299
299
|
exclude: [] | undefined;
|
|
300
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
300
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
301
301
|
baseFeePerGas: bigint | null;
|
|
302
302
|
blobGasUsed: bigint;
|
|
303
303
|
difficulty: bigint;
|
|
@@ -330,7 +330,7 @@ export declare const chain: {
|
|
|
330
330
|
};
|
|
331
331
|
readonly transaction: {
|
|
332
332
|
exclude: [] | undefined;
|
|
333
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
333
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
334
334
|
blockHash: `0x${string}` | null;
|
|
335
335
|
blockNumber: bigint | null;
|
|
336
336
|
from: import("viem").Address;
|
|
@@ -358,16 +358,16 @@ export declare const chain: {
|
|
|
358
358
|
r: import("viem").Hex;
|
|
359
359
|
s: import("viem").Hex;
|
|
360
360
|
v: bigint;
|
|
361
|
+
value: bigint;
|
|
362
|
+
gas: bigint;
|
|
361
363
|
to: import("viem").Address | null;
|
|
362
364
|
from: import("viem").Address;
|
|
363
|
-
gas: bigint;
|
|
364
365
|
nonce: number;
|
|
365
|
-
value: bigint;
|
|
366
366
|
blockHash: `0x${string}` | null;
|
|
367
367
|
blockNumber: bigint | null;
|
|
368
|
+
transactionIndex: number | null;
|
|
368
369
|
hash: import("viem").Hash;
|
|
369
370
|
input: import("viem").Hex;
|
|
370
|
-
transactionIndex: number | null;
|
|
371
371
|
typeHex: import("viem").Hex | null;
|
|
372
372
|
accessList?: undefined | undefined;
|
|
373
373
|
authorizationList?: undefined | undefined;
|
|
@@ -499,7 +499,7 @@ export declare const chain: {
|
|
|
499
499
|
};
|
|
500
500
|
readonly transactionReceipt: {
|
|
501
501
|
exclude: [] | undefined;
|
|
502
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
502
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
503
503
|
blobGasPrice?: bigint | undefined;
|
|
504
504
|
blobGasUsed?: bigint | undefined;
|
|
505
505
|
blockHash: import("viem").Hash;
|
|
@@ -297,7 +297,7 @@ export declare const chain: {
|
|
|
297
297
|
formatters: {
|
|
298
298
|
readonly block: {
|
|
299
299
|
exclude: [] | undefined;
|
|
300
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
300
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
301
301
|
baseFeePerGas: bigint | null;
|
|
302
302
|
blobGasUsed: bigint;
|
|
303
303
|
difficulty: bigint;
|
|
@@ -330,7 +330,7 @@ export declare const chain: {
|
|
|
330
330
|
};
|
|
331
331
|
readonly transaction: {
|
|
332
332
|
exclude: [] | undefined;
|
|
333
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
333
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
334
334
|
blockHash: `0x${string}` | null;
|
|
335
335
|
blockNumber: bigint | null;
|
|
336
336
|
from: import("viem").Address;
|
|
@@ -358,16 +358,16 @@ export declare const chain: {
|
|
|
358
358
|
r: import("viem").Hex;
|
|
359
359
|
s: import("viem").Hex;
|
|
360
360
|
v: bigint;
|
|
361
|
+
value: bigint;
|
|
362
|
+
gas: bigint;
|
|
361
363
|
to: import("viem").Address | null;
|
|
362
364
|
from: import("viem").Address;
|
|
363
|
-
gas: bigint;
|
|
364
365
|
nonce: number;
|
|
365
|
-
value: bigint;
|
|
366
366
|
blockHash: `0x${string}` | null;
|
|
367
367
|
blockNumber: bigint | null;
|
|
368
|
+
transactionIndex: number | null;
|
|
368
369
|
hash: import("viem").Hash;
|
|
369
370
|
input: import("viem").Hex;
|
|
370
|
-
transactionIndex: number | null;
|
|
371
371
|
typeHex: import("viem").Hex | null;
|
|
372
372
|
accessList?: undefined | undefined;
|
|
373
373
|
authorizationList?: undefined | undefined;
|
|
@@ -499,7 +499,7 @@ export declare const chain: {
|
|
|
499
499
|
};
|
|
500
500
|
readonly transactionReceipt: {
|
|
501
501
|
exclude: [] | undefined;
|
|
502
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
502
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
503
503
|
blobGasPrice?: bigint | undefined;
|
|
504
504
|
blobGasUsed?: bigint | undefined;
|
|
505
505
|
blockHash: import("viem").Hash;
|
|
@@ -6,7 +6,7 @@ export declare const chain: {
|
|
|
6
6
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
blockTime:
|
|
9
|
+
blockTime: 1000;
|
|
10
10
|
contracts: {
|
|
11
11
|
readonly TokenMessenger: {
|
|
12
12
|
readonly address: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
|
|
@@ -292,7 +292,7 @@ export declare const chain: {
|
|
|
292
292
|
formatters: {
|
|
293
293
|
readonly block: {
|
|
294
294
|
exclude: [] | undefined;
|
|
295
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
295
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
296
296
|
baseFeePerGas: bigint | null;
|
|
297
297
|
blobGasUsed: bigint;
|
|
298
298
|
difficulty: bigint;
|
|
@@ -325,7 +325,7 @@ export declare const chain: {
|
|
|
325
325
|
};
|
|
326
326
|
readonly transaction: {
|
|
327
327
|
exclude: [] | undefined;
|
|
328
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
328
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
329
329
|
blockHash: `0x${string}` | null;
|
|
330
330
|
blockNumber: bigint | null;
|
|
331
331
|
from: import("viem").Address;
|
|
@@ -353,16 +353,16 @@ export declare const chain: {
|
|
|
353
353
|
r: import("viem").Hex;
|
|
354
354
|
s: import("viem").Hex;
|
|
355
355
|
v: bigint;
|
|
356
|
+
value: bigint;
|
|
357
|
+
gas: bigint;
|
|
356
358
|
to: import("viem").Address | null;
|
|
357
359
|
from: import("viem").Address;
|
|
358
|
-
gas: bigint;
|
|
359
360
|
nonce: number;
|
|
360
|
-
value: bigint;
|
|
361
361
|
blockHash: `0x${string}` | null;
|
|
362
362
|
blockNumber: bigint | null;
|
|
363
|
+
transactionIndex: number | null;
|
|
363
364
|
hash: import("viem").Hash;
|
|
364
365
|
input: import("viem").Hex;
|
|
365
|
-
transactionIndex: number | null;
|
|
366
366
|
typeHex: import("viem").Hex | null;
|
|
367
367
|
accessList?: undefined | undefined;
|
|
368
368
|
authorizationList?: undefined | undefined;
|
|
@@ -494,7 +494,7 @@ export declare const chain: {
|
|
|
494
494
|
};
|
|
495
495
|
readonly transactionReceipt: {
|
|
496
496
|
exclude: [] | undefined;
|
|
497
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
497
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
498
498
|
blobGasPrice?: bigint | undefined;
|
|
499
499
|
blobGasUsed?: bigint | undefined;
|
|
500
500
|
blockHash: import("viem").Hash;
|
|
@@ -6,7 +6,7 @@ export declare const chain: {
|
|
|
6
6
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
blockTime:
|
|
9
|
+
blockTime: 1000;
|
|
10
10
|
contracts: {
|
|
11
11
|
readonly TokenMessenger: {
|
|
12
12
|
readonly address: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
|
|
@@ -292,7 +292,7 @@ export declare const chain: {
|
|
|
292
292
|
formatters: {
|
|
293
293
|
readonly block: {
|
|
294
294
|
exclude: [] | undefined;
|
|
295
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
295
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
296
296
|
baseFeePerGas: bigint | null;
|
|
297
297
|
blobGasUsed: bigint;
|
|
298
298
|
difficulty: bigint;
|
|
@@ -325,7 +325,7 @@ export declare const chain: {
|
|
|
325
325
|
};
|
|
326
326
|
readonly transaction: {
|
|
327
327
|
exclude: [] | undefined;
|
|
328
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
328
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
329
329
|
blockHash: `0x${string}` | null;
|
|
330
330
|
blockNumber: bigint | null;
|
|
331
331
|
from: import("viem").Address;
|
|
@@ -353,16 +353,16 @@ export declare const chain: {
|
|
|
353
353
|
r: import("viem").Hex;
|
|
354
354
|
s: import("viem").Hex;
|
|
355
355
|
v: bigint;
|
|
356
|
+
value: bigint;
|
|
357
|
+
gas: bigint;
|
|
356
358
|
to: import("viem").Address | null;
|
|
357
359
|
from: import("viem").Address;
|
|
358
|
-
gas: bigint;
|
|
359
360
|
nonce: number;
|
|
360
|
-
value: bigint;
|
|
361
361
|
blockHash: `0x${string}` | null;
|
|
362
362
|
blockNumber: bigint | null;
|
|
363
|
+
transactionIndex: number | null;
|
|
363
364
|
hash: import("viem").Hash;
|
|
364
365
|
input: import("viem").Hex;
|
|
365
|
-
transactionIndex: number | null;
|
|
366
366
|
typeHex: import("viem").Hex | null;
|
|
367
367
|
accessList?: undefined | undefined;
|
|
368
368
|
authorizationList?: undefined | undefined;
|
|
@@ -494,7 +494,7 @@ export declare const chain: {
|
|
|
494
494
|
};
|
|
495
495
|
readonly transactionReceipt: {
|
|
496
496
|
exclude: [] | undefined;
|
|
497
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
497
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
498
498
|
blobGasPrice?: bigint | undefined;
|
|
499
499
|
blobGasUsed?: bigint | undefined;
|
|
500
500
|
blockHash: import("viem").Hash;
|
|
@@ -1916,7 +1916,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1916
1916
|
formatters: {
|
|
1917
1917
|
readonly block: {
|
|
1918
1918
|
exclude: [] | undefined;
|
|
1919
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1919
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1920
1920
|
baseFeePerGas: bigint | null;
|
|
1921
1921
|
blobGasUsed: bigint;
|
|
1922
1922
|
difficulty: bigint;
|
|
@@ -1949,7 +1949,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1949
1949
|
};
|
|
1950
1950
|
readonly transaction: {
|
|
1951
1951
|
exclude: [] | undefined;
|
|
1952
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1952
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1953
1953
|
blockHash: `0x${string}` | null;
|
|
1954
1954
|
blockNumber: bigint | null;
|
|
1955
1955
|
from: import("abitype").Address;
|
|
@@ -1977,16 +1977,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1977
1977
|
r: import("viem").Hex;
|
|
1978
1978
|
s: import("viem").Hex;
|
|
1979
1979
|
v: bigint;
|
|
1980
|
+
value: bigint;
|
|
1981
|
+
gas: bigint;
|
|
1980
1982
|
to: import("abitype").Address | null;
|
|
1981
1983
|
from: import("abitype").Address;
|
|
1982
|
-
gas: bigint;
|
|
1983
1984
|
nonce: number;
|
|
1984
|
-
value: bigint;
|
|
1985
1985
|
blockHash: `0x${string}` | null;
|
|
1986
1986
|
blockNumber: bigint | null;
|
|
1987
|
+
transactionIndex: number | null;
|
|
1987
1988
|
hash: import("viem").Hash;
|
|
1988
1989
|
input: import("viem").Hex;
|
|
1989
|
-
transactionIndex: number | null;
|
|
1990
1990
|
typeHex: import("viem").Hex | null;
|
|
1991
1991
|
accessList?: undefined | undefined;
|
|
1992
1992
|
authorizationList?: undefined | undefined;
|
|
@@ -2118,7 +2118,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2118
2118
|
};
|
|
2119
2119
|
readonly transactionReceipt: {
|
|
2120
2120
|
exclude: [] | undefined;
|
|
2121
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
2121
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
2122
2122
|
blobGasPrice?: bigint | undefined;
|
|
2123
2123
|
blobGasUsed?: bigint | undefined;
|
|
2124
2124
|
blockHash: import("viem").Hash;
|
|
@@ -2592,7 +2592,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2592
2592
|
formatters: {
|
|
2593
2593
|
readonly block: {
|
|
2594
2594
|
exclude: [] | undefined;
|
|
2595
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
2595
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
2596
2596
|
baseFeePerGas: bigint | null;
|
|
2597
2597
|
blobGasUsed: bigint;
|
|
2598
2598
|
difficulty: bigint;
|
|
@@ -2625,7 +2625,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2625
2625
|
};
|
|
2626
2626
|
readonly transaction: {
|
|
2627
2627
|
exclude: [] | undefined;
|
|
2628
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
2628
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
2629
2629
|
blockHash: `0x${string}` | null;
|
|
2630
2630
|
blockNumber: bigint | null;
|
|
2631
2631
|
from: import("abitype").Address;
|
|
@@ -2653,16 +2653,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2653
2653
|
r: import("viem").Hex;
|
|
2654
2654
|
s: import("viem").Hex;
|
|
2655
2655
|
v: bigint;
|
|
2656
|
+
value: bigint;
|
|
2657
|
+
gas: bigint;
|
|
2656
2658
|
to: import("abitype").Address | null;
|
|
2657
2659
|
from: import("abitype").Address;
|
|
2658
|
-
gas: bigint;
|
|
2659
2660
|
nonce: number;
|
|
2660
|
-
value: bigint;
|
|
2661
2661
|
blockHash: `0x${string}` | null;
|
|
2662
2662
|
blockNumber: bigint | null;
|
|
2663
|
+
transactionIndex: number | null;
|
|
2663
2664
|
hash: import("viem").Hash;
|
|
2664
2665
|
input: import("viem").Hex;
|
|
2665
|
-
transactionIndex: number | null;
|
|
2666
2666
|
typeHex: import("viem").Hex | null;
|
|
2667
2667
|
accessList?: undefined | undefined;
|
|
2668
2668
|
authorizationList?: undefined | undefined;
|
|
@@ -2794,7 +2794,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2794
2794
|
};
|
|
2795
2795
|
readonly transactionReceipt: {
|
|
2796
2796
|
exclude: [] | undefined;
|
|
2797
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
2797
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
2798
2798
|
blobGasPrice?: bigint | undefined;
|
|
2799
2799
|
blobGasUsed?: bigint | undefined;
|
|
2800
2800
|
blockHash: import("viem").Hash;
|
|
@@ -3772,7 +3772,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3772
3772
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3773
3773
|
rpcUrls: {
|
|
3774
3774
|
readonly default: {
|
|
3775
|
-
readonly http: readonly ["https://
|
|
3775
|
+
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
3776
3776
|
};
|
|
3777
3777
|
};
|
|
3778
3778
|
sourceId?: number | undefined | undefined;
|
|
@@ -3792,7 +3792,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3792
3792
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
3793
3793
|
};
|
|
3794
3794
|
};
|
|
3795
|
-
blockTime
|
|
3795
|
+
blockTime: 2000;
|
|
3796
3796
|
contracts: {
|
|
3797
3797
|
readonly TokenMessenger: {
|
|
3798
3798
|
readonly address: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
@@ -4609,7 +4609,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4609
4609
|
formatters: {
|
|
4610
4610
|
readonly block: {
|
|
4611
4611
|
exclude: [] | undefined;
|
|
4612
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
4612
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
4613
4613
|
baseFeePerGas: bigint | null;
|
|
4614
4614
|
blobGasUsed: bigint;
|
|
4615
4615
|
difficulty: bigint;
|
|
@@ -4642,7 +4642,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4642
4642
|
};
|
|
4643
4643
|
readonly transaction: {
|
|
4644
4644
|
exclude: [] | undefined;
|
|
4645
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
4645
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
4646
4646
|
blockHash: `0x${string}` | null;
|
|
4647
4647
|
blockNumber: bigint | null;
|
|
4648
4648
|
from: import("abitype").Address;
|
|
@@ -4670,16 +4670,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4670
4670
|
r: import("viem").Hex;
|
|
4671
4671
|
s: import("viem").Hex;
|
|
4672
4672
|
v: bigint;
|
|
4673
|
+
value: bigint;
|
|
4674
|
+
gas: bigint;
|
|
4673
4675
|
to: import("abitype").Address | null;
|
|
4674
4676
|
from: import("abitype").Address;
|
|
4675
|
-
gas: bigint;
|
|
4676
4677
|
nonce: number;
|
|
4677
|
-
value: bigint;
|
|
4678
4678
|
blockHash: `0x${string}` | null;
|
|
4679
4679
|
blockNumber: bigint | null;
|
|
4680
|
+
transactionIndex: number | null;
|
|
4680
4681
|
hash: import("viem").Hash;
|
|
4681
4682
|
input: import("viem").Hex;
|
|
4682
|
-
transactionIndex: number | null;
|
|
4683
4683
|
typeHex: import("viem").Hex | null;
|
|
4684
4684
|
accessList?: undefined | undefined;
|
|
4685
4685
|
authorizationList?: undefined | undefined;
|
|
@@ -4811,7 +4811,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4811
4811
|
};
|
|
4812
4812
|
readonly transactionReceipt: {
|
|
4813
4813
|
exclude: [] | undefined;
|
|
4814
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
4814
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
4815
4815
|
blobGasPrice?: bigint | undefined;
|
|
4816
4816
|
blobGasUsed?: bigint | undefined;
|
|
4817
4817
|
blockHash: import("viem").Hash;
|
|
@@ -5142,7 +5142,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5142
5142
|
formatters: {
|
|
5143
5143
|
readonly block: {
|
|
5144
5144
|
exclude: [] | undefined;
|
|
5145
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
5145
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
5146
5146
|
baseFeePerGas: bigint | null;
|
|
5147
5147
|
blobGasUsed: bigint;
|
|
5148
5148
|
difficulty: bigint;
|
|
@@ -5175,7 +5175,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5175
5175
|
};
|
|
5176
5176
|
readonly transaction: {
|
|
5177
5177
|
exclude: [] | undefined;
|
|
5178
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
5178
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
5179
5179
|
blockHash: `0x${string}` | null;
|
|
5180
5180
|
blockNumber: bigint | null;
|
|
5181
5181
|
from: import("abitype").Address;
|
|
@@ -5203,16 +5203,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5203
5203
|
r: import("viem").Hex;
|
|
5204
5204
|
s: import("viem").Hex;
|
|
5205
5205
|
v: bigint;
|
|
5206
|
+
value: bigint;
|
|
5207
|
+
gas: bigint;
|
|
5206
5208
|
to: import("abitype").Address | null;
|
|
5207
5209
|
from: import("abitype").Address;
|
|
5208
|
-
gas: bigint;
|
|
5209
5210
|
nonce: number;
|
|
5210
|
-
value: bigint;
|
|
5211
5211
|
blockHash: `0x${string}` | null;
|
|
5212
5212
|
blockNumber: bigint | null;
|
|
5213
|
+
transactionIndex: number | null;
|
|
5213
5214
|
hash: import("viem").Hash;
|
|
5214
5215
|
input: import("viem").Hex;
|
|
5215
|
-
transactionIndex: number | null;
|
|
5216
5216
|
typeHex: import("viem").Hex | null;
|
|
5217
5217
|
accessList?: undefined | undefined;
|
|
5218
5218
|
authorizationList?: undefined | undefined;
|
|
@@ -5344,7 +5344,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5344
5344
|
};
|
|
5345
5345
|
readonly transactionReceipt: {
|
|
5346
5346
|
exclude: [] | undefined;
|
|
5347
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
5347
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
5348
5348
|
blobGasPrice?: bigint | undefined;
|
|
5349
5349
|
blobGasUsed?: bigint | undefined;
|
|
5350
5350
|
blockHash: import("viem").Hash;
|
|
@@ -5384,7 +5384,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5384
5384
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
5385
5385
|
};
|
|
5386
5386
|
};
|
|
5387
|
-
blockTime:
|
|
5387
|
+
blockTime: 1000;
|
|
5388
5388
|
contracts: {
|
|
5389
5389
|
readonly TokenMessenger: {
|
|
5390
5390
|
readonly address: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
|
|
@@ -5670,7 +5670,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5670
5670
|
formatters: {
|
|
5671
5671
|
readonly block: {
|
|
5672
5672
|
exclude: [] | undefined;
|
|
5673
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
5673
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
5674
5674
|
baseFeePerGas: bigint | null;
|
|
5675
5675
|
blobGasUsed: bigint;
|
|
5676
5676
|
difficulty: bigint;
|
|
@@ -5703,7 +5703,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5703
5703
|
};
|
|
5704
5704
|
readonly transaction: {
|
|
5705
5705
|
exclude: [] | undefined;
|
|
5706
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
5706
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
5707
5707
|
blockHash: `0x${string}` | null;
|
|
5708
5708
|
blockNumber: bigint | null;
|
|
5709
5709
|
from: import("abitype").Address;
|
|
@@ -5731,16 +5731,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5731
5731
|
r: import("viem").Hex;
|
|
5732
5732
|
s: import("viem").Hex;
|
|
5733
5733
|
v: bigint;
|
|
5734
|
+
value: bigint;
|
|
5735
|
+
gas: bigint;
|
|
5734
5736
|
to: import("abitype").Address | null;
|
|
5735
5737
|
from: import("abitype").Address;
|
|
5736
|
-
gas: bigint;
|
|
5737
5738
|
nonce: number;
|
|
5738
|
-
value: bigint;
|
|
5739
5739
|
blockHash: `0x${string}` | null;
|
|
5740
5740
|
blockNumber: bigint | null;
|
|
5741
|
+
transactionIndex: number | null;
|
|
5741
5742
|
hash: import("viem").Hash;
|
|
5742
5743
|
input: import("viem").Hex;
|
|
5743
|
-
transactionIndex: number | null;
|
|
5744
5744
|
typeHex: import("viem").Hex | null;
|
|
5745
5745
|
accessList?: undefined | undefined;
|
|
5746
5746
|
authorizationList?: undefined | undefined;
|
|
@@ -5872,7 +5872,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5872
5872
|
};
|
|
5873
5873
|
readonly transactionReceipt: {
|
|
5874
5874
|
exclude: [] | undefined;
|
|
5875
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
5875
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
5876
5876
|
blobGasPrice?: bigint | undefined;
|
|
5877
5877
|
blobGasUsed?: bigint | undefined;
|
|
5878
5878
|
blockHash: import("viem").Hash;
|
|
@@ -5912,7 +5912,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5912
5912
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
5913
5913
|
};
|
|
5914
5914
|
};
|
|
5915
|
-
blockTime:
|
|
5915
|
+
blockTime: 1000;
|
|
5916
5916
|
contracts: {
|
|
5917
5917
|
readonly TokenMessenger: {
|
|
5918
5918
|
readonly address: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
|
|
@@ -6198,7 +6198,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6198
6198
|
formatters: {
|
|
6199
6199
|
readonly block: {
|
|
6200
6200
|
exclude: [] | undefined;
|
|
6201
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
6201
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
6202
6202
|
baseFeePerGas: bigint | null;
|
|
6203
6203
|
blobGasUsed: bigint;
|
|
6204
6204
|
difficulty: bigint;
|
|
@@ -6231,7 +6231,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6231
6231
|
};
|
|
6232
6232
|
readonly transaction: {
|
|
6233
6233
|
exclude: [] | undefined;
|
|
6234
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
6234
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
6235
6235
|
blockHash: `0x${string}` | null;
|
|
6236
6236
|
blockNumber: bigint | null;
|
|
6237
6237
|
from: import("abitype").Address;
|
|
@@ -6259,16 +6259,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6259
6259
|
r: import("viem").Hex;
|
|
6260
6260
|
s: import("viem").Hex;
|
|
6261
6261
|
v: bigint;
|
|
6262
|
+
value: bigint;
|
|
6263
|
+
gas: bigint;
|
|
6262
6264
|
to: import("abitype").Address | null;
|
|
6263
6265
|
from: import("abitype").Address;
|
|
6264
|
-
gas: bigint;
|
|
6265
6266
|
nonce: number;
|
|
6266
|
-
value: bigint;
|
|
6267
6267
|
blockHash: `0x${string}` | null;
|
|
6268
6268
|
blockNumber: bigint | null;
|
|
6269
|
+
transactionIndex: number | null;
|
|
6269
6270
|
hash: import("viem").Hash;
|
|
6270
6271
|
input: import("viem").Hex;
|
|
6271
|
-
transactionIndex: number | null;
|
|
6272
6272
|
typeHex: import("viem").Hex | null;
|
|
6273
6273
|
accessList?: undefined | undefined;
|
|
6274
6274
|
authorizationList?: undefined | undefined;
|
|
@@ -6400,7 +6400,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6400
6400
|
};
|
|
6401
6401
|
readonly transactionReceipt: {
|
|
6402
6402
|
exclude: [] | undefined;
|
|
6403
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
6403
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
6404
6404
|
blobGasPrice?: bigint | undefined;
|
|
6405
6405
|
blobGasUsed?: bigint | undefined;
|
|
6406
6406
|
blockHash: import("viem").Hash;
|