@circle-fin/usdckit 0.23.1 → 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/package.json +1 -0
- 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 +17 -6
|
@@ -1573,7 +1573,7 @@ export declare const chain: {
|
|
|
1573
1573
|
formatters: {
|
|
1574
1574
|
readonly block: {
|
|
1575
1575
|
exclude: [] | undefined;
|
|
1576
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1576
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1577
1577
|
baseFeePerGas: bigint | null;
|
|
1578
1578
|
blobGasUsed: bigint;
|
|
1579
1579
|
difficulty: bigint;
|
|
@@ -1606,7 +1606,7 @@ export declare const chain: {
|
|
|
1606
1606
|
};
|
|
1607
1607
|
readonly transaction: {
|
|
1608
1608
|
exclude: [] | undefined;
|
|
1609
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1609
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1610
1610
|
blockHash: `0x${string}` | null;
|
|
1611
1611
|
blockNumber: bigint | null;
|
|
1612
1612
|
from: import("viem").Address;
|
|
@@ -1634,16 +1634,16 @@ export declare const chain: {
|
|
|
1634
1634
|
r: import("viem").Hex;
|
|
1635
1635
|
s: import("viem").Hex;
|
|
1636
1636
|
v: bigint;
|
|
1637
|
+
value: bigint;
|
|
1638
|
+
gas: bigint;
|
|
1637
1639
|
to: import("viem").Address | null;
|
|
1638
1640
|
from: import("viem").Address;
|
|
1639
|
-
gas: bigint;
|
|
1640
1641
|
nonce: number;
|
|
1641
|
-
value: bigint;
|
|
1642
1642
|
blockHash: `0x${string}` | null;
|
|
1643
1643
|
blockNumber: bigint | null;
|
|
1644
|
+
transactionIndex: number | null;
|
|
1644
1645
|
hash: import("viem").Hash;
|
|
1645
1646
|
input: import("viem").Hex;
|
|
1646
|
-
transactionIndex: number | null;
|
|
1647
1647
|
typeHex: import("viem").Hex | null;
|
|
1648
1648
|
accessList?: undefined | undefined;
|
|
1649
1649
|
authorizationList?: undefined | undefined;
|
|
@@ -1775,7 +1775,7 @@ export declare const chain: {
|
|
|
1775
1775
|
};
|
|
1776
1776
|
readonly transactionReceipt: {
|
|
1777
1777
|
exclude: [] | undefined;
|
|
1778
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1778
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1779
1779
|
blobGasPrice?: bigint | undefined;
|
|
1780
1780
|
blobGasUsed?: bigint | undefined;
|
|
1781
1781
|
blockHash: import("viem").Hash;
|
|
@@ -1573,7 +1573,7 @@ export declare const chain: {
|
|
|
1573
1573
|
formatters: {
|
|
1574
1574
|
readonly block: {
|
|
1575
1575
|
exclude: [] | undefined;
|
|
1576
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1576
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1577
1577
|
baseFeePerGas: bigint | null;
|
|
1578
1578
|
blobGasUsed: bigint;
|
|
1579
1579
|
difficulty: bigint;
|
|
@@ -1606,7 +1606,7 @@ export declare const chain: {
|
|
|
1606
1606
|
};
|
|
1607
1607
|
readonly transaction: {
|
|
1608
1608
|
exclude: [] | undefined;
|
|
1609
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1609
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1610
1610
|
blockHash: `0x${string}` | null;
|
|
1611
1611
|
blockNumber: bigint | null;
|
|
1612
1612
|
from: import("viem").Address;
|
|
@@ -1634,16 +1634,16 @@ export declare const chain: {
|
|
|
1634
1634
|
r: import("viem").Hex;
|
|
1635
1635
|
s: import("viem").Hex;
|
|
1636
1636
|
v: bigint;
|
|
1637
|
+
value: bigint;
|
|
1638
|
+
gas: bigint;
|
|
1637
1639
|
to: import("viem").Address | null;
|
|
1638
1640
|
from: import("viem").Address;
|
|
1639
|
-
gas: bigint;
|
|
1640
1641
|
nonce: number;
|
|
1641
|
-
value: bigint;
|
|
1642
1642
|
blockHash: `0x${string}` | null;
|
|
1643
1643
|
blockNumber: bigint | null;
|
|
1644
|
+
transactionIndex: number | null;
|
|
1644
1645
|
hash: import("viem").Hash;
|
|
1645
1646
|
input: import("viem").Hex;
|
|
1646
|
-
transactionIndex: number | null;
|
|
1647
1647
|
typeHex: import("viem").Hex | null;
|
|
1648
1648
|
accessList?: undefined | undefined;
|
|
1649
1649
|
authorizationList?: undefined | undefined;
|
|
@@ -1775,7 +1775,7 @@ export declare const chain: {
|
|
|
1775
1775
|
};
|
|
1776
1776
|
readonly transactionReceipt: {
|
|
1777
1777
|
exclude: [] | undefined;
|
|
1778
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1778
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1779
1779
|
blobGasPrice?: bigint | undefined;
|
|
1780
1780
|
blobGasUsed?: bigint | undefined;
|
|
1781
1781
|
blockHash: import("viem").Hash;
|
|
@@ -1527,7 +1527,7 @@ export declare const chain: {
|
|
|
1527
1527
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1528
1528
|
rpcUrls: {
|
|
1529
1529
|
readonly default: {
|
|
1530
|
-
readonly http: readonly ["https://
|
|
1530
|
+
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
1531
1531
|
};
|
|
1532
1532
|
};
|
|
1533
1533
|
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 UniswapV3Factory: {
|
|
12
12
|
readonly address: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -1430,7 +1430,7 @@ export declare const chain: {
|
|
|
1430
1430
|
formatters: {
|
|
1431
1431
|
readonly block: {
|
|
1432
1432
|
exclude: [] | undefined;
|
|
1433
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1433
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1434
1434
|
baseFeePerGas: bigint | null;
|
|
1435
1435
|
blobGasUsed: bigint;
|
|
1436
1436
|
difficulty: bigint;
|
|
@@ -1463,7 +1463,7 @@ export declare const chain: {
|
|
|
1463
1463
|
};
|
|
1464
1464
|
readonly transaction: {
|
|
1465
1465
|
exclude: [] | undefined;
|
|
1466
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1466
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1467
1467
|
blockHash: `0x${string}` | null;
|
|
1468
1468
|
blockNumber: bigint | null;
|
|
1469
1469
|
from: import("viem").Address;
|
|
@@ -1491,16 +1491,16 @@ export declare const chain: {
|
|
|
1491
1491
|
r: import("viem").Hex;
|
|
1492
1492
|
s: import("viem").Hex;
|
|
1493
1493
|
v: bigint;
|
|
1494
|
+
value: bigint;
|
|
1495
|
+
gas: bigint;
|
|
1494
1496
|
to: import("viem").Address | null;
|
|
1495
1497
|
from: import("viem").Address;
|
|
1496
|
-
gas: bigint;
|
|
1497
1498
|
nonce: number;
|
|
1498
|
-
value: bigint;
|
|
1499
1499
|
blockHash: `0x${string}` | null;
|
|
1500
1500
|
blockNumber: bigint | null;
|
|
1501
|
+
transactionIndex: number | null;
|
|
1501
1502
|
hash: import("viem").Hash;
|
|
1502
1503
|
input: import("viem").Hex;
|
|
1503
|
-
transactionIndex: number | null;
|
|
1504
1504
|
typeHex: import("viem").Hex | null;
|
|
1505
1505
|
accessList?: undefined | undefined;
|
|
1506
1506
|
authorizationList?: undefined | undefined;
|
|
@@ -1632,7 +1632,7 @@ export declare const chain: {
|
|
|
1632
1632
|
};
|
|
1633
1633
|
readonly transactionReceipt: {
|
|
1634
1634
|
exclude: [] | undefined;
|
|
1635
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1635
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1636
1636
|
blobGasPrice?: bigint | undefined;
|
|
1637
1637
|
blobGasUsed?: bigint | undefined;
|
|
1638
1638
|
blockHash: import("viem").Hash;
|
|
@@ -1430,7 +1430,7 @@ export declare const chain: {
|
|
|
1430
1430
|
formatters: {
|
|
1431
1431
|
readonly block: {
|
|
1432
1432
|
exclude: [] | undefined;
|
|
1433
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1433
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1434
1434
|
baseFeePerGas: bigint | null;
|
|
1435
1435
|
blobGasUsed: bigint;
|
|
1436
1436
|
difficulty: bigint;
|
|
@@ -1463,7 +1463,7 @@ export declare const chain: {
|
|
|
1463
1463
|
};
|
|
1464
1464
|
readonly transaction: {
|
|
1465
1465
|
exclude: [] | undefined;
|
|
1466
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1466
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1467
1467
|
blockHash: `0x${string}` | null;
|
|
1468
1468
|
blockNumber: bigint | null;
|
|
1469
1469
|
from: import("viem").Address;
|
|
@@ -1491,16 +1491,16 @@ export declare const chain: {
|
|
|
1491
1491
|
r: import("viem").Hex;
|
|
1492
1492
|
s: import("viem").Hex;
|
|
1493
1493
|
v: bigint;
|
|
1494
|
+
value: bigint;
|
|
1495
|
+
gas: bigint;
|
|
1494
1496
|
to: import("viem").Address | null;
|
|
1495
1497
|
from: import("viem").Address;
|
|
1496
|
-
gas: bigint;
|
|
1497
1498
|
nonce: number;
|
|
1498
|
-
value: bigint;
|
|
1499
1499
|
blockHash: `0x${string}` | null;
|
|
1500
1500
|
blockNumber: bigint | null;
|
|
1501
|
+
transactionIndex: number | null;
|
|
1501
1502
|
hash: import("viem").Hash;
|
|
1502
1503
|
input: import("viem").Hex;
|
|
1503
|
-
transactionIndex: number | null;
|
|
1504
1504
|
typeHex: import("viem").Hex | null;
|
|
1505
1505
|
accessList?: undefined | undefined;
|
|
1506
1506
|
authorizationList?: undefined | undefined;
|
|
@@ -1632,7 +1632,7 @@ export declare const chain: {
|
|
|
1632
1632
|
};
|
|
1633
1633
|
readonly transactionReceipt: {
|
|
1634
1634
|
exclude: [] | undefined;
|
|
1635
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1635
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1636
1636
|
blobGasPrice?: bigint | undefined;
|
|
1637
1637
|
blobGasUsed?: bigint | undefined;
|
|
1638
1638
|
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 UniswapV3Factory: {
|
|
12
12
|
readonly address: "0x1f98400000000000000000000000000000000003";
|
|
@@ -1425,7 +1425,7 @@ export declare const chain: {
|
|
|
1425
1425
|
formatters: {
|
|
1426
1426
|
readonly block: {
|
|
1427
1427
|
exclude: [] | undefined;
|
|
1428
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1428
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1429
1429
|
baseFeePerGas: bigint | null;
|
|
1430
1430
|
blobGasUsed: bigint;
|
|
1431
1431
|
difficulty: bigint;
|
|
@@ -1458,7 +1458,7 @@ export declare const chain: {
|
|
|
1458
1458
|
};
|
|
1459
1459
|
readonly transaction: {
|
|
1460
1460
|
exclude: [] | undefined;
|
|
1461
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1461
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1462
1462
|
blockHash: `0x${string}` | null;
|
|
1463
1463
|
blockNumber: bigint | null;
|
|
1464
1464
|
from: import("viem").Address;
|
|
@@ -1486,16 +1486,16 @@ export declare const chain: {
|
|
|
1486
1486
|
r: import("viem").Hex;
|
|
1487
1487
|
s: import("viem").Hex;
|
|
1488
1488
|
v: bigint;
|
|
1489
|
+
value: bigint;
|
|
1490
|
+
gas: bigint;
|
|
1489
1491
|
to: import("viem").Address | null;
|
|
1490
1492
|
from: import("viem").Address;
|
|
1491
|
-
gas: bigint;
|
|
1492
1493
|
nonce: number;
|
|
1493
|
-
value: bigint;
|
|
1494
1494
|
blockHash: `0x${string}` | null;
|
|
1495
1495
|
blockNumber: bigint | null;
|
|
1496
|
+
transactionIndex: number | null;
|
|
1496
1497
|
hash: import("viem").Hash;
|
|
1497
1498
|
input: import("viem").Hex;
|
|
1498
|
-
transactionIndex: number | null;
|
|
1499
1499
|
typeHex: import("viem").Hex | null;
|
|
1500
1500
|
accessList?: undefined | undefined;
|
|
1501
1501
|
authorizationList?: undefined | undefined;
|
|
@@ -1627,7 +1627,7 @@ export declare const chain: {
|
|
|
1627
1627
|
};
|
|
1628
1628
|
readonly transactionReceipt: {
|
|
1629
1629
|
exclude: [] | undefined;
|
|
1630
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1630
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1631
1631
|
blobGasPrice?: bigint | undefined;
|
|
1632
1632
|
blobGasUsed?: bigint | undefined;
|
|
1633
1633
|
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 UniswapV3Factory: {
|
|
12
12
|
readonly address: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -1425,7 +1425,7 @@ export declare const chain: {
|
|
|
1425
1425
|
formatters: {
|
|
1426
1426
|
readonly block: {
|
|
1427
1427
|
exclude: [] | undefined;
|
|
1428
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1428
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1429
1429
|
baseFeePerGas: bigint | null;
|
|
1430
1430
|
blobGasUsed: bigint;
|
|
1431
1431
|
difficulty: bigint;
|
|
@@ -1458,7 +1458,7 @@ export declare const chain: {
|
|
|
1458
1458
|
};
|
|
1459
1459
|
readonly transaction: {
|
|
1460
1460
|
exclude: [] | undefined;
|
|
1461
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1461
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1462
1462
|
blockHash: `0x${string}` | null;
|
|
1463
1463
|
blockNumber: bigint | null;
|
|
1464
1464
|
from: import("viem").Address;
|
|
@@ -1486,16 +1486,16 @@ export declare const chain: {
|
|
|
1486
1486
|
r: import("viem").Hex;
|
|
1487
1487
|
s: import("viem").Hex;
|
|
1488
1488
|
v: bigint;
|
|
1489
|
+
value: bigint;
|
|
1490
|
+
gas: bigint;
|
|
1489
1491
|
to: import("viem").Address | null;
|
|
1490
1492
|
from: import("viem").Address;
|
|
1491
|
-
gas: bigint;
|
|
1492
1493
|
nonce: number;
|
|
1493
|
-
value: bigint;
|
|
1494
1494
|
blockHash: `0x${string}` | null;
|
|
1495
1495
|
blockNumber: bigint | null;
|
|
1496
|
+
transactionIndex: number | null;
|
|
1496
1497
|
hash: import("viem").Hash;
|
|
1497
1498
|
input: import("viem").Hex;
|
|
1498
|
-
transactionIndex: number | null;
|
|
1499
1499
|
typeHex: import("viem").Hex | null;
|
|
1500
1500
|
accessList?: undefined | undefined;
|
|
1501
1501
|
authorizationList?: undefined | undefined;
|
|
@@ -1627,7 +1627,7 @@ export declare const chain: {
|
|
|
1627
1627
|
};
|
|
1628
1628
|
readonly transactionReceipt: {
|
|
1629
1629
|
exclude: [] | undefined;
|
|
1630
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1630
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1631
1631
|
blobGasPrice?: bigint | undefined;
|
|
1632
1632
|
blobGasUsed?: bigint | undefined;
|
|
1633
1633
|
blockHash: import("viem").Hash;
|
|
@@ -6042,7 +6042,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6042
6042
|
formatters: {
|
|
6043
6043
|
readonly block: {
|
|
6044
6044
|
exclude: [] | undefined;
|
|
6045
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
6045
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
6046
6046
|
baseFeePerGas: bigint | null;
|
|
6047
6047
|
blobGasUsed: bigint;
|
|
6048
6048
|
difficulty: bigint;
|
|
@@ -6075,7 +6075,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6075
6075
|
};
|
|
6076
6076
|
readonly transaction: {
|
|
6077
6077
|
exclude: [] | undefined;
|
|
6078
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
6078
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
6079
6079
|
blockHash: `0x${string}` | null;
|
|
6080
6080
|
blockNumber: bigint | null;
|
|
6081
6081
|
from: import("abitype").Address;
|
|
@@ -6103,16 +6103,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6103
6103
|
r: import("viem").Hex;
|
|
6104
6104
|
s: import("viem").Hex;
|
|
6105
6105
|
v: bigint;
|
|
6106
|
+
value: bigint;
|
|
6107
|
+
gas: bigint;
|
|
6106
6108
|
to: import("abitype").Address | null;
|
|
6107
6109
|
from: import("abitype").Address;
|
|
6108
|
-
gas: bigint;
|
|
6109
6110
|
nonce: number;
|
|
6110
|
-
value: bigint;
|
|
6111
6111
|
blockHash: `0x${string}` | null;
|
|
6112
6112
|
blockNumber: bigint | null;
|
|
6113
|
+
transactionIndex: number | null;
|
|
6113
6114
|
hash: import("viem").Hash;
|
|
6114
6115
|
input: import("viem").Hex;
|
|
6115
|
-
transactionIndex: number | null;
|
|
6116
6116
|
typeHex: import("viem").Hex | null;
|
|
6117
6117
|
accessList?: undefined | undefined;
|
|
6118
6118
|
authorizationList?: undefined | undefined;
|
|
@@ -6244,7 +6244,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6244
6244
|
};
|
|
6245
6245
|
readonly transactionReceipt: {
|
|
6246
6246
|
exclude: [] | undefined;
|
|
6247
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
6247
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
6248
6248
|
blobGasPrice?: bigint | undefined;
|
|
6249
6249
|
blobGasUsed?: bigint | undefined;
|
|
6250
6250
|
blockHash: import("viem").Hash;
|
|
@@ -7851,7 +7851,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
7851
7851
|
formatters: {
|
|
7852
7852
|
readonly block: {
|
|
7853
7853
|
exclude: [] | undefined;
|
|
7854
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
7854
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
7855
7855
|
baseFeePerGas: bigint | null;
|
|
7856
7856
|
blobGasUsed: bigint;
|
|
7857
7857
|
difficulty: bigint;
|
|
@@ -7884,7 +7884,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
7884
7884
|
};
|
|
7885
7885
|
readonly transaction: {
|
|
7886
7886
|
exclude: [] | undefined;
|
|
7887
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7887
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
7888
7888
|
blockHash: `0x${string}` | null;
|
|
7889
7889
|
blockNumber: bigint | null;
|
|
7890
7890
|
from: import("abitype").Address;
|
|
@@ -7912,16 +7912,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
7912
7912
|
r: import("viem").Hex;
|
|
7913
7913
|
s: import("viem").Hex;
|
|
7914
7914
|
v: bigint;
|
|
7915
|
+
value: bigint;
|
|
7916
|
+
gas: bigint;
|
|
7915
7917
|
to: import("abitype").Address | null;
|
|
7916
7918
|
from: import("abitype").Address;
|
|
7917
|
-
gas: bigint;
|
|
7918
7919
|
nonce: number;
|
|
7919
|
-
value: bigint;
|
|
7920
7920
|
blockHash: `0x${string}` | null;
|
|
7921
7921
|
blockNumber: bigint | null;
|
|
7922
|
+
transactionIndex: number | null;
|
|
7922
7923
|
hash: import("viem").Hash;
|
|
7923
7924
|
input: import("viem").Hex;
|
|
7924
|
-
transactionIndex: number | null;
|
|
7925
7925
|
typeHex: import("viem").Hex | null;
|
|
7926
7926
|
accessList?: undefined | undefined;
|
|
7927
7927
|
authorizationList?: undefined | undefined;
|
|
@@ -8053,7 +8053,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
8053
8053
|
};
|
|
8054
8054
|
readonly transactionReceipt: {
|
|
8055
8055
|
exclude: [] | undefined;
|
|
8056
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
8056
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
8057
8057
|
blobGasPrice?: bigint | undefined;
|
|
8058
8058
|
blobGasUsed?: bigint | undefined;
|
|
8059
8059
|
blockHash: import("viem").Hash;
|
|
@@ -9613,7 +9613,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
9613
9613
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
9614
9614
|
rpcUrls: {
|
|
9615
9615
|
readonly default: {
|
|
9616
|
-
readonly http: readonly ["https://
|
|
9616
|
+
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
9617
9617
|
};
|
|
9618
9618
|
};
|
|
9619
9619
|
sourceId?: number | undefined | undefined;
|
|
@@ -12737,7 +12737,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12737
12737
|
formatters: {
|
|
12738
12738
|
readonly block: {
|
|
12739
12739
|
exclude: [] | undefined;
|
|
12740
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
12740
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
12741
12741
|
baseFeePerGas: bigint | null;
|
|
12742
12742
|
blobGasUsed: bigint;
|
|
12743
12743
|
difficulty: bigint;
|
|
@@ -12770,7 +12770,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12770
12770
|
};
|
|
12771
12771
|
readonly transaction: {
|
|
12772
12772
|
exclude: [] | undefined;
|
|
12773
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
12773
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
12774
12774
|
blockHash: `0x${string}` | null;
|
|
12775
12775
|
blockNumber: bigint | null;
|
|
12776
12776
|
from: import("abitype").Address;
|
|
@@ -12798,16 +12798,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12798
12798
|
r: import("viem").Hex;
|
|
12799
12799
|
s: import("viem").Hex;
|
|
12800
12800
|
v: bigint;
|
|
12801
|
+
value: bigint;
|
|
12802
|
+
gas: bigint;
|
|
12801
12803
|
to: import("abitype").Address | null;
|
|
12802
12804
|
from: import("abitype").Address;
|
|
12803
|
-
gas: bigint;
|
|
12804
12805
|
nonce: number;
|
|
12805
|
-
value: bigint;
|
|
12806
12806
|
blockHash: `0x${string}` | null;
|
|
12807
12807
|
blockNumber: bigint | null;
|
|
12808
|
+
transactionIndex: number | null;
|
|
12808
12809
|
hash: import("viem").Hash;
|
|
12809
12810
|
input: import("viem").Hex;
|
|
12810
|
-
transactionIndex: number | null;
|
|
12811
12811
|
typeHex: import("viem").Hex | null;
|
|
12812
12812
|
accessList?: undefined | undefined;
|
|
12813
12813
|
authorizationList?: undefined | undefined;
|
|
@@ -12939,7 +12939,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12939
12939
|
};
|
|
12940
12940
|
readonly transactionReceipt: {
|
|
12941
12941
|
exclude: [] | undefined;
|
|
12942
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
12942
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
12943
12943
|
blobGasPrice?: bigint | undefined;
|
|
12944
12944
|
blobGasUsed?: bigint | undefined;
|
|
12945
12945
|
blockHash: import("viem").Hash;
|
|
@@ -14402,7 +14402,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14402
14402
|
formatters: {
|
|
14403
14403
|
readonly block: {
|
|
14404
14404
|
exclude: [] | undefined;
|
|
14405
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
14405
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
14406
14406
|
baseFeePerGas: bigint | null;
|
|
14407
14407
|
blobGasUsed: bigint;
|
|
14408
14408
|
difficulty: bigint;
|
|
@@ -14435,7 +14435,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14435
14435
|
};
|
|
14436
14436
|
readonly transaction: {
|
|
14437
14437
|
exclude: [] | undefined;
|
|
14438
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
14438
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
14439
14439
|
blockHash: `0x${string}` | null;
|
|
14440
14440
|
blockNumber: bigint | null;
|
|
14441
14441
|
from: import("abitype").Address;
|
|
@@ -14463,16 +14463,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14463
14463
|
r: import("viem").Hex;
|
|
14464
14464
|
s: import("viem").Hex;
|
|
14465
14465
|
v: bigint;
|
|
14466
|
+
value: bigint;
|
|
14467
|
+
gas: bigint;
|
|
14466
14468
|
to: import("abitype").Address | null;
|
|
14467
14469
|
from: import("abitype").Address;
|
|
14468
|
-
gas: bigint;
|
|
14469
14470
|
nonce: number;
|
|
14470
|
-
value: bigint;
|
|
14471
14471
|
blockHash: `0x${string}` | null;
|
|
14472
14472
|
blockNumber: bigint | null;
|
|
14473
|
+
transactionIndex: number | null;
|
|
14473
14474
|
hash: import("viem").Hash;
|
|
14474
14475
|
input: import("viem").Hex;
|
|
14475
|
-
transactionIndex: number | null;
|
|
14476
14476
|
typeHex: import("viem").Hex | null;
|
|
14477
14477
|
accessList?: undefined | undefined;
|
|
14478
14478
|
authorizationList?: undefined | undefined;
|
|
@@ -14604,7 +14604,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14604
14604
|
};
|
|
14605
14605
|
readonly transactionReceipt: {
|
|
14606
14606
|
exclude: [] | undefined;
|
|
14607
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
14607
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
14608
14608
|
blobGasPrice?: bigint | undefined;
|
|
14609
14609
|
blobGasUsed?: bigint | undefined;
|
|
14610
14610
|
blockHash: import("viem").Hash;
|
|
@@ -14643,7 +14643,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14643
14643
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
14644
14644
|
};
|
|
14645
14645
|
};
|
|
14646
|
-
blockTime
|
|
14646
|
+
blockTime: 2000;
|
|
14647
14647
|
contracts: {
|
|
14648
14648
|
readonly UniswapV3Factory: {
|
|
14649
14649
|
readonly address: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -16038,7 +16038,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
16038
16038
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
16039
16039
|
};
|
|
16040
16040
|
};
|
|
16041
|
-
blockTime:
|
|
16041
|
+
blockTime: 1000;
|
|
16042
16042
|
contracts: {
|
|
16043
16043
|
readonly UniswapV3Factory: {
|
|
16044
16044
|
readonly address: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -17457,7 +17457,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17457
17457
|
formatters: {
|
|
17458
17458
|
readonly block: {
|
|
17459
17459
|
exclude: [] | undefined;
|
|
17460
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
17460
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
17461
17461
|
baseFeePerGas: bigint | null;
|
|
17462
17462
|
blobGasUsed: bigint;
|
|
17463
17463
|
difficulty: bigint;
|
|
@@ -17490,7 +17490,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17490
17490
|
};
|
|
17491
17491
|
readonly transaction: {
|
|
17492
17492
|
exclude: [] | undefined;
|
|
17493
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
17493
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
17494
17494
|
blockHash: `0x${string}` | null;
|
|
17495
17495
|
blockNumber: bigint | null;
|
|
17496
17496
|
from: import("abitype").Address;
|
|
@@ -17518,16 +17518,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17518
17518
|
r: import("viem").Hex;
|
|
17519
17519
|
s: import("viem").Hex;
|
|
17520
17520
|
v: bigint;
|
|
17521
|
+
value: bigint;
|
|
17522
|
+
gas: bigint;
|
|
17521
17523
|
to: import("abitype").Address | null;
|
|
17522
17524
|
from: import("abitype").Address;
|
|
17523
|
-
gas: bigint;
|
|
17524
17525
|
nonce: number;
|
|
17525
|
-
value: bigint;
|
|
17526
17526
|
blockHash: `0x${string}` | null;
|
|
17527
17527
|
blockNumber: bigint | null;
|
|
17528
|
+
transactionIndex: number | null;
|
|
17528
17529
|
hash: import("viem").Hash;
|
|
17529
17530
|
input: import("viem").Hex;
|
|
17530
|
-
transactionIndex: number | null;
|
|
17531
17531
|
typeHex: import("viem").Hex | null;
|
|
17532
17532
|
accessList?: undefined | undefined;
|
|
17533
17533
|
authorizationList?: undefined | undefined;
|
|
@@ -17659,7 +17659,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17659
17659
|
};
|
|
17660
17660
|
readonly transactionReceipt: {
|
|
17661
17661
|
exclude: [] | undefined;
|
|
17662
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
17662
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
17663
17663
|
blobGasPrice?: bigint | undefined;
|
|
17664
17664
|
blobGasUsed?: bigint | undefined;
|
|
17665
17665
|
blockHash: import("viem").Hash;
|
|
@@ -17698,7 +17698,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17698
17698
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
17699
17699
|
};
|
|
17700
17700
|
};
|
|
17701
|
-
blockTime:
|
|
17701
|
+
blockTime: 1000;
|
|
17702
17702
|
contracts: {
|
|
17703
17703
|
readonly UniswapV3Factory: {
|
|
17704
17704
|
readonly address: "0x1f98400000000000000000000000000000000003";
|
|
@@ -19117,7 +19117,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19117
19117
|
formatters: {
|
|
19118
19118
|
readonly block: {
|
|
19119
19119
|
exclude: [] | undefined;
|
|
19120
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
19120
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
19121
19121
|
baseFeePerGas: bigint | null;
|
|
19122
19122
|
blobGasUsed: bigint;
|
|
19123
19123
|
difficulty: bigint;
|
|
@@ -19150,7 +19150,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19150
19150
|
};
|
|
19151
19151
|
readonly transaction: {
|
|
19152
19152
|
exclude: [] | undefined;
|
|
19153
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
19153
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
19154
19154
|
blockHash: `0x${string}` | null;
|
|
19155
19155
|
blockNumber: bigint | null;
|
|
19156
19156
|
from: import("abitype").Address;
|
|
@@ -19178,16 +19178,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19178
19178
|
r: import("viem").Hex;
|
|
19179
19179
|
s: import("viem").Hex;
|
|
19180
19180
|
v: bigint;
|
|
19181
|
+
value: bigint;
|
|
19182
|
+
gas: bigint;
|
|
19181
19183
|
to: import("abitype").Address | null;
|
|
19182
19184
|
from: import("abitype").Address;
|
|
19183
|
-
gas: bigint;
|
|
19184
19185
|
nonce: number;
|
|
19185
|
-
value: bigint;
|
|
19186
19186
|
blockHash: `0x${string}` | null;
|
|
19187
19187
|
blockNumber: bigint | null;
|
|
19188
|
+
transactionIndex: number | null;
|
|
19188
19189
|
hash: import("viem").Hash;
|
|
19189
19190
|
input: import("viem").Hex;
|
|
19190
|
-
transactionIndex: number | null;
|
|
19191
19191
|
typeHex: import("viem").Hex | null;
|
|
19192
19192
|
accessList?: undefined | undefined;
|
|
19193
19193
|
authorizationList?: undefined | undefined;
|
|
@@ -19319,7 +19319,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19319
19319
|
};
|
|
19320
19320
|
readonly transactionReceipt: {
|
|
19321
19321
|
exclude: [] | undefined;
|
|
19322
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
19322
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
19323
19323
|
blobGasPrice?: bigint | undefined;
|
|
19324
19324
|
blobGasUsed?: bigint | undefined;
|
|
19325
19325
|
blockHash: import("viem").Hash;
|