@rhinestone/shared-configs 1.6.4 → 1.6.6
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/configs/chains.json +34 -26
- package/dist/configs/mainnets.json +1 -1
- package/dist/configs/oft.json +0 -3
- package/dist/configs/providers.json +3 -3
- package/dist/src/chains.d.ts.map +1 -1
- package/dist/src/chains.js +34 -26
- package/dist/src/generated/contracts.d.ts.map +1 -1
- package/dist/src/generated/contracts.dev.d.ts.map +1 -1
- package/dist/src/generated/contracts.dev.js +2 -8
- package/dist/src/generated/contracts.js +2 -8
- package/dist/src/generated/networks.d.ts +299 -1243
- package/dist/src/generated/networks.d.ts.map +1 -1
- package/dist/src/generated/networks.js +2 -2
- package/package.json +1 -1
|
@@ -1709,46 +1709,86 @@ declare const mainnetChains: ({
|
|
|
1709
1709
|
} | {
|
|
1710
1710
|
blockExplorers: {
|
|
1711
1711
|
readonly default: {
|
|
1712
|
-
readonly name: "
|
|
1713
|
-
readonly url: "https://
|
|
1712
|
+
readonly name: "Etherscan";
|
|
1713
|
+
readonly url: "https://abscan.org";
|
|
1714
|
+
};
|
|
1715
|
+
readonly native: {
|
|
1716
|
+
readonly name: "Abstract Explorer";
|
|
1717
|
+
readonly url: "https://explorer.mainnet.abs.xyz";
|
|
1718
|
+
};
|
|
1719
|
+
};
|
|
1720
|
+
blockTime: 200;
|
|
1721
|
+
contracts: {
|
|
1722
|
+
readonly multicall3: {
|
|
1723
|
+
readonly address: "0xAa4De41dba0Ca5dCBb288b7cC6b708F3aaC759E7";
|
|
1724
|
+
readonly blockCreated: 5288;
|
|
1725
|
+
};
|
|
1726
|
+
readonly erc6492Verifier: {
|
|
1727
|
+
readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
|
|
1728
|
+
readonly blockCreated: 5263;
|
|
1714
1729
|
};
|
|
1715
1730
|
};
|
|
1716
|
-
blockTime: 1000;
|
|
1717
|
-
contracts?: {
|
|
1718
|
-
[x: string]: import("viem").ChainContract | {
|
|
1719
|
-
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
1720
|
-
} | undefined;
|
|
1721
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
1722
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
1723
|
-
multicall3?: import("viem").ChainContract | undefined;
|
|
1724
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
1725
|
-
} | undefined;
|
|
1726
1731
|
ensTlds?: readonly string[] | undefined;
|
|
1727
|
-
id:
|
|
1728
|
-
name: "
|
|
1732
|
+
id: 2741;
|
|
1733
|
+
name: "Abstract";
|
|
1729
1734
|
nativeCurrency: {
|
|
1730
|
-
readonly
|
|
1731
|
-
readonly
|
|
1732
|
-
readonly
|
|
1735
|
+
readonly decimals: 18;
|
|
1736
|
+
readonly name: "ETH";
|
|
1737
|
+
readonly symbol: "ETH";
|
|
1733
1738
|
};
|
|
1734
1739
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1735
1740
|
rpcUrls: {
|
|
1736
1741
|
readonly default: {
|
|
1737
|
-
readonly http: readonly ["https://
|
|
1738
|
-
readonly webSocket: readonly ["wss://
|
|
1742
|
+
readonly http: readonly ["https://api.mainnet.abs.xyz"];
|
|
1743
|
+
readonly webSocket: readonly ["wss://api.mainnet.abs.xyz/ws"];
|
|
1739
1744
|
};
|
|
1740
1745
|
};
|
|
1741
1746
|
sourceId?: number | undefined | undefined;
|
|
1742
1747
|
testnet?: boolean | undefined | undefined;
|
|
1743
|
-
custom
|
|
1744
|
-
|
|
1745
|
-
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
1748
|
+
custom: {
|
|
1749
|
+
readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/chains").ZkSyncTransactionSerializable, import("viem/chains").ZkSyncEIP712TransactionSignable>;
|
|
1746
1750
|
};
|
|
1751
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1747
1752
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1748
1753
|
formatters: {
|
|
1754
|
+
readonly block: {
|
|
1755
|
+
exclude: [] | undefined;
|
|
1756
|
+
format: (args: import("viem/chains").ZkSyncRpcBlock, action?: string | undefined) => {
|
|
1757
|
+
baseFeePerGas: bigint | null;
|
|
1758
|
+
blobGasUsed: bigint;
|
|
1759
|
+
difficulty: bigint;
|
|
1760
|
+
excessBlobGas: bigint;
|
|
1761
|
+
extraData: import("viem").Hex;
|
|
1762
|
+
gasLimit: bigint;
|
|
1763
|
+
gasUsed: bigint;
|
|
1764
|
+
hash: `0x${string}` | null;
|
|
1765
|
+
logsBloom: `0x${string}` | null;
|
|
1766
|
+
miner: import("abitype").Address;
|
|
1767
|
+
mixHash: import("viem").Hash;
|
|
1768
|
+
nonce: `0x${string}` | null;
|
|
1769
|
+
number: bigint | null;
|
|
1770
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
1771
|
+
parentHash: import("viem").Hash;
|
|
1772
|
+
receiptsRoot: import("viem").Hex;
|
|
1773
|
+
sealFields: import("viem").Hex[];
|
|
1774
|
+
sha3Uncles: import("viem").Hash;
|
|
1775
|
+
size: bigint;
|
|
1776
|
+
stateRoot: import("viem").Hash;
|
|
1777
|
+
timestamp: bigint;
|
|
1778
|
+
totalDifficulty: bigint | null;
|
|
1779
|
+
transactions: `0x${string}`[] | import("viem/chains").ZkSyncTransaction<boolean>[];
|
|
1780
|
+
transactionsRoot: import("viem").Hash;
|
|
1781
|
+
uncles: import("viem").Hash[];
|
|
1782
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
1783
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
1784
|
+
l1BatchNumber: bigint | null;
|
|
1785
|
+
l1BatchTimestamp: bigint | null;
|
|
1786
|
+
} & {};
|
|
1787
|
+
type: "block";
|
|
1788
|
+
};
|
|
1749
1789
|
readonly transaction: {
|
|
1750
|
-
exclude:
|
|
1751
|
-
format: (args: import("viem/
|
|
1790
|
+
exclude: [] | undefined;
|
|
1791
|
+
format: (args: import("viem/chains").ZkSyncRpcTransaction, action?: string | undefined) => ({
|
|
1752
1792
|
r: import("viem").Hex;
|
|
1753
1793
|
s: import("viem").Hex;
|
|
1754
1794
|
v: bigint;
|
|
@@ -1773,14 +1813,8 @@ declare const mainnetChains: ({
|
|
|
1773
1813
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1774
1814
|
maxFeePerGas?: undefined | undefined;
|
|
1775
1815
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
nonceKey?: undefined;
|
|
1779
|
-
validAfter?: undefined;
|
|
1780
|
-
feeToken?: undefined;
|
|
1781
|
-
feePayerSignature?: undefined;
|
|
1782
|
-
keyAuthorization?: undefined;
|
|
1783
|
-
validBefore?: undefined;
|
|
1816
|
+
l1BatchNumber: bigint | null;
|
|
1817
|
+
l1BatchTxIndex: bigint | null;
|
|
1784
1818
|
} | {
|
|
1785
1819
|
blockHash: `0x${string}` | null;
|
|
1786
1820
|
blockNumber: bigint | null;
|
|
@@ -1806,14 +1840,8 @@ declare const mainnetChains: ({
|
|
|
1806
1840
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1807
1841
|
maxFeePerGas?: undefined | undefined;
|
|
1808
1842
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
nonceKey?: undefined;
|
|
1812
|
-
validAfter?: undefined;
|
|
1813
|
-
feeToken?: undefined;
|
|
1814
|
-
feePayerSignature?: undefined;
|
|
1815
|
-
keyAuthorization?: undefined;
|
|
1816
|
-
validBefore?: undefined;
|
|
1843
|
+
l1BatchNumber: bigint | null;
|
|
1844
|
+
l1BatchTxIndex: bigint | null;
|
|
1817
1845
|
} | {
|
|
1818
1846
|
blockHash: `0x${string}` | null;
|
|
1819
1847
|
blockNumber: bigint | null;
|
|
@@ -1839,14 +1867,8 @@ declare const mainnetChains: ({
|
|
|
1839
1867
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1840
1868
|
maxFeePerGas: bigint;
|
|
1841
1869
|
maxPriorityFeePerGas: bigint;
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
nonceKey?: undefined;
|
|
1845
|
-
validAfter?: undefined;
|
|
1846
|
-
feeToken?: undefined;
|
|
1847
|
-
feePayerSignature?: undefined;
|
|
1848
|
-
keyAuthorization?: undefined;
|
|
1849
|
-
validBefore?: undefined;
|
|
1870
|
+
l1BatchNumber: bigint | null;
|
|
1871
|
+
l1BatchTxIndex: bigint | null;
|
|
1850
1872
|
} | {
|
|
1851
1873
|
blockHash: `0x${string}` | null;
|
|
1852
1874
|
blockNumber: bigint | null;
|
|
@@ -1872,14 +1894,8 @@ declare const mainnetChains: ({
|
|
|
1872
1894
|
maxFeePerBlobGas: bigint;
|
|
1873
1895
|
maxFeePerGas: bigint;
|
|
1874
1896
|
maxPriorityFeePerGas: bigint;
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
nonceKey?: undefined;
|
|
1878
|
-
validAfter?: undefined;
|
|
1879
|
-
feeToken?: undefined;
|
|
1880
|
-
feePayerSignature?: undefined;
|
|
1881
|
-
keyAuthorization?: undefined;
|
|
1882
|
-
validBefore?: undefined;
|
|
1897
|
+
l1BatchNumber: bigint | null;
|
|
1898
|
+
l1BatchTxIndex: bigint | null;
|
|
1883
1899
|
} | {
|
|
1884
1900
|
blockHash: `0x${string}` | null;
|
|
1885
1901
|
blockNumber: bigint | null;
|
|
@@ -1905,83 +1921,86 @@ declare const mainnetChains: ({
|
|
|
1905
1921
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1906
1922
|
maxFeePerGas: bigint;
|
|
1907
1923
|
maxPriorityFeePerGas: bigint;
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
nonceKey?: undefined;
|
|
1911
|
-
validAfter?: undefined;
|
|
1912
|
-
feeToken?: undefined;
|
|
1913
|
-
feePayerSignature?: undefined;
|
|
1914
|
-
keyAuthorization?: undefined;
|
|
1915
|
-
validBefore?: undefined;
|
|
1924
|
+
l1BatchNumber: bigint | null;
|
|
1925
|
+
l1BatchTxIndex: bigint | null;
|
|
1916
1926
|
} | {
|
|
1927
|
+
blockHash: `0x${string}` | null;
|
|
1928
|
+
blockNumber: bigint | null;
|
|
1917
1929
|
from: import("abitype").Address;
|
|
1918
1930
|
gas: bigint;
|
|
1931
|
+
hash: import("viem").Hash;
|
|
1932
|
+
input: import("viem").Hex;
|
|
1919
1933
|
nonce: number;
|
|
1934
|
+
r: import("viem").Hex;
|
|
1935
|
+
s: import("viem").Hex;
|
|
1936
|
+
to: import("abitype").Address | null;
|
|
1937
|
+
transactionIndex: number | null;
|
|
1938
|
+
typeHex: import("viem").Hex | null;
|
|
1939
|
+
v: bigint;
|
|
1940
|
+
value: bigint;
|
|
1941
|
+
yParity: number;
|
|
1942
|
+
l1BatchNumber: bigint | null;
|
|
1943
|
+
l1BatchTxIndex: bigint | null;
|
|
1944
|
+
gasPrice?: undefined | undefined;
|
|
1945
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
1946
|
+
maxFeePerGas: bigint;
|
|
1947
|
+
maxPriorityFeePerGas: bigint;
|
|
1948
|
+
type: "priority";
|
|
1949
|
+
} | {
|
|
1920
1950
|
blockHash: `0x${string}` | null;
|
|
1921
1951
|
blockNumber: bigint | null;
|
|
1952
|
+
from: import("abitype").Address;
|
|
1953
|
+
gas: bigint;
|
|
1922
1954
|
hash: import("viem").Hash;
|
|
1955
|
+
input: import("viem").Hex;
|
|
1956
|
+
nonce: number;
|
|
1957
|
+
r: import("viem").Hex;
|
|
1958
|
+
s: import("viem").Hex;
|
|
1959
|
+
to: import("abitype").Address | null;
|
|
1923
1960
|
transactionIndex: number | null;
|
|
1924
1961
|
typeHex: import("viem").Hex | null;
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
authorizationList?: readonly {
|
|
1931
|
-
address: import("ox/_types/core/Address").Address;
|
|
1932
|
-
chainId: number;
|
|
1933
|
-
nonce: bigint;
|
|
1934
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
1935
|
-
}[] | undefined;
|
|
1936
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint>[];
|
|
1937
|
-
chainId: number;
|
|
1938
|
-
feeToken?: `0x${string}` | undefined;
|
|
1939
|
-
feePayerSignature?: import("viem").Signature | undefined;
|
|
1940
|
-
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
1941
|
-
nonceKey?: bigint | undefined;
|
|
1942
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
|
|
1943
|
-
type: "tempo";
|
|
1944
|
-
validBefore?: number | undefined;
|
|
1945
|
-
validAfter?: number | undefined;
|
|
1962
|
+
v: bigint;
|
|
1963
|
+
value: bigint;
|
|
1964
|
+
yParity: number;
|
|
1965
|
+
l1BatchNumber: bigint | null;
|
|
1966
|
+
l1BatchTxIndex: bigint | null;
|
|
1946
1967
|
gasPrice?: undefined | undefined;
|
|
1947
1968
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1948
1969
|
maxFeePerGas: bigint;
|
|
1949
1970
|
maxPriorityFeePerGas: bigint;
|
|
1950
|
-
|
|
1951
|
-
value?: undefined;
|
|
1952
|
-
blobVersionedHashes?: undefined;
|
|
1953
|
-
input?: undefined;
|
|
1971
|
+
type: "eip712" | "priority";
|
|
1954
1972
|
}) & {};
|
|
1955
1973
|
type: "transaction";
|
|
1956
1974
|
};
|
|
1957
1975
|
readonly transactionReceipt: {
|
|
1958
1976
|
exclude: [] | undefined;
|
|
1959
|
-
format: (args: import("viem/
|
|
1960
|
-
|
|
1961
|
-
|
|
1977
|
+
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
1978
|
+
type: import("viem/chains").ZkSyncTransactionType;
|
|
1979
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
1980
|
+
to: import("abitype").Address | null;
|
|
1981
|
+
from: import("abitype").Address;
|
|
1962
1982
|
blockHash: import("viem").Hash;
|
|
1963
1983
|
blockNumber: bigint;
|
|
1964
|
-
|
|
1984
|
+
transactionIndex: number;
|
|
1985
|
+
status: "success" | "reverted";
|
|
1986
|
+
transactionHash: import("viem").Hash;
|
|
1987
|
+
logsBloom: import("viem").Hex;
|
|
1988
|
+
blobGasUsed?: bigint | undefined;
|
|
1989
|
+
gasUsed: bigint;
|
|
1990
|
+
blobGasPrice?: bigint | undefined;
|
|
1965
1991
|
cumulativeGasUsed: bigint;
|
|
1966
1992
|
effectiveGasPrice: bigint;
|
|
1967
|
-
from: import("abitype").Address;
|
|
1968
|
-
gasUsed: bigint;
|
|
1969
|
-
logs: import("viem").Log<bigint, number, false>[];
|
|
1970
|
-
logsBloom: import("viem").Hex;
|
|
1971
1993
|
root?: `0x${string}` | undefined;
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
type: import("viem/_types/tempo/Transaction").TransactionType;
|
|
1977
|
-
feePayer?: `0x${string}` | undefined;
|
|
1978
|
-
feeToken?: `0x${string}` | undefined;
|
|
1994
|
+
l1BatchNumber: bigint | null;
|
|
1995
|
+
l1BatchTxIndex: bigint | null;
|
|
1996
|
+
logs: import("viem/chains").ZkSyncLog[];
|
|
1997
|
+
l2ToL1Logs: import("viem/chains").ZkSyncL2ToL1Log[];
|
|
1979
1998
|
} & {};
|
|
1980
1999
|
type: "transactionReceipt";
|
|
1981
2000
|
};
|
|
1982
2001
|
readonly transactionRequest: {
|
|
1983
|
-
exclude: [] | undefined;
|
|
1984
|
-
format: (args: import("viem/
|
|
2002
|
+
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
2003
|
+
format: (args: import("viem/chains").ZkSyncTransactionRequest, action?: string | undefined) => ({
|
|
1985
2004
|
data?: `0x${string}` | undefined;
|
|
1986
2005
|
from?: `0x${string}` | undefined;
|
|
1987
2006
|
gas?: `0x${string}` | undefined;
|
|
@@ -1999,13 +2018,7 @@ declare const mainnetChains: ({
|
|
|
1999
2018
|
accessList?: undefined;
|
|
2000
2019
|
sidecars?: undefined;
|
|
2001
2020
|
authorizationList?: undefined;
|
|
2002
|
-
|
|
2003
|
-
nonceKey?: undefined;
|
|
2004
|
-
validAfter?: undefined;
|
|
2005
|
-
feeToken?: undefined;
|
|
2006
|
-
keyAuthorization?: undefined;
|
|
2007
|
-
validBefore?: undefined;
|
|
2008
|
-
feePayer?: undefined;
|
|
2021
|
+
eip712Meta?: undefined | undefined;
|
|
2009
2022
|
} | {
|
|
2010
2023
|
data?: `0x${string}` | undefined;
|
|
2011
2024
|
from?: `0x${string}` | undefined;
|
|
@@ -2024,13 +2037,7 @@ declare const mainnetChains: ({
|
|
|
2024
2037
|
kzg?: undefined;
|
|
2025
2038
|
sidecars?: undefined;
|
|
2026
2039
|
authorizationList?: undefined;
|
|
2027
|
-
|
|
2028
|
-
nonceKey?: undefined;
|
|
2029
|
-
validAfter?: undefined;
|
|
2030
|
-
feeToken?: undefined;
|
|
2031
|
-
keyAuthorization?: undefined;
|
|
2032
|
-
validBefore?: undefined;
|
|
2033
|
-
feePayer?: undefined;
|
|
2040
|
+
eip712Meta?: undefined | undefined;
|
|
2034
2041
|
} | {
|
|
2035
2042
|
data?: `0x${string}` | undefined;
|
|
2036
2043
|
from?: `0x${string}` | undefined;
|
|
@@ -2049,13 +2056,7 @@ declare const mainnetChains: ({
|
|
|
2049
2056
|
kzg?: undefined;
|
|
2050
2057
|
sidecars?: undefined;
|
|
2051
2058
|
authorizationList?: undefined;
|
|
2052
|
-
|
|
2053
|
-
nonceKey?: undefined;
|
|
2054
|
-
validAfter?: undefined;
|
|
2055
|
-
feeToken?: undefined;
|
|
2056
|
-
keyAuthorization?: undefined;
|
|
2057
|
-
validBefore?: undefined;
|
|
2058
|
-
feePayer?: undefined;
|
|
2059
|
+
eip712Meta?: undefined | undefined;
|
|
2059
2060
|
} | {
|
|
2060
2061
|
type?: "0x3" | undefined;
|
|
2061
2062
|
data?: `0x${string}` | undefined;
|
|
@@ -2074,13 +2075,7 @@ declare const mainnetChains: ({
|
|
|
2074
2075
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2075
2076
|
kzg?: undefined;
|
|
2076
2077
|
authorizationList?: undefined;
|
|
2077
|
-
|
|
2078
|
-
nonceKey?: undefined;
|
|
2079
|
-
validAfter?: undefined;
|
|
2080
|
-
feeToken?: undefined;
|
|
2081
|
-
keyAuthorization?: undefined;
|
|
2082
|
-
validBefore?: undefined;
|
|
2083
|
-
feePayer?: undefined;
|
|
2078
|
+
eip712Meta?: undefined | undefined;
|
|
2084
2079
|
} | {
|
|
2085
2080
|
type?: "0x3" | undefined;
|
|
2086
2081
|
data?: `0x${string}` | undefined;
|
|
@@ -2099,13 +2094,7 @@ declare const mainnetChains: ({
|
|
|
2099
2094
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2100
2095
|
kzg?: import("viem").Kzg | undefined;
|
|
2101
2096
|
authorizationList?: undefined;
|
|
2102
|
-
|
|
2103
|
-
nonceKey?: undefined;
|
|
2104
|
-
validAfter?: undefined;
|
|
2105
|
-
feeToken?: undefined;
|
|
2106
|
-
keyAuthorization?: undefined;
|
|
2107
|
-
validBefore?: undefined;
|
|
2108
|
-
feePayer?: undefined;
|
|
2097
|
+
eip712Meta?: undefined | undefined;
|
|
2109
2098
|
} | {
|
|
2110
2099
|
type?: "0x4" | undefined;
|
|
2111
2100
|
gasPrice?: undefined | undefined;
|
|
@@ -2124,502 +2113,41 @@ declare const mainnetChains: ({
|
|
|
2124
2113
|
blobVersionedHashes?: undefined;
|
|
2125
2114
|
kzg?: undefined;
|
|
2126
2115
|
sidecars?: undefined;
|
|
2127
|
-
|
|
2128
|
-
nonceKey?: undefined;
|
|
2129
|
-
validAfter?: undefined;
|
|
2130
|
-
feeToken?: undefined;
|
|
2131
|
-
keyAuthorization?: undefined;
|
|
2132
|
-
validBefore?: undefined;
|
|
2133
|
-
feePayer?: undefined;
|
|
2116
|
+
eip712Meta?: undefined | undefined;
|
|
2134
2117
|
} | {
|
|
2135
2118
|
data?: `0x${string}` | undefined;
|
|
2136
2119
|
from?: `0x${string}` | undefined;
|
|
2137
2120
|
gas?: `0x${string}` | undefined;
|
|
2138
2121
|
nonce?: `0x${string}` | undefined;
|
|
2139
2122
|
to?: `0x${string}` | null | undefined;
|
|
2140
|
-
type
|
|
2123
|
+
type: "0xff" | "0x71";
|
|
2141
2124
|
value?: `0x${string}` | undefined;
|
|
2142
2125
|
gasPrice?: undefined | undefined;
|
|
2143
2126
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2144
2127
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2145
2128
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
blobs?: undefined;
|
|
2155
|
-
blobVersionedHashes?: undefined;
|
|
2156
|
-
kzg?: undefined;
|
|
2157
|
-
sidecars?: undefined;
|
|
2158
|
-
authorizationList?: undefined;
|
|
2159
|
-
}) & {};
|
|
2129
|
+
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
2130
|
+
}) & {
|
|
2131
|
+
paymaster: never;
|
|
2132
|
+
gasPerPubdata: never;
|
|
2133
|
+
factoryDeps: never;
|
|
2134
|
+
paymasterInput: never;
|
|
2135
|
+
customSignature: never;
|
|
2136
|
+
};
|
|
2160
2137
|
type: "transactionRequest";
|
|
2161
2138
|
};
|
|
2162
2139
|
};
|
|
2163
|
-
prepareTransactionRequest
|
|
2140
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2141
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2142
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2164
2143
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2165
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters
|
|
2166
|
-
|
|
2167
|
-
}];
|
|
2144
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2145
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2146
|
+
}] | undefined;
|
|
2168
2147
|
serializers: {
|
|
2169
|
-
readonly transaction: import("viem").
|
|
2170
|
-
};
|
|
2171
|
-
verifyHash
|
|
2172
|
-
extend: <const extended_1 extends {
|
|
2173
|
-
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
2174
|
-
}>(extended: extended_1) => import("viem/chains").Assign<import("viem/chains").Assign<import("viem/chains").Chain<undefined>, {
|
|
2175
|
-
readonly id: 4217;
|
|
2176
|
-
readonly blockExplorers: {
|
|
2177
|
-
readonly default: {
|
|
2178
|
-
readonly name: "Tempo Explorer";
|
|
2179
|
-
readonly url: "https://explore.mainnet.tempo.xyz";
|
|
2180
|
-
};
|
|
2181
|
-
};
|
|
2182
|
-
readonly name: "Tempo Mainnet";
|
|
2183
|
-
readonly nativeCurrency: {
|
|
2184
|
-
readonly name: "USD";
|
|
2185
|
-
readonly symbol: "USD";
|
|
2186
|
-
readonly decimals: 6;
|
|
2187
|
-
};
|
|
2188
|
-
readonly rpcUrls: {
|
|
2189
|
-
readonly default: {
|
|
2190
|
-
readonly http: readonly ["https://rpc.presto.tempo.xyz"];
|
|
2191
|
-
readonly webSocket: readonly ["wss://rpc.presto.tempo.xyz"];
|
|
2192
|
-
};
|
|
2193
|
-
};
|
|
2194
|
-
readonly blockTime: 1000;
|
|
2195
|
-
readonly extendSchema: {
|
|
2196
|
-
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
2197
|
-
};
|
|
2198
|
-
readonly formatters: {
|
|
2199
|
-
readonly transaction: {
|
|
2200
|
-
exclude: never[] | undefined;
|
|
2201
|
-
format: (args: import("viem/_types/tempo/Transaction").TransactionRpc, action?: string | undefined) => ({
|
|
2202
|
-
r: import("viem").Hex;
|
|
2203
|
-
s: import("viem").Hex;
|
|
2204
|
-
v: bigint;
|
|
2205
|
-
to: import("abitype").Address | null;
|
|
2206
|
-
from: import("abitype").Address;
|
|
2207
|
-
gas: bigint;
|
|
2208
|
-
nonce: number;
|
|
2209
|
-
value: bigint;
|
|
2210
|
-
blockHash: `0x${string}` | null;
|
|
2211
|
-
blockNumber: bigint | null;
|
|
2212
|
-
hash: import("viem").Hash;
|
|
2213
|
-
input: import("viem").Hex;
|
|
2214
|
-
transactionIndex: number | null;
|
|
2215
|
-
typeHex: import("viem").Hex | null;
|
|
2216
|
-
accessList?: undefined | undefined;
|
|
2217
|
-
authorizationList?: undefined | undefined;
|
|
2218
|
-
blobVersionedHashes?: undefined | undefined;
|
|
2219
|
-
chainId?: number | undefined;
|
|
2220
|
-
yParity?: undefined | undefined;
|
|
2221
|
-
type: "legacy";
|
|
2222
|
-
gasPrice: bigint;
|
|
2223
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2224
|
-
maxFeePerGas?: undefined | undefined;
|
|
2225
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
2226
|
-
signature?: undefined;
|
|
2227
|
-
calls?: undefined;
|
|
2228
|
-
nonceKey?: undefined;
|
|
2229
|
-
validAfter?: undefined;
|
|
2230
|
-
feeToken?: undefined;
|
|
2231
|
-
feePayerSignature?: undefined;
|
|
2232
|
-
keyAuthorization?: undefined;
|
|
2233
|
-
validBefore?: undefined;
|
|
2234
|
-
} | {
|
|
2235
|
-
blockHash: `0x${string}` | null;
|
|
2236
|
-
blockNumber: bigint | null;
|
|
2237
|
-
from: import("abitype").Address;
|
|
2238
|
-
gas: bigint;
|
|
2239
|
-
hash: import("viem").Hash;
|
|
2240
|
-
input: import("viem").Hex;
|
|
2241
|
-
nonce: number;
|
|
2242
|
-
r: import("viem").Hex;
|
|
2243
|
-
s: import("viem").Hex;
|
|
2244
|
-
to: import("abitype").Address | null;
|
|
2245
|
-
transactionIndex: number | null;
|
|
2246
|
-
typeHex: import("viem").Hex | null;
|
|
2247
|
-
v: bigint;
|
|
2248
|
-
value: bigint;
|
|
2249
|
-
yParity: number;
|
|
2250
|
-
accessList: import("viem").AccessList;
|
|
2251
|
-
authorizationList?: undefined | undefined;
|
|
2252
|
-
blobVersionedHashes?: undefined | undefined;
|
|
2253
|
-
chainId: number;
|
|
2254
|
-
type: "eip2930";
|
|
2255
|
-
gasPrice: bigint;
|
|
2256
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2257
|
-
maxFeePerGas?: undefined | undefined;
|
|
2258
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
2259
|
-
signature?: undefined;
|
|
2260
|
-
calls?: undefined;
|
|
2261
|
-
nonceKey?: undefined;
|
|
2262
|
-
validAfter?: undefined;
|
|
2263
|
-
feeToken?: undefined;
|
|
2264
|
-
feePayerSignature?: undefined;
|
|
2265
|
-
keyAuthorization?: undefined;
|
|
2266
|
-
validBefore?: undefined;
|
|
2267
|
-
} | {
|
|
2268
|
-
blockHash: `0x${string}` | null;
|
|
2269
|
-
blockNumber: bigint | null;
|
|
2270
|
-
from: import("abitype").Address;
|
|
2271
|
-
gas: bigint;
|
|
2272
|
-
hash: import("viem").Hash;
|
|
2273
|
-
input: import("viem").Hex;
|
|
2274
|
-
nonce: number;
|
|
2275
|
-
r: import("viem").Hex;
|
|
2276
|
-
s: import("viem").Hex;
|
|
2277
|
-
to: import("abitype").Address | null;
|
|
2278
|
-
transactionIndex: number | null;
|
|
2279
|
-
typeHex: import("viem").Hex | null;
|
|
2280
|
-
v: bigint;
|
|
2281
|
-
value: bigint;
|
|
2282
|
-
yParity: number;
|
|
2283
|
-
accessList: import("viem").AccessList;
|
|
2284
|
-
authorizationList?: undefined | undefined;
|
|
2285
|
-
blobVersionedHashes?: undefined | undefined;
|
|
2286
|
-
chainId: number;
|
|
2287
|
-
type: "eip1559";
|
|
2288
|
-
gasPrice?: undefined | undefined;
|
|
2289
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2290
|
-
maxFeePerGas: bigint;
|
|
2291
|
-
maxPriorityFeePerGas: bigint;
|
|
2292
|
-
signature?: undefined;
|
|
2293
|
-
calls?: undefined;
|
|
2294
|
-
nonceKey?: undefined;
|
|
2295
|
-
validAfter?: undefined;
|
|
2296
|
-
feeToken?: undefined;
|
|
2297
|
-
feePayerSignature?: undefined;
|
|
2298
|
-
keyAuthorization?: undefined;
|
|
2299
|
-
validBefore?: undefined;
|
|
2300
|
-
} | {
|
|
2301
|
-
blockHash: `0x${string}` | null;
|
|
2302
|
-
blockNumber: bigint | null;
|
|
2303
|
-
from: import("abitype").Address;
|
|
2304
|
-
gas: bigint;
|
|
2305
|
-
hash: import("viem").Hash;
|
|
2306
|
-
input: import("viem").Hex;
|
|
2307
|
-
nonce: number;
|
|
2308
|
-
r: import("viem").Hex;
|
|
2309
|
-
s: import("viem").Hex;
|
|
2310
|
-
to: import("abitype").Address | null;
|
|
2311
|
-
transactionIndex: number | null;
|
|
2312
|
-
typeHex: import("viem").Hex | null;
|
|
2313
|
-
v: bigint;
|
|
2314
|
-
value: bigint;
|
|
2315
|
-
yParity: number;
|
|
2316
|
-
accessList: import("viem").AccessList;
|
|
2317
|
-
authorizationList?: undefined | undefined;
|
|
2318
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2319
|
-
chainId: number;
|
|
2320
|
-
type: "eip4844";
|
|
2321
|
-
gasPrice?: undefined | undefined;
|
|
2322
|
-
maxFeePerBlobGas: bigint;
|
|
2323
|
-
maxFeePerGas: bigint;
|
|
2324
|
-
maxPriorityFeePerGas: bigint;
|
|
2325
|
-
signature?: undefined;
|
|
2326
|
-
calls?: undefined;
|
|
2327
|
-
nonceKey?: undefined;
|
|
2328
|
-
validAfter?: undefined;
|
|
2329
|
-
feeToken?: undefined;
|
|
2330
|
-
feePayerSignature?: undefined;
|
|
2331
|
-
keyAuthorization?: undefined;
|
|
2332
|
-
validBefore?: undefined;
|
|
2333
|
-
} | {
|
|
2334
|
-
blockHash: `0x${string}` | null;
|
|
2335
|
-
blockNumber: bigint | null;
|
|
2336
|
-
from: import("abitype").Address;
|
|
2337
|
-
gas: bigint;
|
|
2338
|
-
hash: import("viem").Hash;
|
|
2339
|
-
input: import("viem").Hex;
|
|
2340
|
-
nonce: number;
|
|
2341
|
-
r: import("viem").Hex;
|
|
2342
|
-
s: import("viem").Hex;
|
|
2343
|
-
to: import("abitype").Address | null;
|
|
2344
|
-
transactionIndex: number | null;
|
|
2345
|
-
typeHex: import("viem").Hex | null;
|
|
2346
|
-
v: bigint;
|
|
2347
|
-
value: bigint;
|
|
2348
|
-
yParity: number;
|
|
2349
|
-
accessList: import("viem").AccessList;
|
|
2350
|
-
authorizationList: import("viem").SignedAuthorizationList;
|
|
2351
|
-
blobVersionedHashes?: undefined | undefined;
|
|
2352
|
-
chainId: number;
|
|
2353
|
-
type: "eip7702";
|
|
2354
|
-
gasPrice?: undefined | undefined;
|
|
2355
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2356
|
-
maxFeePerGas: bigint;
|
|
2357
|
-
maxPriorityFeePerGas: bigint;
|
|
2358
|
-
signature?: undefined;
|
|
2359
|
-
calls?: undefined;
|
|
2360
|
-
nonceKey?: undefined;
|
|
2361
|
-
validAfter?: undefined;
|
|
2362
|
-
feeToken?: undefined;
|
|
2363
|
-
feePayerSignature?: undefined;
|
|
2364
|
-
keyAuthorization?: undefined;
|
|
2365
|
-
validBefore?: undefined;
|
|
2366
|
-
} | {
|
|
2367
|
-
from: import("abitype").Address;
|
|
2368
|
-
gas: bigint;
|
|
2369
|
-
nonce: number;
|
|
2370
|
-
blockHash: `0x${string}` | null;
|
|
2371
|
-
blockNumber: bigint | null;
|
|
2372
|
-
hash: import("viem").Hash;
|
|
2373
|
-
transactionIndex: number | null;
|
|
2374
|
-
typeHex: import("viem").Hex | null;
|
|
2375
|
-
r?: `0x${string}` | undefined;
|
|
2376
|
-
s?: `0x${string}` | undefined;
|
|
2377
|
-
v?: bigint | undefined;
|
|
2378
|
-
yParity?: number | undefined;
|
|
2379
|
-
accessList: import("viem").AccessList;
|
|
2380
|
-
authorizationList?: readonly {
|
|
2381
|
-
address: import("ox/_types/core/Address").Address;
|
|
2382
|
-
chainId: number;
|
|
2383
|
-
nonce: bigint;
|
|
2384
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
2385
|
-
}[] | undefined;
|
|
2386
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint>[];
|
|
2387
|
-
chainId: number;
|
|
2388
|
-
feeToken?: `0x${string}` | undefined;
|
|
2389
|
-
feePayerSignature?: import("viem").Signature | undefined;
|
|
2390
|
-
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
2391
|
-
nonceKey?: bigint | undefined;
|
|
2392
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
|
|
2393
|
-
type: "tempo";
|
|
2394
|
-
validBefore?: number | undefined;
|
|
2395
|
-
validAfter?: number | undefined;
|
|
2396
|
-
gasPrice?: undefined | undefined;
|
|
2397
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2398
|
-
maxFeePerGas: bigint;
|
|
2399
|
-
maxPriorityFeePerGas: bigint;
|
|
2400
|
-
to?: undefined;
|
|
2401
|
-
value?: undefined;
|
|
2402
|
-
blobVersionedHashes?: undefined;
|
|
2403
|
-
input?: undefined;
|
|
2404
|
-
}) & {};
|
|
2405
|
-
type: "transaction";
|
|
2406
|
-
};
|
|
2407
|
-
readonly transactionReceipt: {
|
|
2408
|
-
exclude: [] | undefined;
|
|
2409
|
-
format: (args: import("viem/_types/tempo/Transaction").TransactionReceiptRpc, action?: string | undefined) => {
|
|
2410
|
-
blobGasPrice?: bigint | undefined;
|
|
2411
|
-
blobGasUsed?: bigint | undefined;
|
|
2412
|
-
blockHash: import("viem").Hash;
|
|
2413
|
-
blockNumber: bigint;
|
|
2414
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
2415
|
-
cumulativeGasUsed: bigint;
|
|
2416
|
-
effectiveGasPrice: bigint;
|
|
2417
|
-
from: import("abitype").Address;
|
|
2418
|
-
gasUsed: bigint;
|
|
2419
|
-
logs: import("viem").Log<bigint, number, false>[];
|
|
2420
|
-
logsBloom: import("viem").Hex;
|
|
2421
|
-
root?: `0x${string}` | undefined;
|
|
2422
|
-
status: "success" | "reverted";
|
|
2423
|
-
to: import("abitype").Address | null;
|
|
2424
|
-
transactionHash: import("viem").Hash;
|
|
2425
|
-
transactionIndex: number;
|
|
2426
|
-
type: import("viem/_types/tempo/Transaction").TransactionType;
|
|
2427
|
-
feePayer?: `0x${string}` | undefined;
|
|
2428
|
-
feeToken?: `0x${string}` | undefined;
|
|
2429
|
-
} & {};
|
|
2430
|
-
type: "transactionReceipt";
|
|
2431
|
-
};
|
|
2432
|
-
readonly transactionRequest: {
|
|
2433
|
-
exclude: [] | undefined;
|
|
2434
|
-
format: (args: import("viem/_types/tempo/Transaction").TransactionRequest, action?: string | undefined) => ({
|
|
2435
|
-
data?: `0x${string}` | undefined;
|
|
2436
|
-
from?: `0x${string}` | undefined;
|
|
2437
|
-
gas?: `0x${string}` | undefined;
|
|
2438
|
-
nonce?: `0x${string}` | undefined;
|
|
2439
|
-
to?: `0x${string}` | null | undefined;
|
|
2440
|
-
type?: "0x0" | undefined;
|
|
2441
|
-
value?: `0x${string}` | undefined;
|
|
2442
|
-
gasPrice?: `0x${string}` | undefined;
|
|
2443
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2444
|
-
maxFeePerGas?: undefined | undefined;
|
|
2445
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
2446
|
-
blobs?: undefined;
|
|
2447
|
-
blobVersionedHashes?: undefined;
|
|
2448
|
-
kzg?: undefined;
|
|
2449
|
-
accessList?: undefined;
|
|
2450
|
-
sidecars?: undefined;
|
|
2451
|
-
authorizationList?: undefined;
|
|
2452
|
-
calls?: undefined;
|
|
2453
|
-
nonceKey?: undefined;
|
|
2454
|
-
validAfter?: undefined;
|
|
2455
|
-
feeToken?: undefined;
|
|
2456
|
-
keyAuthorization?: undefined;
|
|
2457
|
-
validBefore?: undefined;
|
|
2458
|
-
feePayer?: undefined;
|
|
2459
|
-
} | {
|
|
2460
|
-
data?: `0x${string}` | undefined;
|
|
2461
|
-
from?: `0x${string}` | undefined;
|
|
2462
|
-
gas?: `0x${string}` | undefined;
|
|
2463
|
-
nonce?: `0x${string}` | undefined;
|
|
2464
|
-
to?: `0x${string}` | null | undefined;
|
|
2465
|
-
type?: "0x1" | undefined;
|
|
2466
|
-
value?: `0x${string}` | undefined;
|
|
2467
|
-
gasPrice?: `0x${string}` | undefined;
|
|
2468
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2469
|
-
maxFeePerGas?: undefined | undefined;
|
|
2470
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
2471
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2472
|
-
blobs?: undefined;
|
|
2473
|
-
blobVersionedHashes?: undefined;
|
|
2474
|
-
kzg?: undefined;
|
|
2475
|
-
sidecars?: undefined;
|
|
2476
|
-
authorizationList?: undefined;
|
|
2477
|
-
calls?: undefined;
|
|
2478
|
-
nonceKey?: undefined;
|
|
2479
|
-
validAfter?: undefined;
|
|
2480
|
-
feeToken?: undefined;
|
|
2481
|
-
keyAuthorization?: undefined;
|
|
2482
|
-
validBefore?: undefined;
|
|
2483
|
-
feePayer?: undefined;
|
|
2484
|
-
} | {
|
|
2485
|
-
data?: `0x${string}` | undefined;
|
|
2486
|
-
from?: `0x${string}` | undefined;
|
|
2487
|
-
gas?: `0x${string}` | undefined;
|
|
2488
|
-
nonce?: `0x${string}` | undefined;
|
|
2489
|
-
to?: `0x${string}` | null | undefined;
|
|
2490
|
-
type?: "0x2" | undefined;
|
|
2491
|
-
value?: `0x${string}` | undefined;
|
|
2492
|
-
gasPrice?: undefined | undefined;
|
|
2493
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2494
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2495
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2496
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2497
|
-
blobs?: undefined;
|
|
2498
|
-
blobVersionedHashes?: undefined;
|
|
2499
|
-
kzg?: undefined;
|
|
2500
|
-
sidecars?: undefined;
|
|
2501
|
-
authorizationList?: undefined;
|
|
2502
|
-
calls?: undefined;
|
|
2503
|
-
nonceKey?: undefined;
|
|
2504
|
-
validAfter?: undefined;
|
|
2505
|
-
feeToken?: undefined;
|
|
2506
|
-
keyAuthorization?: undefined;
|
|
2507
|
-
validBefore?: undefined;
|
|
2508
|
-
feePayer?: undefined;
|
|
2509
|
-
} | {
|
|
2510
|
-
type?: "0x3" | undefined;
|
|
2511
|
-
data?: `0x${string}` | undefined;
|
|
2512
|
-
from?: `0x${string}` | undefined;
|
|
2513
|
-
gas?: `0x${string}` | undefined;
|
|
2514
|
-
nonce?: `0x${string}` | undefined;
|
|
2515
|
-
value?: `0x${string}` | undefined;
|
|
2516
|
-
to: `0x${string}` | null;
|
|
2517
|
-
gasPrice?: undefined | undefined;
|
|
2518
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2519
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2520
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2521
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2522
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2523
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
2524
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2525
|
-
kzg?: undefined;
|
|
2526
|
-
authorizationList?: undefined;
|
|
2527
|
-
calls?: undefined;
|
|
2528
|
-
nonceKey?: undefined;
|
|
2529
|
-
validAfter?: undefined;
|
|
2530
|
-
feeToken?: undefined;
|
|
2531
|
-
keyAuthorization?: undefined;
|
|
2532
|
-
validBefore?: undefined;
|
|
2533
|
-
feePayer?: undefined;
|
|
2534
|
-
} | {
|
|
2535
|
-
type?: "0x3" | undefined;
|
|
2536
|
-
data?: `0x${string}` | undefined;
|
|
2537
|
-
from?: `0x${string}` | undefined;
|
|
2538
|
-
gas?: `0x${string}` | undefined;
|
|
2539
|
-
nonce?: `0x${string}` | undefined;
|
|
2540
|
-
value?: `0x${string}` | undefined;
|
|
2541
|
-
to: `0x${string}` | null;
|
|
2542
|
-
gasPrice?: undefined | undefined;
|
|
2543
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2544
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2545
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2546
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2547
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2548
|
-
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
2549
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2550
|
-
kzg?: import("viem").Kzg | undefined;
|
|
2551
|
-
authorizationList?: undefined;
|
|
2552
|
-
calls?: undefined;
|
|
2553
|
-
nonceKey?: undefined;
|
|
2554
|
-
validAfter?: undefined;
|
|
2555
|
-
feeToken?: undefined;
|
|
2556
|
-
keyAuthorization?: undefined;
|
|
2557
|
-
validBefore?: undefined;
|
|
2558
|
-
feePayer?: undefined;
|
|
2559
|
-
} | {
|
|
2560
|
-
type?: "0x4" | undefined;
|
|
2561
|
-
gasPrice?: undefined | undefined;
|
|
2562
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2563
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2564
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2565
|
-
to?: `0x${string}` | null | undefined;
|
|
2566
|
-
data?: `0x${string}` | undefined;
|
|
2567
|
-
from?: `0x${string}` | undefined;
|
|
2568
|
-
gas?: `0x${string}` | undefined;
|
|
2569
|
-
nonce?: `0x${string}` | undefined;
|
|
2570
|
-
value?: `0x${string}` | undefined;
|
|
2571
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2572
|
-
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
2573
|
-
blobs?: undefined;
|
|
2574
|
-
blobVersionedHashes?: undefined;
|
|
2575
|
-
kzg?: undefined;
|
|
2576
|
-
sidecars?: undefined;
|
|
2577
|
-
calls?: undefined;
|
|
2578
|
-
nonceKey?: undefined;
|
|
2579
|
-
validAfter?: undefined;
|
|
2580
|
-
feeToken?: undefined;
|
|
2581
|
-
keyAuthorization?: undefined;
|
|
2582
|
-
validBefore?: undefined;
|
|
2583
|
-
feePayer?: undefined;
|
|
2584
|
-
} | {
|
|
2585
|
-
data?: `0x${string}` | undefined;
|
|
2586
|
-
from?: `0x${string}` | undefined;
|
|
2587
|
-
gas?: `0x${string}` | undefined;
|
|
2588
|
-
nonce?: `0x${string}` | undefined;
|
|
2589
|
-
to?: `0x${string}` | null | undefined;
|
|
2590
|
-
type?: "0x76" | undefined;
|
|
2591
|
-
value?: `0x${string}` | undefined;
|
|
2592
|
-
gasPrice?: undefined | undefined;
|
|
2593
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
2594
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2595
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2596
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2597
|
-
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
2598
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`>[] | undefined;
|
|
2599
|
-
feePayer?: true | import("viem").Account | undefined;
|
|
2600
|
-
feeToken?: bigint | `0x${string}` | undefined;
|
|
2601
|
-
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
2602
|
-
validBefore?: `0x${string}` | undefined;
|
|
2603
|
-
validAfter?: `0x${string}` | undefined;
|
|
2604
|
-
blobs?: undefined;
|
|
2605
|
-
blobVersionedHashes?: undefined;
|
|
2606
|
-
kzg?: undefined;
|
|
2607
|
-
sidecars?: undefined;
|
|
2608
|
-
authorizationList?: undefined;
|
|
2609
|
-
}) & {};
|
|
2610
|
-
type: "transactionRequest";
|
|
2611
|
-
};
|
|
2612
|
-
};
|
|
2613
|
-
readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { phase }: {
|
|
2614
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2615
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>, {
|
|
2616
|
-
readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
|
|
2617
|
-
}];
|
|
2618
|
-
readonly serializers: {
|
|
2619
|
-
readonly transaction: import("viem").SerializeTransactionFn;
|
|
2620
|
-
};
|
|
2621
|
-
readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
|
|
2622
|
-
}>, extended_1>;
|
|
2148
|
+
readonly transaction: typeof import("viem/zksync").serializeTransaction;
|
|
2149
|
+
};
|
|
2150
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2623
2151
|
})[];
|
|
2624
2152
|
declare const testnetChains: ({
|
|
2625
2153
|
blockExplorers: {
|
|
@@ -5099,46 +4627,86 @@ declare const chains: ({
|
|
|
5099
4627
|
} | {
|
|
5100
4628
|
blockExplorers: {
|
|
5101
4629
|
readonly default: {
|
|
5102
|
-
readonly name: "
|
|
5103
|
-
readonly url: "https://
|
|
4630
|
+
readonly name: "Etherscan";
|
|
4631
|
+
readonly url: "https://abscan.org";
|
|
4632
|
+
};
|
|
4633
|
+
readonly native: {
|
|
4634
|
+
readonly name: "Abstract Explorer";
|
|
4635
|
+
readonly url: "https://explorer.mainnet.abs.xyz";
|
|
4636
|
+
};
|
|
4637
|
+
};
|
|
4638
|
+
blockTime: 200;
|
|
4639
|
+
contracts: {
|
|
4640
|
+
readonly multicall3: {
|
|
4641
|
+
readonly address: "0xAa4De41dba0Ca5dCBb288b7cC6b708F3aaC759E7";
|
|
4642
|
+
readonly blockCreated: 5288;
|
|
4643
|
+
};
|
|
4644
|
+
readonly erc6492Verifier: {
|
|
4645
|
+
readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
|
|
4646
|
+
readonly blockCreated: 5263;
|
|
5104
4647
|
};
|
|
5105
4648
|
};
|
|
5106
|
-
blockTime: 1000;
|
|
5107
|
-
contracts?: {
|
|
5108
|
-
[x: string]: import("viem").ChainContract | {
|
|
5109
|
-
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
5110
|
-
} | undefined;
|
|
5111
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
5112
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
5113
|
-
multicall3?: import("viem").ChainContract | undefined;
|
|
5114
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
5115
|
-
} | undefined;
|
|
5116
4649
|
ensTlds?: readonly string[] | undefined;
|
|
5117
|
-
id:
|
|
5118
|
-
name: "
|
|
4650
|
+
id: 2741;
|
|
4651
|
+
name: "Abstract";
|
|
5119
4652
|
nativeCurrency: {
|
|
5120
|
-
readonly
|
|
5121
|
-
readonly
|
|
5122
|
-
readonly
|
|
4653
|
+
readonly decimals: 18;
|
|
4654
|
+
readonly name: "ETH";
|
|
4655
|
+
readonly symbol: "ETH";
|
|
5123
4656
|
};
|
|
5124
4657
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5125
4658
|
rpcUrls: {
|
|
5126
4659
|
readonly default: {
|
|
5127
|
-
readonly http: readonly ["https://
|
|
5128
|
-
readonly webSocket: readonly ["wss://
|
|
4660
|
+
readonly http: readonly ["https://api.mainnet.abs.xyz"];
|
|
4661
|
+
readonly webSocket: readonly ["wss://api.mainnet.abs.xyz/ws"];
|
|
5129
4662
|
};
|
|
5130
4663
|
};
|
|
5131
4664
|
sourceId?: number | undefined | undefined;
|
|
5132
4665
|
testnet?: boolean | undefined | undefined;
|
|
5133
|
-
custom
|
|
5134
|
-
|
|
5135
|
-
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
4666
|
+
custom: {
|
|
4667
|
+
readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/chains").ZkSyncTransactionSerializable, import("viem/chains").ZkSyncEIP712TransactionSignable>;
|
|
5136
4668
|
};
|
|
4669
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
5137
4670
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5138
4671
|
formatters: {
|
|
4672
|
+
readonly block: {
|
|
4673
|
+
exclude: [] | undefined;
|
|
4674
|
+
format: (args: import("viem/chains").ZkSyncRpcBlock, action?: string | undefined) => {
|
|
4675
|
+
baseFeePerGas: bigint | null;
|
|
4676
|
+
blobGasUsed: bigint;
|
|
4677
|
+
difficulty: bigint;
|
|
4678
|
+
excessBlobGas: bigint;
|
|
4679
|
+
extraData: import("viem").Hex;
|
|
4680
|
+
gasLimit: bigint;
|
|
4681
|
+
gasUsed: bigint;
|
|
4682
|
+
hash: `0x${string}` | null;
|
|
4683
|
+
logsBloom: `0x${string}` | null;
|
|
4684
|
+
miner: import("abitype").Address;
|
|
4685
|
+
mixHash: import("viem").Hash;
|
|
4686
|
+
nonce: `0x${string}` | null;
|
|
4687
|
+
number: bigint | null;
|
|
4688
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
4689
|
+
parentHash: import("viem").Hash;
|
|
4690
|
+
receiptsRoot: import("viem").Hex;
|
|
4691
|
+
sealFields: import("viem").Hex[];
|
|
4692
|
+
sha3Uncles: import("viem").Hash;
|
|
4693
|
+
size: bigint;
|
|
4694
|
+
stateRoot: import("viem").Hash;
|
|
4695
|
+
timestamp: bigint;
|
|
4696
|
+
totalDifficulty: bigint | null;
|
|
4697
|
+
transactions: `0x${string}`[] | import("viem/chains").ZkSyncTransaction<boolean>[];
|
|
4698
|
+
transactionsRoot: import("viem").Hash;
|
|
4699
|
+
uncles: import("viem").Hash[];
|
|
4700
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
4701
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
4702
|
+
l1BatchNumber: bigint | null;
|
|
4703
|
+
l1BatchTimestamp: bigint | null;
|
|
4704
|
+
} & {};
|
|
4705
|
+
type: "block";
|
|
4706
|
+
};
|
|
5139
4707
|
readonly transaction: {
|
|
5140
|
-
exclude:
|
|
5141
|
-
format: (args: import("viem/
|
|
4708
|
+
exclude: [] | undefined;
|
|
4709
|
+
format: (args: import("viem/chains").ZkSyncRpcTransaction, action?: string | undefined) => ({
|
|
5142
4710
|
r: import("viem").Hex;
|
|
5143
4711
|
s: import("viem").Hex;
|
|
5144
4712
|
v: bigint;
|
|
@@ -5163,14 +4731,8 @@ declare const chains: ({
|
|
|
5163
4731
|
maxFeePerBlobGas?: undefined | undefined;
|
|
5164
4732
|
maxFeePerGas?: undefined | undefined;
|
|
5165
4733
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
nonceKey?: undefined;
|
|
5169
|
-
validAfter?: undefined;
|
|
5170
|
-
feeToken?: undefined;
|
|
5171
|
-
feePayerSignature?: undefined;
|
|
5172
|
-
keyAuthorization?: undefined;
|
|
5173
|
-
validBefore?: undefined;
|
|
4734
|
+
l1BatchNumber: bigint | null;
|
|
4735
|
+
l1BatchTxIndex: bigint | null;
|
|
5174
4736
|
} | {
|
|
5175
4737
|
blockHash: `0x${string}` | null;
|
|
5176
4738
|
blockNumber: bigint | null;
|
|
@@ -5196,14 +4758,8 @@ declare const chains: ({
|
|
|
5196
4758
|
maxFeePerBlobGas?: undefined | undefined;
|
|
5197
4759
|
maxFeePerGas?: undefined | undefined;
|
|
5198
4760
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
nonceKey?: undefined;
|
|
5202
|
-
validAfter?: undefined;
|
|
5203
|
-
feeToken?: undefined;
|
|
5204
|
-
feePayerSignature?: undefined;
|
|
5205
|
-
keyAuthorization?: undefined;
|
|
5206
|
-
validBefore?: undefined;
|
|
4761
|
+
l1BatchNumber: bigint | null;
|
|
4762
|
+
l1BatchTxIndex: bigint | null;
|
|
5207
4763
|
} | {
|
|
5208
4764
|
blockHash: `0x${string}` | null;
|
|
5209
4765
|
blockNumber: bigint | null;
|
|
@@ -5229,14 +4785,8 @@ declare const chains: ({
|
|
|
5229
4785
|
maxFeePerBlobGas?: undefined | undefined;
|
|
5230
4786
|
maxFeePerGas: bigint;
|
|
5231
4787
|
maxPriorityFeePerGas: bigint;
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
nonceKey?: undefined;
|
|
5235
|
-
validAfter?: undefined;
|
|
5236
|
-
feeToken?: undefined;
|
|
5237
|
-
feePayerSignature?: undefined;
|
|
5238
|
-
keyAuthorization?: undefined;
|
|
5239
|
-
validBefore?: undefined;
|
|
4788
|
+
l1BatchNumber: bigint | null;
|
|
4789
|
+
l1BatchTxIndex: bigint | null;
|
|
5240
4790
|
} | {
|
|
5241
4791
|
blockHash: `0x${string}` | null;
|
|
5242
4792
|
blockNumber: bigint | null;
|
|
@@ -5262,14 +4812,8 @@ declare const chains: ({
|
|
|
5262
4812
|
maxFeePerBlobGas: bigint;
|
|
5263
4813
|
maxFeePerGas: bigint;
|
|
5264
4814
|
maxPriorityFeePerGas: bigint;
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
nonceKey?: undefined;
|
|
5268
|
-
validAfter?: undefined;
|
|
5269
|
-
feeToken?: undefined;
|
|
5270
|
-
feePayerSignature?: undefined;
|
|
5271
|
-
keyAuthorization?: undefined;
|
|
5272
|
-
validBefore?: undefined;
|
|
4815
|
+
l1BatchNumber: bigint | null;
|
|
4816
|
+
l1BatchTxIndex: bigint | null;
|
|
5273
4817
|
} | {
|
|
5274
4818
|
blockHash: `0x${string}` | null;
|
|
5275
4819
|
blockNumber: bigint | null;
|
|
@@ -5295,83 +4839,86 @@ declare const chains: ({
|
|
|
5295
4839
|
maxFeePerBlobGas?: undefined | undefined;
|
|
5296
4840
|
maxFeePerGas: bigint;
|
|
5297
4841
|
maxPriorityFeePerGas: bigint;
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
nonceKey?: undefined;
|
|
5301
|
-
validAfter?: undefined;
|
|
5302
|
-
feeToken?: undefined;
|
|
5303
|
-
feePayerSignature?: undefined;
|
|
5304
|
-
keyAuthorization?: undefined;
|
|
5305
|
-
validBefore?: undefined;
|
|
4842
|
+
l1BatchNumber: bigint | null;
|
|
4843
|
+
l1BatchTxIndex: bigint | null;
|
|
5306
4844
|
} | {
|
|
4845
|
+
blockHash: `0x${string}` | null;
|
|
4846
|
+
blockNumber: bigint | null;
|
|
5307
4847
|
from: import("abitype").Address;
|
|
5308
4848
|
gas: bigint;
|
|
4849
|
+
hash: import("viem").Hash;
|
|
4850
|
+
input: import("viem").Hex;
|
|
5309
4851
|
nonce: number;
|
|
4852
|
+
r: import("viem").Hex;
|
|
4853
|
+
s: import("viem").Hex;
|
|
4854
|
+
to: import("abitype").Address | null;
|
|
4855
|
+
transactionIndex: number | null;
|
|
4856
|
+
typeHex: import("viem").Hex | null;
|
|
4857
|
+
v: bigint;
|
|
4858
|
+
value: bigint;
|
|
4859
|
+
yParity: number;
|
|
4860
|
+
l1BatchNumber: bigint | null;
|
|
4861
|
+
l1BatchTxIndex: bigint | null;
|
|
4862
|
+
gasPrice?: undefined | undefined;
|
|
4863
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
4864
|
+
maxFeePerGas: bigint;
|
|
4865
|
+
maxPriorityFeePerGas: bigint;
|
|
4866
|
+
type: "priority";
|
|
4867
|
+
} | {
|
|
5310
4868
|
blockHash: `0x${string}` | null;
|
|
5311
4869
|
blockNumber: bigint | null;
|
|
4870
|
+
from: import("abitype").Address;
|
|
4871
|
+
gas: bigint;
|
|
5312
4872
|
hash: import("viem").Hash;
|
|
4873
|
+
input: import("viem").Hex;
|
|
4874
|
+
nonce: number;
|
|
4875
|
+
r: import("viem").Hex;
|
|
4876
|
+
s: import("viem").Hex;
|
|
4877
|
+
to: import("abitype").Address | null;
|
|
5313
4878
|
transactionIndex: number | null;
|
|
5314
4879
|
typeHex: import("viem").Hex | null;
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
authorizationList?: readonly {
|
|
5321
|
-
address: import("ox/_types/core/Address").Address;
|
|
5322
|
-
chainId: number;
|
|
5323
|
-
nonce: bigint;
|
|
5324
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
5325
|
-
}[] | undefined;
|
|
5326
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint>[];
|
|
5327
|
-
chainId: number;
|
|
5328
|
-
feeToken?: `0x${string}` | undefined;
|
|
5329
|
-
feePayerSignature?: import("viem").Signature | undefined;
|
|
5330
|
-
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
5331
|
-
nonceKey?: bigint | undefined;
|
|
5332
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
|
|
5333
|
-
type: "tempo";
|
|
5334
|
-
validBefore?: number | undefined;
|
|
5335
|
-
validAfter?: number | undefined;
|
|
4880
|
+
v: bigint;
|
|
4881
|
+
value: bigint;
|
|
4882
|
+
yParity: number;
|
|
4883
|
+
l1BatchNumber: bigint | null;
|
|
4884
|
+
l1BatchTxIndex: bigint | null;
|
|
5336
4885
|
gasPrice?: undefined | undefined;
|
|
5337
4886
|
maxFeePerBlobGas?: undefined | undefined;
|
|
5338
4887
|
maxFeePerGas: bigint;
|
|
5339
4888
|
maxPriorityFeePerGas: bigint;
|
|
5340
|
-
|
|
5341
|
-
value?: undefined;
|
|
5342
|
-
blobVersionedHashes?: undefined;
|
|
5343
|
-
input?: undefined;
|
|
4889
|
+
type: "eip712" | "priority";
|
|
5344
4890
|
}) & {};
|
|
5345
4891
|
type: "transaction";
|
|
5346
4892
|
};
|
|
5347
4893
|
readonly transactionReceipt: {
|
|
5348
4894
|
exclude: [] | undefined;
|
|
5349
|
-
format: (args: import("viem/
|
|
5350
|
-
|
|
5351
|
-
|
|
4895
|
+
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
4896
|
+
type: import("viem/chains").ZkSyncTransactionType;
|
|
4897
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
4898
|
+
to: import("abitype").Address | null;
|
|
4899
|
+
from: import("abitype").Address;
|
|
5352
4900
|
blockHash: import("viem").Hash;
|
|
5353
4901
|
blockNumber: bigint;
|
|
5354
|
-
|
|
4902
|
+
transactionIndex: number;
|
|
4903
|
+
status: "success" | "reverted";
|
|
4904
|
+
transactionHash: import("viem").Hash;
|
|
4905
|
+
logsBloom: import("viem").Hex;
|
|
4906
|
+
blobGasUsed?: bigint | undefined;
|
|
4907
|
+
gasUsed: bigint;
|
|
4908
|
+
blobGasPrice?: bigint | undefined;
|
|
5355
4909
|
cumulativeGasUsed: bigint;
|
|
5356
4910
|
effectiveGasPrice: bigint;
|
|
5357
|
-
from: import("abitype").Address;
|
|
5358
|
-
gasUsed: bigint;
|
|
5359
|
-
logs: import("viem").Log<bigint, number, false>[];
|
|
5360
|
-
logsBloom: import("viem").Hex;
|
|
5361
4911
|
root?: `0x${string}` | undefined;
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
type: import("viem/_types/tempo/Transaction").TransactionType;
|
|
5367
|
-
feePayer?: `0x${string}` | undefined;
|
|
5368
|
-
feeToken?: `0x${string}` | undefined;
|
|
4912
|
+
l1BatchNumber: bigint | null;
|
|
4913
|
+
l1BatchTxIndex: bigint | null;
|
|
4914
|
+
logs: import("viem/chains").ZkSyncLog[];
|
|
4915
|
+
l2ToL1Logs: import("viem/chains").ZkSyncL2ToL1Log[];
|
|
5369
4916
|
} & {};
|
|
5370
4917
|
type: "transactionReceipt";
|
|
5371
4918
|
};
|
|
5372
4919
|
readonly transactionRequest: {
|
|
5373
|
-
exclude: [] | undefined;
|
|
5374
|
-
format: (args: import("viem/
|
|
4920
|
+
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
4921
|
+
format: (args: import("viem/chains").ZkSyncTransactionRequest, action?: string | undefined) => ({
|
|
5375
4922
|
data?: `0x${string}` | undefined;
|
|
5376
4923
|
from?: `0x${string}` | undefined;
|
|
5377
4924
|
gas?: `0x${string}` | undefined;
|
|
@@ -5389,13 +4936,7 @@ declare const chains: ({
|
|
|
5389
4936
|
accessList?: undefined;
|
|
5390
4937
|
sidecars?: undefined;
|
|
5391
4938
|
authorizationList?: undefined;
|
|
5392
|
-
|
|
5393
|
-
nonceKey?: undefined;
|
|
5394
|
-
validAfter?: undefined;
|
|
5395
|
-
feeToken?: undefined;
|
|
5396
|
-
keyAuthorization?: undefined;
|
|
5397
|
-
validBefore?: undefined;
|
|
5398
|
-
feePayer?: undefined;
|
|
4939
|
+
eip712Meta?: undefined | undefined;
|
|
5399
4940
|
} | {
|
|
5400
4941
|
data?: `0x${string}` | undefined;
|
|
5401
4942
|
from?: `0x${string}` | undefined;
|
|
@@ -5414,13 +4955,7 @@ declare const chains: ({
|
|
|
5414
4955
|
kzg?: undefined;
|
|
5415
4956
|
sidecars?: undefined;
|
|
5416
4957
|
authorizationList?: undefined;
|
|
5417
|
-
|
|
5418
|
-
nonceKey?: undefined;
|
|
5419
|
-
validAfter?: undefined;
|
|
5420
|
-
feeToken?: undefined;
|
|
5421
|
-
keyAuthorization?: undefined;
|
|
5422
|
-
validBefore?: undefined;
|
|
5423
|
-
feePayer?: undefined;
|
|
4958
|
+
eip712Meta?: undefined | undefined;
|
|
5424
4959
|
} | {
|
|
5425
4960
|
data?: `0x${string}` | undefined;
|
|
5426
4961
|
from?: `0x${string}` | undefined;
|
|
@@ -5439,13 +4974,7 @@ declare const chains: ({
|
|
|
5439
4974
|
kzg?: undefined;
|
|
5440
4975
|
sidecars?: undefined;
|
|
5441
4976
|
authorizationList?: undefined;
|
|
5442
|
-
|
|
5443
|
-
nonceKey?: undefined;
|
|
5444
|
-
validAfter?: undefined;
|
|
5445
|
-
feeToken?: undefined;
|
|
5446
|
-
keyAuthorization?: undefined;
|
|
5447
|
-
validBefore?: undefined;
|
|
5448
|
-
feePayer?: undefined;
|
|
4977
|
+
eip712Meta?: undefined | undefined;
|
|
5449
4978
|
} | {
|
|
5450
4979
|
type?: "0x3" | undefined;
|
|
5451
4980
|
data?: `0x${string}` | undefined;
|
|
@@ -5464,13 +4993,7 @@ declare const chains: ({
|
|
|
5464
4993
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
5465
4994
|
kzg?: undefined;
|
|
5466
4995
|
authorizationList?: undefined;
|
|
5467
|
-
|
|
5468
|
-
nonceKey?: undefined;
|
|
5469
|
-
validAfter?: undefined;
|
|
5470
|
-
feeToken?: undefined;
|
|
5471
|
-
keyAuthorization?: undefined;
|
|
5472
|
-
validBefore?: undefined;
|
|
5473
|
-
feePayer?: undefined;
|
|
4996
|
+
eip712Meta?: undefined | undefined;
|
|
5474
4997
|
} | {
|
|
5475
4998
|
type?: "0x3" | undefined;
|
|
5476
4999
|
data?: `0x${string}` | undefined;
|
|
@@ -5489,13 +5012,7 @@ declare const chains: ({
|
|
|
5489
5012
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
5490
5013
|
kzg?: import("viem").Kzg | undefined;
|
|
5491
5014
|
authorizationList?: undefined;
|
|
5492
|
-
|
|
5493
|
-
nonceKey?: undefined;
|
|
5494
|
-
validAfter?: undefined;
|
|
5495
|
-
feeToken?: undefined;
|
|
5496
|
-
keyAuthorization?: undefined;
|
|
5497
|
-
validBefore?: undefined;
|
|
5498
|
-
feePayer?: undefined;
|
|
5015
|
+
eip712Meta?: undefined | undefined;
|
|
5499
5016
|
} | {
|
|
5500
5017
|
type?: "0x4" | undefined;
|
|
5501
5018
|
gasPrice?: undefined | undefined;
|
|
@@ -5514,502 +5031,41 @@ declare const chains: ({
|
|
|
5514
5031
|
blobVersionedHashes?: undefined;
|
|
5515
5032
|
kzg?: undefined;
|
|
5516
5033
|
sidecars?: undefined;
|
|
5517
|
-
|
|
5518
|
-
nonceKey?: undefined;
|
|
5519
|
-
validAfter?: undefined;
|
|
5520
|
-
feeToken?: undefined;
|
|
5521
|
-
keyAuthorization?: undefined;
|
|
5522
|
-
validBefore?: undefined;
|
|
5523
|
-
feePayer?: undefined;
|
|
5034
|
+
eip712Meta?: undefined | undefined;
|
|
5524
5035
|
} | {
|
|
5525
5036
|
data?: `0x${string}` | undefined;
|
|
5526
5037
|
from?: `0x${string}` | undefined;
|
|
5527
5038
|
gas?: `0x${string}` | undefined;
|
|
5528
5039
|
nonce?: `0x${string}` | undefined;
|
|
5529
5040
|
to?: `0x${string}` | null | undefined;
|
|
5530
|
-
type
|
|
5041
|
+
type: "0xff" | "0x71";
|
|
5531
5042
|
value?: `0x${string}` | undefined;
|
|
5532
5043
|
gasPrice?: undefined | undefined;
|
|
5533
5044
|
maxFeePerBlobGas?: undefined | undefined;
|
|
5534
5045
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5535
5046
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
blobs?: undefined;
|
|
5545
|
-
blobVersionedHashes?: undefined;
|
|
5546
|
-
kzg?: undefined;
|
|
5547
|
-
sidecars?: undefined;
|
|
5548
|
-
authorizationList?: undefined;
|
|
5549
|
-
}) & {};
|
|
5047
|
+
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
5048
|
+
}) & {
|
|
5049
|
+
paymaster: never;
|
|
5050
|
+
gasPerPubdata: never;
|
|
5051
|
+
factoryDeps: never;
|
|
5052
|
+
paymasterInput: never;
|
|
5053
|
+
customSignature: never;
|
|
5054
|
+
};
|
|
5550
5055
|
type: "transactionRequest";
|
|
5551
5056
|
};
|
|
5552
5057
|
};
|
|
5553
|
-
prepareTransactionRequest
|
|
5058
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5059
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5060
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5554
5061
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5555
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters
|
|
5556
|
-
|
|
5557
|
-
}];
|
|
5062
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
5063
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
5064
|
+
}] | undefined;
|
|
5558
5065
|
serializers: {
|
|
5559
|
-
readonly transaction: import("viem").
|
|
5560
|
-
};
|
|
5561
|
-
verifyHash
|
|
5562
|
-
extend: <const extended_1 extends {
|
|
5563
|
-
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
5564
|
-
}>(extended: extended_1) => import("viem/chains").Assign<import("viem/chains").Assign<import("viem/chains").Chain<undefined>, {
|
|
5565
|
-
readonly id: 4217;
|
|
5566
|
-
readonly blockExplorers: {
|
|
5567
|
-
readonly default: {
|
|
5568
|
-
readonly name: "Tempo Explorer";
|
|
5569
|
-
readonly url: "https://explore.mainnet.tempo.xyz";
|
|
5570
|
-
};
|
|
5571
|
-
};
|
|
5572
|
-
readonly name: "Tempo Mainnet";
|
|
5573
|
-
readonly nativeCurrency: {
|
|
5574
|
-
readonly name: "USD";
|
|
5575
|
-
readonly symbol: "USD";
|
|
5576
|
-
readonly decimals: 6;
|
|
5577
|
-
};
|
|
5578
|
-
readonly rpcUrls: {
|
|
5579
|
-
readonly default: {
|
|
5580
|
-
readonly http: readonly ["https://rpc.presto.tempo.xyz"];
|
|
5581
|
-
readonly webSocket: readonly ["wss://rpc.presto.tempo.xyz"];
|
|
5582
|
-
};
|
|
5583
|
-
};
|
|
5584
|
-
readonly blockTime: 1000;
|
|
5585
|
-
readonly extendSchema: {
|
|
5586
|
-
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
5587
|
-
};
|
|
5588
|
-
readonly formatters: {
|
|
5589
|
-
readonly transaction: {
|
|
5590
|
-
exclude: never[] | undefined;
|
|
5591
|
-
format: (args: import("viem/_types/tempo/Transaction").TransactionRpc, action?: string | undefined) => ({
|
|
5592
|
-
r: import("viem").Hex;
|
|
5593
|
-
s: import("viem").Hex;
|
|
5594
|
-
v: bigint;
|
|
5595
|
-
to: import("abitype").Address | null;
|
|
5596
|
-
from: import("abitype").Address;
|
|
5597
|
-
gas: bigint;
|
|
5598
|
-
nonce: number;
|
|
5599
|
-
value: bigint;
|
|
5600
|
-
blockHash: `0x${string}` | null;
|
|
5601
|
-
blockNumber: bigint | null;
|
|
5602
|
-
hash: import("viem").Hash;
|
|
5603
|
-
input: import("viem").Hex;
|
|
5604
|
-
transactionIndex: number | null;
|
|
5605
|
-
typeHex: import("viem").Hex | null;
|
|
5606
|
-
accessList?: undefined | undefined;
|
|
5607
|
-
authorizationList?: undefined | undefined;
|
|
5608
|
-
blobVersionedHashes?: undefined | undefined;
|
|
5609
|
-
chainId?: number | undefined;
|
|
5610
|
-
yParity?: undefined | undefined;
|
|
5611
|
-
type: "legacy";
|
|
5612
|
-
gasPrice: bigint;
|
|
5613
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5614
|
-
maxFeePerGas?: undefined | undefined;
|
|
5615
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
5616
|
-
signature?: undefined;
|
|
5617
|
-
calls?: undefined;
|
|
5618
|
-
nonceKey?: undefined;
|
|
5619
|
-
validAfter?: undefined;
|
|
5620
|
-
feeToken?: undefined;
|
|
5621
|
-
feePayerSignature?: undefined;
|
|
5622
|
-
keyAuthorization?: undefined;
|
|
5623
|
-
validBefore?: undefined;
|
|
5624
|
-
} | {
|
|
5625
|
-
blockHash: `0x${string}` | null;
|
|
5626
|
-
blockNumber: bigint | null;
|
|
5627
|
-
from: import("abitype").Address;
|
|
5628
|
-
gas: bigint;
|
|
5629
|
-
hash: import("viem").Hash;
|
|
5630
|
-
input: import("viem").Hex;
|
|
5631
|
-
nonce: number;
|
|
5632
|
-
r: import("viem").Hex;
|
|
5633
|
-
s: import("viem").Hex;
|
|
5634
|
-
to: import("abitype").Address | null;
|
|
5635
|
-
transactionIndex: number | null;
|
|
5636
|
-
typeHex: import("viem").Hex | null;
|
|
5637
|
-
v: bigint;
|
|
5638
|
-
value: bigint;
|
|
5639
|
-
yParity: number;
|
|
5640
|
-
accessList: import("viem").AccessList;
|
|
5641
|
-
authorizationList?: undefined | undefined;
|
|
5642
|
-
blobVersionedHashes?: undefined | undefined;
|
|
5643
|
-
chainId: number;
|
|
5644
|
-
type: "eip2930";
|
|
5645
|
-
gasPrice: bigint;
|
|
5646
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5647
|
-
maxFeePerGas?: undefined | undefined;
|
|
5648
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
5649
|
-
signature?: undefined;
|
|
5650
|
-
calls?: undefined;
|
|
5651
|
-
nonceKey?: undefined;
|
|
5652
|
-
validAfter?: undefined;
|
|
5653
|
-
feeToken?: undefined;
|
|
5654
|
-
feePayerSignature?: undefined;
|
|
5655
|
-
keyAuthorization?: undefined;
|
|
5656
|
-
validBefore?: undefined;
|
|
5657
|
-
} | {
|
|
5658
|
-
blockHash: `0x${string}` | null;
|
|
5659
|
-
blockNumber: bigint | null;
|
|
5660
|
-
from: import("abitype").Address;
|
|
5661
|
-
gas: bigint;
|
|
5662
|
-
hash: import("viem").Hash;
|
|
5663
|
-
input: import("viem").Hex;
|
|
5664
|
-
nonce: number;
|
|
5665
|
-
r: import("viem").Hex;
|
|
5666
|
-
s: import("viem").Hex;
|
|
5667
|
-
to: import("abitype").Address | null;
|
|
5668
|
-
transactionIndex: number | null;
|
|
5669
|
-
typeHex: import("viem").Hex | null;
|
|
5670
|
-
v: bigint;
|
|
5671
|
-
value: bigint;
|
|
5672
|
-
yParity: number;
|
|
5673
|
-
accessList: import("viem").AccessList;
|
|
5674
|
-
authorizationList?: undefined | undefined;
|
|
5675
|
-
blobVersionedHashes?: undefined | undefined;
|
|
5676
|
-
chainId: number;
|
|
5677
|
-
type: "eip1559";
|
|
5678
|
-
gasPrice?: undefined | undefined;
|
|
5679
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5680
|
-
maxFeePerGas: bigint;
|
|
5681
|
-
maxPriorityFeePerGas: bigint;
|
|
5682
|
-
signature?: undefined;
|
|
5683
|
-
calls?: undefined;
|
|
5684
|
-
nonceKey?: undefined;
|
|
5685
|
-
validAfter?: undefined;
|
|
5686
|
-
feeToken?: undefined;
|
|
5687
|
-
feePayerSignature?: undefined;
|
|
5688
|
-
keyAuthorization?: undefined;
|
|
5689
|
-
validBefore?: undefined;
|
|
5690
|
-
} | {
|
|
5691
|
-
blockHash: `0x${string}` | null;
|
|
5692
|
-
blockNumber: bigint | null;
|
|
5693
|
-
from: import("abitype").Address;
|
|
5694
|
-
gas: bigint;
|
|
5695
|
-
hash: import("viem").Hash;
|
|
5696
|
-
input: import("viem").Hex;
|
|
5697
|
-
nonce: number;
|
|
5698
|
-
r: import("viem").Hex;
|
|
5699
|
-
s: import("viem").Hex;
|
|
5700
|
-
to: import("abitype").Address | null;
|
|
5701
|
-
transactionIndex: number | null;
|
|
5702
|
-
typeHex: import("viem").Hex | null;
|
|
5703
|
-
v: bigint;
|
|
5704
|
-
value: bigint;
|
|
5705
|
-
yParity: number;
|
|
5706
|
-
accessList: import("viem").AccessList;
|
|
5707
|
-
authorizationList?: undefined | undefined;
|
|
5708
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
5709
|
-
chainId: number;
|
|
5710
|
-
type: "eip4844";
|
|
5711
|
-
gasPrice?: undefined | undefined;
|
|
5712
|
-
maxFeePerBlobGas: bigint;
|
|
5713
|
-
maxFeePerGas: bigint;
|
|
5714
|
-
maxPriorityFeePerGas: bigint;
|
|
5715
|
-
signature?: undefined;
|
|
5716
|
-
calls?: undefined;
|
|
5717
|
-
nonceKey?: undefined;
|
|
5718
|
-
validAfter?: undefined;
|
|
5719
|
-
feeToken?: undefined;
|
|
5720
|
-
feePayerSignature?: undefined;
|
|
5721
|
-
keyAuthorization?: undefined;
|
|
5722
|
-
validBefore?: undefined;
|
|
5723
|
-
} | {
|
|
5724
|
-
blockHash: `0x${string}` | null;
|
|
5725
|
-
blockNumber: bigint | null;
|
|
5726
|
-
from: import("abitype").Address;
|
|
5727
|
-
gas: bigint;
|
|
5728
|
-
hash: import("viem").Hash;
|
|
5729
|
-
input: import("viem").Hex;
|
|
5730
|
-
nonce: number;
|
|
5731
|
-
r: import("viem").Hex;
|
|
5732
|
-
s: import("viem").Hex;
|
|
5733
|
-
to: import("abitype").Address | null;
|
|
5734
|
-
transactionIndex: number | null;
|
|
5735
|
-
typeHex: import("viem").Hex | null;
|
|
5736
|
-
v: bigint;
|
|
5737
|
-
value: bigint;
|
|
5738
|
-
yParity: number;
|
|
5739
|
-
accessList: import("viem").AccessList;
|
|
5740
|
-
authorizationList: import("viem").SignedAuthorizationList;
|
|
5741
|
-
blobVersionedHashes?: undefined | undefined;
|
|
5742
|
-
chainId: number;
|
|
5743
|
-
type: "eip7702";
|
|
5744
|
-
gasPrice?: undefined | undefined;
|
|
5745
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5746
|
-
maxFeePerGas: bigint;
|
|
5747
|
-
maxPriorityFeePerGas: bigint;
|
|
5748
|
-
signature?: undefined;
|
|
5749
|
-
calls?: undefined;
|
|
5750
|
-
nonceKey?: undefined;
|
|
5751
|
-
validAfter?: undefined;
|
|
5752
|
-
feeToken?: undefined;
|
|
5753
|
-
feePayerSignature?: undefined;
|
|
5754
|
-
keyAuthorization?: undefined;
|
|
5755
|
-
validBefore?: undefined;
|
|
5756
|
-
} | {
|
|
5757
|
-
from: import("abitype").Address;
|
|
5758
|
-
gas: bigint;
|
|
5759
|
-
nonce: number;
|
|
5760
|
-
blockHash: `0x${string}` | null;
|
|
5761
|
-
blockNumber: bigint | null;
|
|
5762
|
-
hash: import("viem").Hash;
|
|
5763
|
-
transactionIndex: number | null;
|
|
5764
|
-
typeHex: import("viem").Hex | null;
|
|
5765
|
-
r?: `0x${string}` | undefined;
|
|
5766
|
-
s?: `0x${string}` | undefined;
|
|
5767
|
-
v?: bigint | undefined;
|
|
5768
|
-
yParity?: number | undefined;
|
|
5769
|
-
accessList: import("viem").AccessList;
|
|
5770
|
-
authorizationList?: readonly {
|
|
5771
|
-
address: import("ox/_types/core/Address").Address;
|
|
5772
|
-
chainId: number;
|
|
5773
|
-
nonce: bigint;
|
|
5774
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
5775
|
-
}[] | undefined;
|
|
5776
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint>[];
|
|
5777
|
-
chainId: number;
|
|
5778
|
-
feeToken?: `0x${string}` | undefined;
|
|
5779
|
-
feePayerSignature?: import("viem").Signature | undefined;
|
|
5780
|
-
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
5781
|
-
nonceKey?: bigint | undefined;
|
|
5782
|
-
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
|
|
5783
|
-
type: "tempo";
|
|
5784
|
-
validBefore?: number | undefined;
|
|
5785
|
-
validAfter?: number | undefined;
|
|
5786
|
-
gasPrice?: undefined | undefined;
|
|
5787
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5788
|
-
maxFeePerGas: bigint;
|
|
5789
|
-
maxPriorityFeePerGas: bigint;
|
|
5790
|
-
to?: undefined;
|
|
5791
|
-
value?: undefined;
|
|
5792
|
-
blobVersionedHashes?: undefined;
|
|
5793
|
-
input?: undefined;
|
|
5794
|
-
}) & {};
|
|
5795
|
-
type: "transaction";
|
|
5796
|
-
};
|
|
5797
|
-
readonly transactionReceipt: {
|
|
5798
|
-
exclude: [] | undefined;
|
|
5799
|
-
format: (args: import("viem/_types/tempo/Transaction").TransactionReceiptRpc, action?: string | undefined) => {
|
|
5800
|
-
blobGasPrice?: bigint | undefined;
|
|
5801
|
-
blobGasUsed?: bigint | undefined;
|
|
5802
|
-
blockHash: import("viem").Hash;
|
|
5803
|
-
blockNumber: bigint;
|
|
5804
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
5805
|
-
cumulativeGasUsed: bigint;
|
|
5806
|
-
effectiveGasPrice: bigint;
|
|
5807
|
-
from: import("abitype").Address;
|
|
5808
|
-
gasUsed: bigint;
|
|
5809
|
-
logs: import("viem").Log<bigint, number, false>[];
|
|
5810
|
-
logsBloom: import("viem").Hex;
|
|
5811
|
-
root?: `0x${string}` | undefined;
|
|
5812
|
-
status: "success" | "reverted";
|
|
5813
|
-
to: import("abitype").Address | null;
|
|
5814
|
-
transactionHash: import("viem").Hash;
|
|
5815
|
-
transactionIndex: number;
|
|
5816
|
-
type: import("viem/_types/tempo/Transaction").TransactionType;
|
|
5817
|
-
feePayer?: `0x${string}` | undefined;
|
|
5818
|
-
feeToken?: `0x${string}` | undefined;
|
|
5819
|
-
} & {};
|
|
5820
|
-
type: "transactionReceipt";
|
|
5821
|
-
};
|
|
5822
|
-
readonly transactionRequest: {
|
|
5823
|
-
exclude: [] | undefined;
|
|
5824
|
-
format: (args: import("viem/_types/tempo/Transaction").TransactionRequest, action?: string | undefined) => ({
|
|
5825
|
-
data?: `0x${string}` | undefined;
|
|
5826
|
-
from?: `0x${string}` | undefined;
|
|
5827
|
-
gas?: `0x${string}` | undefined;
|
|
5828
|
-
nonce?: `0x${string}` | undefined;
|
|
5829
|
-
to?: `0x${string}` | null | undefined;
|
|
5830
|
-
type?: "0x0" | undefined;
|
|
5831
|
-
value?: `0x${string}` | undefined;
|
|
5832
|
-
gasPrice?: `0x${string}` | undefined;
|
|
5833
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5834
|
-
maxFeePerGas?: undefined | undefined;
|
|
5835
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
5836
|
-
blobs?: undefined;
|
|
5837
|
-
blobVersionedHashes?: undefined;
|
|
5838
|
-
kzg?: undefined;
|
|
5839
|
-
accessList?: undefined;
|
|
5840
|
-
sidecars?: undefined;
|
|
5841
|
-
authorizationList?: undefined;
|
|
5842
|
-
calls?: undefined;
|
|
5843
|
-
nonceKey?: undefined;
|
|
5844
|
-
validAfter?: undefined;
|
|
5845
|
-
feeToken?: undefined;
|
|
5846
|
-
keyAuthorization?: undefined;
|
|
5847
|
-
validBefore?: undefined;
|
|
5848
|
-
feePayer?: undefined;
|
|
5849
|
-
} | {
|
|
5850
|
-
data?: `0x${string}` | undefined;
|
|
5851
|
-
from?: `0x${string}` | undefined;
|
|
5852
|
-
gas?: `0x${string}` | undefined;
|
|
5853
|
-
nonce?: `0x${string}` | undefined;
|
|
5854
|
-
to?: `0x${string}` | null | undefined;
|
|
5855
|
-
type?: "0x1" | undefined;
|
|
5856
|
-
value?: `0x${string}` | undefined;
|
|
5857
|
-
gasPrice?: `0x${string}` | undefined;
|
|
5858
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5859
|
-
maxFeePerGas?: undefined | undefined;
|
|
5860
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
5861
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5862
|
-
blobs?: undefined;
|
|
5863
|
-
blobVersionedHashes?: undefined;
|
|
5864
|
-
kzg?: undefined;
|
|
5865
|
-
sidecars?: undefined;
|
|
5866
|
-
authorizationList?: undefined;
|
|
5867
|
-
calls?: undefined;
|
|
5868
|
-
nonceKey?: undefined;
|
|
5869
|
-
validAfter?: undefined;
|
|
5870
|
-
feeToken?: undefined;
|
|
5871
|
-
keyAuthorization?: undefined;
|
|
5872
|
-
validBefore?: undefined;
|
|
5873
|
-
feePayer?: undefined;
|
|
5874
|
-
} | {
|
|
5875
|
-
data?: `0x${string}` | undefined;
|
|
5876
|
-
from?: `0x${string}` | undefined;
|
|
5877
|
-
gas?: `0x${string}` | undefined;
|
|
5878
|
-
nonce?: `0x${string}` | undefined;
|
|
5879
|
-
to?: `0x${string}` | null | undefined;
|
|
5880
|
-
type?: "0x2" | undefined;
|
|
5881
|
-
value?: `0x${string}` | undefined;
|
|
5882
|
-
gasPrice?: undefined | undefined;
|
|
5883
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5884
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
5885
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5886
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5887
|
-
blobs?: undefined;
|
|
5888
|
-
blobVersionedHashes?: undefined;
|
|
5889
|
-
kzg?: undefined;
|
|
5890
|
-
sidecars?: undefined;
|
|
5891
|
-
authorizationList?: undefined;
|
|
5892
|
-
calls?: undefined;
|
|
5893
|
-
nonceKey?: undefined;
|
|
5894
|
-
validAfter?: undefined;
|
|
5895
|
-
feeToken?: undefined;
|
|
5896
|
-
keyAuthorization?: undefined;
|
|
5897
|
-
validBefore?: undefined;
|
|
5898
|
-
feePayer?: undefined;
|
|
5899
|
-
} | {
|
|
5900
|
-
type?: "0x3" | undefined;
|
|
5901
|
-
data?: `0x${string}` | undefined;
|
|
5902
|
-
from?: `0x${string}` | undefined;
|
|
5903
|
-
gas?: `0x${string}` | undefined;
|
|
5904
|
-
nonce?: `0x${string}` | undefined;
|
|
5905
|
-
value?: `0x${string}` | undefined;
|
|
5906
|
-
to: `0x${string}` | null;
|
|
5907
|
-
gasPrice?: undefined | undefined;
|
|
5908
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5909
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
5910
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5911
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5912
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5913
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
5914
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
5915
|
-
kzg?: undefined;
|
|
5916
|
-
authorizationList?: undefined;
|
|
5917
|
-
calls?: undefined;
|
|
5918
|
-
nonceKey?: undefined;
|
|
5919
|
-
validAfter?: undefined;
|
|
5920
|
-
feeToken?: undefined;
|
|
5921
|
-
keyAuthorization?: undefined;
|
|
5922
|
-
validBefore?: undefined;
|
|
5923
|
-
feePayer?: undefined;
|
|
5924
|
-
} | {
|
|
5925
|
-
type?: "0x3" | undefined;
|
|
5926
|
-
data?: `0x${string}` | undefined;
|
|
5927
|
-
from?: `0x${string}` | undefined;
|
|
5928
|
-
gas?: `0x${string}` | undefined;
|
|
5929
|
-
nonce?: `0x${string}` | undefined;
|
|
5930
|
-
value?: `0x${string}` | undefined;
|
|
5931
|
-
to: `0x${string}` | null;
|
|
5932
|
-
gasPrice?: undefined | undefined;
|
|
5933
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5934
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
5935
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5936
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5937
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5938
|
-
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
5939
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
5940
|
-
kzg?: import("viem").Kzg | undefined;
|
|
5941
|
-
authorizationList?: undefined;
|
|
5942
|
-
calls?: undefined;
|
|
5943
|
-
nonceKey?: undefined;
|
|
5944
|
-
validAfter?: undefined;
|
|
5945
|
-
feeToken?: undefined;
|
|
5946
|
-
keyAuthorization?: undefined;
|
|
5947
|
-
validBefore?: undefined;
|
|
5948
|
-
feePayer?: undefined;
|
|
5949
|
-
} | {
|
|
5950
|
-
type?: "0x4" | undefined;
|
|
5951
|
-
gasPrice?: undefined | undefined;
|
|
5952
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5953
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
5954
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5955
|
-
to?: `0x${string}` | null | undefined;
|
|
5956
|
-
data?: `0x${string}` | undefined;
|
|
5957
|
-
from?: `0x${string}` | undefined;
|
|
5958
|
-
gas?: `0x${string}` | undefined;
|
|
5959
|
-
nonce?: `0x${string}` | undefined;
|
|
5960
|
-
value?: `0x${string}` | undefined;
|
|
5961
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5962
|
-
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
5963
|
-
blobs?: undefined;
|
|
5964
|
-
blobVersionedHashes?: undefined;
|
|
5965
|
-
kzg?: undefined;
|
|
5966
|
-
sidecars?: undefined;
|
|
5967
|
-
calls?: undefined;
|
|
5968
|
-
nonceKey?: undefined;
|
|
5969
|
-
validAfter?: undefined;
|
|
5970
|
-
feeToken?: undefined;
|
|
5971
|
-
keyAuthorization?: undefined;
|
|
5972
|
-
validBefore?: undefined;
|
|
5973
|
-
feePayer?: undefined;
|
|
5974
|
-
} | {
|
|
5975
|
-
data?: `0x${string}` | undefined;
|
|
5976
|
-
from?: `0x${string}` | undefined;
|
|
5977
|
-
gas?: `0x${string}` | undefined;
|
|
5978
|
-
nonce?: `0x${string}` | undefined;
|
|
5979
|
-
to?: `0x${string}` | null | undefined;
|
|
5980
|
-
type?: "0x76" | undefined;
|
|
5981
|
-
value?: `0x${string}` | undefined;
|
|
5982
|
-
gasPrice?: undefined | undefined;
|
|
5983
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
5984
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
5985
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5986
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5987
|
-
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
5988
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`>[] | undefined;
|
|
5989
|
-
feePayer?: true | import("viem").Account | undefined;
|
|
5990
|
-
feeToken?: bigint | `0x${string}` | undefined;
|
|
5991
|
-
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
5992
|
-
validBefore?: `0x${string}` | undefined;
|
|
5993
|
-
validAfter?: `0x${string}` | undefined;
|
|
5994
|
-
blobs?: undefined;
|
|
5995
|
-
blobVersionedHashes?: undefined;
|
|
5996
|
-
kzg?: undefined;
|
|
5997
|
-
sidecars?: undefined;
|
|
5998
|
-
authorizationList?: undefined;
|
|
5999
|
-
}) & {};
|
|
6000
|
-
type: "transactionRequest";
|
|
6001
|
-
};
|
|
6002
|
-
};
|
|
6003
|
-
readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { phase }: {
|
|
6004
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6005
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>, {
|
|
6006
|
-
readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
|
|
6007
|
-
}];
|
|
6008
|
-
readonly serializers: {
|
|
6009
|
-
readonly transaction: import("viem").SerializeTransactionFn;
|
|
6010
|
-
};
|
|
6011
|
-
readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
|
|
6012
|
-
}>, extended_1>;
|
|
5066
|
+
readonly transaction: typeof import("viem/zksync").serializeTransaction;
|
|
5067
|
+
};
|
|
5068
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
6013
5069
|
} | {
|
|
6014
5070
|
blockExplorers: {
|
|
6015
5071
|
readonly default: {
|
|
@@ -6794,7 +5850,7 @@ declare enum MainnetNetwork {
|
|
|
6794
5850
|
SOLANA = 792703809,
|
|
6795
5851
|
TRON = 728126428,
|
|
6796
5852
|
KATANA,
|
|
6797
|
-
|
|
5853
|
+
ABSTRACT
|
|
6798
5854
|
}
|
|
6799
5855
|
declare enum TestnetNetwork {
|
|
6800
5856
|
ETHEREUM_SEPOLIA,
|