@rhinestone/shared-configs 1.6.4 → 1.6.5

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.
@@ -1706,920 +1706,6 @@ declare const mainnetChains: ({
1706
1706
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1707
1707
  verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1708
1708
  readonly network: "katana";
1709
- } | {
1710
- blockExplorers: {
1711
- readonly default: {
1712
- readonly name: "Tempo Explorer";
1713
- readonly url: "https://explore.mainnet.tempo.xyz";
1714
- };
1715
- };
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
- ensTlds?: readonly string[] | undefined;
1727
- id: 4217;
1728
- name: "Tempo Mainnet";
1729
- nativeCurrency: {
1730
- readonly name: "USD";
1731
- readonly symbol: "USD";
1732
- readonly decimals: 6;
1733
- };
1734
- experimental_preconfirmationTime?: number | undefined | undefined;
1735
- rpcUrls: {
1736
- readonly default: {
1737
- readonly http: readonly ["https://rpc.presto.tempo.xyz"];
1738
- readonly webSocket: readonly ["wss://rpc.presto.tempo.xyz"];
1739
- };
1740
- };
1741
- sourceId?: number | undefined | undefined;
1742
- testnet?: boolean | undefined | undefined;
1743
- custom?: Record<string, unknown> | undefined;
1744
- extendSchema: {
1745
- feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
1746
- };
1747
- fees?: import("viem").ChainFees<undefined> | undefined;
1748
- formatters: {
1749
- readonly transaction: {
1750
- exclude: never[] | undefined;
1751
- format: (args: import("viem/_types/tempo/Transaction").TransactionRpc, action?: string | undefined) => ({
1752
- r: import("viem").Hex;
1753
- s: import("viem").Hex;
1754
- v: bigint;
1755
- to: import("abitype").Address | null;
1756
- from: import("abitype").Address;
1757
- gas: bigint;
1758
- nonce: number;
1759
- value: bigint;
1760
- blockHash: `0x${string}` | null;
1761
- blockNumber: bigint | null;
1762
- hash: import("viem").Hash;
1763
- input: import("viem").Hex;
1764
- transactionIndex: number | null;
1765
- typeHex: import("viem").Hex | null;
1766
- accessList?: undefined | undefined;
1767
- authorizationList?: undefined | undefined;
1768
- blobVersionedHashes?: undefined | undefined;
1769
- chainId?: number | undefined;
1770
- yParity?: undefined | undefined;
1771
- type: "legacy";
1772
- gasPrice: bigint;
1773
- maxFeePerBlobGas?: undefined | undefined;
1774
- maxFeePerGas?: undefined | undefined;
1775
- maxPriorityFeePerGas?: undefined | undefined;
1776
- signature?: undefined;
1777
- calls?: undefined;
1778
- nonceKey?: undefined;
1779
- validAfter?: undefined;
1780
- feeToken?: undefined;
1781
- feePayerSignature?: undefined;
1782
- keyAuthorization?: undefined;
1783
- validBefore?: undefined;
1784
- } | {
1785
- blockHash: `0x${string}` | null;
1786
- blockNumber: bigint | null;
1787
- from: import("abitype").Address;
1788
- gas: bigint;
1789
- hash: import("viem").Hash;
1790
- input: import("viem").Hex;
1791
- nonce: number;
1792
- r: import("viem").Hex;
1793
- s: import("viem").Hex;
1794
- to: import("abitype").Address | null;
1795
- transactionIndex: number | null;
1796
- typeHex: import("viem").Hex | null;
1797
- v: bigint;
1798
- value: bigint;
1799
- yParity: number;
1800
- accessList: import("viem").AccessList;
1801
- authorizationList?: undefined | undefined;
1802
- blobVersionedHashes?: undefined | undefined;
1803
- chainId: number;
1804
- type: "eip2930";
1805
- gasPrice: bigint;
1806
- maxFeePerBlobGas?: undefined | undefined;
1807
- maxFeePerGas?: undefined | undefined;
1808
- maxPriorityFeePerGas?: undefined | undefined;
1809
- signature?: undefined;
1810
- calls?: undefined;
1811
- nonceKey?: undefined;
1812
- validAfter?: undefined;
1813
- feeToken?: undefined;
1814
- feePayerSignature?: undefined;
1815
- keyAuthorization?: undefined;
1816
- validBefore?: undefined;
1817
- } | {
1818
- blockHash: `0x${string}` | null;
1819
- blockNumber: bigint | null;
1820
- from: import("abitype").Address;
1821
- gas: bigint;
1822
- hash: import("viem").Hash;
1823
- input: import("viem").Hex;
1824
- nonce: number;
1825
- r: import("viem").Hex;
1826
- s: import("viem").Hex;
1827
- to: import("abitype").Address | null;
1828
- transactionIndex: number | null;
1829
- typeHex: import("viem").Hex | null;
1830
- v: bigint;
1831
- value: bigint;
1832
- yParity: number;
1833
- accessList: import("viem").AccessList;
1834
- authorizationList?: undefined | undefined;
1835
- blobVersionedHashes?: undefined | undefined;
1836
- chainId: number;
1837
- type: "eip1559";
1838
- gasPrice?: undefined | undefined;
1839
- maxFeePerBlobGas?: undefined | undefined;
1840
- maxFeePerGas: bigint;
1841
- maxPriorityFeePerGas: bigint;
1842
- signature?: undefined;
1843
- calls?: undefined;
1844
- nonceKey?: undefined;
1845
- validAfter?: undefined;
1846
- feeToken?: undefined;
1847
- feePayerSignature?: undefined;
1848
- keyAuthorization?: undefined;
1849
- validBefore?: undefined;
1850
- } | {
1851
- blockHash: `0x${string}` | null;
1852
- blockNumber: bigint | null;
1853
- from: import("abitype").Address;
1854
- gas: bigint;
1855
- hash: import("viem").Hash;
1856
- input: import("viem").Hex;
1857
- nonce: number;
1858
- r: import("viem").Hex;
1859
- s: import("viem").Hex;
1860
- to: import("abitype").Address | null;
1861
- transactionIndex: number | null;
1862
- typeHex: import("viem").Hex | null;
1863
- v: bigint;
1864
- value: bigint;
1865
- yParity: number;
1866
- accessList: import("viem").AccessList;
1867
- authorizationList?: undefined | undefined;
1868
- blobVersionedHashes: readonly import("viem").Hex[];
1869
- chainId: number;
1870
- type: "eip4844";
1871
- gasPrice?: undefined | undefined;
1872
- maxFeePerBlobGas: bigint;
1873
- maxFeePerGas: bigint;
1874
- maxPriorityFeePerGas: bigint;
1875
- signature?: undefined;
1876
- calls?: undefined;
1877
- nonceKey?: undefined;
1878
- validAfter?: undefined;
1879
- feeToken?: undefined;
1880
- feePayerSignature?: undefined;
1881
- keyAuthorization?: undefined;
1882
- validBefore?: undefined;
1883
- } | {
1884
- blockHash: `0x${string}` | null;
1885
- blockNumber: bigint | null;
1886
- from: import("abitype").Address;
1887
- gas: bigint;
1888
- hash: import("viem").Hash;
1889
- input: import("viem").Hex;
1890
- nonce: number;
1891
- r: import("viem").Hex;
1892
- s: import("viem").Hex;
1893
- to: import("abitype").Address | null;
1894
- transactionIndex: number | null;
1895
- typeHex: import("viem").Hex | null;
1896
- v: bigint;
1897
- value: bigint;
1898
- yParity: number;
1899
- accessList: import("viem").AccessList;
1900
- authorizationList: import("viem").SignedAuthorizationList;
1901
- blobVersionedHashes?: undefined | undefined;
1902
- chainId: number;
1903
- type: "eip7702";
1904
- gasPrice?: undefined | undefined;
1905
- maxFeePerBlobGas?: undefined | undefined;
1906
- maxFeePerGas: bigint;
1907
- maxPriorityFeePerGas: bigint;
1908
- signature?: undefined;
1909
- calls?: undefined;
1910
- nonceKey?: undefined;
1911
- validAfter?: undefined;
1912
- feeToken?: undefined;
1913
- feePayerSignature?: undefined;
1914
- keyAuthorization?: undefined;
1915
- validBefore?: undefined;
1916
- } | {
1917
- from: import("abitype").Address;
1918
- gas: bigint;
1919
- nonce: number;
1920
- blockHash: `0x${string}` | null;
1921
- blockNumber: bigint | null;
1922
- hash: import("viem").Hash;
1923
- transactionIndex: number | null;
1924
- typeHex: import("viem").Hex | null;
1925
- r?: `0x${string}` | undefined;
1926
- s?: `0x${string}` | undefined;
1927
- v?: bigint | undefined;
1928
- yParity?: number | undefined;
1929
- accessList: import("viem").AccessList;
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;
1946
- gasPrice?: undefined | undefined;
1947
- maxFeePerBlobGas?: undefined | undefined;
1948
- maxFeePerGas: bigint;
1949
- maxPriorityFeePerGas: bigint;
1950
- to?: undefined;
1951
- value?: undefined;
1952
- blobVersionedHashes?: undefined;
1953
- input?: undefined;
1954
- }) & {};
1955
- type: "transaction";
1956
- };
1957
- readonly transactionReceipt: {
1958
- exclude: [] | undefined;
1959
- format: (args: import("viem/_types/tempo/Transaction").TransactionReceiptRpc, action?: string | undefined) => {
1960
- blobGasPrice?: bigint | undefined;
1961
- blobGasUsed?: bigint | undefined;
1962
- blockHash: import("viem").Hash;
1963
- blockNumber: bigint;
1964
- contractAddress: import("abitype").Address | null | undefined;
1965
- cumulativeGasUsed: bigint;
1966
- effectiveGasPrice: bigint;
1967
- from: import("abitype").Address;
1968
- gasUsed: bigint;
1969
- logs: import("viem").Log<bigint, number, false>[];
1970
- logsBloom: import("viem").Hex;
1971
- root?: `0x${string}` | undefined;
1972
- status: "success" | "reverted";
1973
- to: import("abitype").Address | null;
1974
- transactionHash: import("viem").Hash;
1975
- transactionIndex: number;
1976
- type: import("viem/_types/tempo/Transaction").TransactionType;
1977
- feePayer?: `0x${string}` | undefined;
1978
- feeToken?: `0x${string}` | undefined;
1979
- } & {};
1980
- type: "transactionReceipt";
1981
- };
1982
- readonly transactionRequest: {
1983
- exclude: [] | undefined;
1984
- format: (args: import("viem/_types/tempo/Transaction").TransactionRequest, action?: string | undefined) => ({
1985
- data?: `0x${string}` | undefined;
1986
- from?: `0x${string}` | undefined;
1987
- gas?: `0x${string}` | undefined;
1988
- nonce?: `0x${string}` | undefined;
1989
- to?: `0x${string}` | null | undefined;
1990
- type?: "0x0" | undefined;
1991
- value?: `0x${string}` | undefined;
1992
- gasPrice?: `0x${string}` | undefined;
1993
- maxFeePerBlobGas?: undefined | undefined;
1994
- maxFeePerGas?: undefined | undefined;
1995
- maxPriorityFeePerGas?: undefined | undefined;
1996
- blobs?: undefined;
1997
- blobVersionedHashes?: undefined;
1998
- kzg?: undefined;
1999
- accessList?: undefined;
2000
- sidecars?: undefined;
2001
- authorizationList?: undefined;
2002
- calls?: undefined;
2003
- nonceKey?: undefined;
2004
- validAfter?: undefined;
2005
- feeToken?: undefined;
2006
- keyAuthorization?: undefined;
2007
- validBefore?: undefined;
2008
- feePayer?: undefined;
2009
- } | {
2010
- data?: `0x${string}` | undefined;
2011
- from?: `0x${string}` | undefined;
2012
- gas?: `0x${string}` | undefined;
2013
- nonce?: `0x${string}` | undefined;
2014
- to?: `0x${string}` | null | undefined;
2015
- type?: "0x1" | undefined;
2016
- value?: `0x${string}` | undefined;
2017
- gasPrice?: `0x${string}` | undefined;
2018
- maxFeePerBlobGas?: undefined | undefined;
2019
- maxFeePerGas?: undefined | undefined;
2020
- maxPriorityFeePerGas?: undefined | undefined;
2021
- accessList?: import("viem").AccessList | undefined;
2022
- blobs?: undefined;
2023
- blobVersionedHashes?: undefined;
2024
- kzg?: undefined;
2025
- sidecars?: undefined;
2026
- authorizationList?: undefined;
2027
- calls?: undefined;
2028
- nonceKey?: undefined;
2029
- validAfter?: undefined;
2030
- feeToken?: undefined;
2031
- keyAuthorization?: undefined;
2032
- validBefore?: undefined;
2033
- feePayer?: undefined;
2034
- } | {
2035
- data?: `0x${string}` | undefined;
2036
- from?: `0x${string}` | undefined;
2037
- gas?: `0x${string}` | undefined;
2038
- nonce?: `0x${string}` | undefined;
2039
- to?: `0x${string}` | null | undefined;
2040
- type?: "0x2" | undefined;
2041
- value?: `0x${string}` | undefined;
2042
- gasPrice?: undefined | undefined;
2043
- maxFeePerBlobGas?: undefined | undefined;
2044
- maxFeePerGas?: `0x${string}` | undefined;
2045
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2046
- accessList?: import("viem").AccessList | undefined;
2047
- blobs?: undefined;
2048
- blobVersionedHashes?: undefined;
2049
- kzg?: undefined;
2050
- sidecars?: undefined;
2051
- authorizationList?: undefined;
2052
- calls?: undefined;
2053
- nonceKey?: undefined;
2054
- validAfter?: undefined;
2055
- feeToken?: undefined;
2056
- keyAuthorization?: undefined;
2057
- validBefore?: undefined;
2058
- feePayer?: undefined;
2059
- } | {
2060
- type?: "0x3" | undefined;
2061
- data?: `0x${string}` | undefined;
2062
- from?: `0x${string}` | undefined;
2063
- gas?: `0x${string}` | undefined;
2064
- nonce?: `0x${string}` | undefined;
2065
- value?: `0x${string}` | undefined;
2066
- to: `0x${string}` | null;
2067
- gasPrice?: undefined | undefined;
2068
- maxFeePerBlobGas?: `0x${string}` | undefined;
2069
- maxFeePerGas?: `0x${string}` | undefined;
2070
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2071
- accessList?: import("viem").AccessList | undefined;
2072
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2073
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2074
- blobVersionedHashes: readonly import("viem").Hex[];
2075
- kzg?: undefined;
2076
- authorizationList?: undefined;
2077
- calls?: undefined;
2078
- nonceKey?: undefined;
2079
- validAfter?: undefined;
2080
- feeToken?: undefined;
2081
- keyAuthorization?: undefined;
2082
- validBefore?: undefined;
2083
- feePayer?: undefined;
2084
- } | {
2085
- type?: "0x3" | undefined;
2086
- data?: `0x${string}` | undefined;
2087
- from?: `0x${string}` | undefined;
2088
- gas?: `0x${string}` | undefined;
2089
- nonce?: `0x${string}` | undefined;
2090
- value?: `0x${string}` | undefined;
2091
- to: `0x${string}` | null;
2092
- gasPrice?: undefined | undefined;
2093
- maxFeePerBlobGas?: `0x${string}` | undefined;
2094
- maxFeePerGas?: `0x${string}` | undefined;
2095
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2096
- accessList?: import("viem").AccessList | undefined;
2097
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2098
- blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
2099
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2100
- kzg?: import("viem").Kzg | undefined;
2101
- authorizationList?: undefined;
2102
- calls?: undefined;
2103
- nonceKey?: undefined;
2104
- validAfter?: undefined;
2105
- feeToken?: undefined;
2106
- keyAuthorization?: undefined;
2107
- validBefore?: undefined;
2108
- feePayer?: undefined;
2109
- } | {
2110
- type?: "0x4" | undefined;
2111
- gasPrice?: undefined | undefined;
2112
- maxFeePerBlobGas?: undefined | undefined;
2113
- maxFeePerGas?: `0x${string}` | undefined;
2114
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2115
- to?: `0x${string}` | null | undefined;
2116
- data?: `0x${string}` | undefined;
2117
- from?: `0x${string}` | undefined;
2118
- gas?: `0x${string}` | undefined;
2119
- nonce?: `0x${string}` | undefined;
2120
- value?: `0x${string}` | undefined;
2121
- accessList?: import("viem").AccessList | undefined;
2122
- authorizationList?: import("viem").RpcAuthorizationList | undefined;
2123
- blobs?: undefined;
2124
- blobVersionedHashes?: undefined;
2125
- kzg?: undefined;
2126
- sidecars?: undefined;
2127
- calls?: undefined;
2128
- nonceKey?: undefined;
2129
- validAfter?: undefined;
2130
- feeToken?: undefined;
2131
- keyAuthorization?: undefined;
2132
- validBefore?: undefined;
2133
- feePayer?: undefined;
2134
- } | {
2135
- data?: `0x${string}` | undefined;
2136
- from?: `0x${string}` | undefined;
2137
- gas?: `0x${string}` | undefined;
2138
- nonce?: `0x${string}` | undefined;
2139
- to?: `0x${string}` | null | undefined;
2140
- type?: "0x76" | undefined;
2141
- value?: `0x${string}` | undefined;
2142
- gasPrice?: undefined | undefined;
2143
- maxFeePerBlobGas?: undefined | undefined;
2144
- maxFeePerGas?: `0x${string}` | undefined;
2145
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2146
- accessList?: import("viem").AccessList | undefined;
2147
- keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
2148
- calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`>[] | undefined;
2149
- feePayer?: true | import("viem").Account | undefined;
2150
- feeToken?: bigint | `0x${string}` | undefined;
2151
- nonceKey?: `0x${string}` | "expiring" | undefined;
2152
- validBefore?: `0x${string}` | undefined;
2153
- validAfter?: `0x${string}` | undefined;
2154
- blobs?: undefined;
2155
- blobVersionedHashes?: undefined;
2156
- kzg?: undefined;
2157
- sidecars?: undefined;
2158
- authorizationList?: undefined;
2159
- }) & {};
2160
- type: "transactionRequest";
2161
- };
2162
- };
2163
- prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { phase }: {
2164
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2165
- }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
2166
- readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
2167
- }];
2168
- serializers: {
2169
- readonly transaction: import("viem").SerializeTransactionFn;
2170
- };
2171
- verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
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>;
2623
1709
  })[];
2624
1710
  declare const testnetChains: ({
2625
1711
  blockExplorers: {
@@ -5096,920 +4182,6 @@ declare const chains: ({
5096
4182
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
5097
4183
  verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5098
4184
  readonly network: "katana";
5099
- } | {
5100
- blockExplorers: {
5101
- readonly default: {
5102
- readonly name: "Tempo Explorer";
5103
- readonly url: "https://explore.mainnet.tempo.xyz";
5104
- };
5105
- };
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
- ensTlds?: readonly string[] | undefined;
5117
- id: 4217;
5118
- name: "Tempo Mainnet";
5119
- nativeCurrency: {
5120
- readonly name: "USD";
5121
- readonly symbol: "USD";
5122
- readonly decimals: 6;
5123
- };
5124
- experimental_preconfirmationTime?: number | undefined | undefined;
5125
- rpcUrls: {
5126
- readonly default: {
5127
- readonly http: readonly ["https://rpc.presto.tempo.xyz"];
5128
- readonly webSocket: readonly ["wss://rpc.presto.tempo.xyz"];
5129
- };
5130
- };
5131
- sourceId?: number | undefined | undefined;
5132
- testnet?: boolean | undefined | undefined;
5133
- custom?: Record<string, unknown> | undefined;
5134
- extendSchema: {
5135
- feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
5136
- };
5137
- fees?: import("viem").ChainFees<undefined> | undefined;
5138
- formatters: {
5139
- readonly transaction: {
5140
- exclude: never[] | undefined;
5141
- format: (args: import("viem/_types/tempo/Transaction").TransactionRpc, action?: string | undefined) => ({
5142
- r: import("viem").Hex;
5143
- s: import("viem").Hex;
5144
- v: bigint;
5145
- to: import("abitype").Address | null;
5146
- from: import("abitype").Address;
5147
- gas: bigint;
5148
- nonce: number;
5149
- value: bigint;
5150
- blockHash: `0x${string}` | null;
5151
- blockNumber: bigint | null;
5152
- hash: import("viem").Hash;
5153
- input: import("viem").Hex;
5154
- transactionIndex: number | null;
5155
- typeHex: import("viem").Hex | null;
5156
- accessList?: undefined | undefined;
5157
- authorizationList?: undefined | undefined;
5158
- blobVersionedHashes?: undefined | undefined;
5159
- chainId?: number | undefined;
5160
- yParity?: undefined | undefined;
5161
- type: "legacy";
5162
- gasPrice: bigint;
5163
- maxFeePerBlobGas?: undefined | undefined;
5164
- maxFeePerGas?: undefined | undefined;
5165
- maxPriorityFeePerGas?: undefined | undefined;
5166
- signature?: undefined;
5167
- calls?: undefined;
5168
- nonceKey?: undefined;
5169
- validAfter?: undefined;
5170
- feeToken?: undefined;
5171
- feePayerSignature?: undefined;
5172
- keyAuthorization?: undefined;
5173
- validBefore?: undefined;
5174
- } | {
5175
- blockHash: `0x${string}` | null;
5176
- blockNumber: bigint | null;
5177
- from: import("abitype").Address;
5178
- gas: bigint;
5179
- hash: import("viem").Hash;
5180
- input: import("viem").Hex;
5181
- nonce: number;
5182
- r: import("viem").Hex;
5183
- s: import("viem").Hex;
5184
- to: import("abitype").Address | null;
5185
- transactionIndex: number | null;
5186
- typeHex: import("viem").Hex | null;
5187
- v: bigint;
5188
- value: bigint;
5189
- yParity: number;
5190
- accessList: import("viem").AccessList;
5191
- authorizationList?: undefined | undefined;
5192
- blobVersionedHashes?: undefined | undefined;
5193
- chainId: number;
5194
- type: "eip2930";
5195
- gasPrice: bigint;
5196
- maxFeePerBlobGas?: undefined | undefined;
5197
- maxFeePerGas?: undefined | undefined;
5198
- maxPriorityFeePerGas?: undefined | undefined;
5199
- signature?: undefined;
5200
- calls?: undefined;
5201
- nonceKey?: undefined;
5202
- validAfter?: undefined;
5203
- feeToken?: undefined;
5204
- feePayerSignature?: undefined;
5205
- keyAuthorization?: undefined;
5206
- validBefore?: undefined;
5207
- } | {
5208
- blockHash: `0x${string}` | null;
5209
- blockNumber: bigint | null;
5210
- from: import("abitype").Address;
5211
- gas: bigint;
5212
- hash: import("viem").Hash;
5213
- input: import("viem").Hex;
5214
- nonce: number;
5215
- r: import("viem").Hex;
5216
- s: import("viem").Hex;
5217
- to: import("abitype").Address | null;
5218
- transactionIndex: number | null;
5219
- typeHex: import("viem").Hex | null;
5220
- v: bigint;
5221
- value: bigint;
5222
- yParity: number;
5223
- accessList: import("viem").AccessList;
5224
- authorizationList?: undefined | undefined;
5225
- blobVersionedHashes?: undefined | undefined;
5226
- chainId: number;
5227
- type: "eip1559";
5228
- gasPrice?: undefined | undefined;
5229
- maxFeePerBlobGas?: undefined | undefined;
5230
- maxFeePerGas: bigint;
5231
- maxPriorityFeePerGas: bigint;
5232
- signature?: undefined;
5233
- calls?: undefined;
5234
- nonceKey?: undefined;
5235
- validAfter?: undefined;
5236
- feeToken?: undefined;
5237
- feePayerSignature?: undefined;
5238
- keyAuthorization?: undefined;
5239
- validBefore?: undefined;
5240
- } | {
5241
- blockHash: `0x${string}` | null;
5242
- blockNumber: bigint | null;
5243
- from: import("abitype").Address;
5244
- gas: bigint;
5245
- hash: import("viem").Hash;
5246
- input: import("viem").Hex;
5247
- nonce: number;
5248
- r: import("viem").Hex;
5249
- s: import("viem").Hex;
5250
- to: import("abitype").Address | null;
5251
- transactionIndex: number | null;
5252
- typeHex: import("viem").Hex | null;
5253
- v: bigint;
5254
- value: bigint;
5255
- yParity: number;
5256
- accessList: import("viem").AccessList;
5257
- authorizationList?: undefined | undefined;
5258
- blobVersionedHashes: readonly import("viem").Hex[];
5259
- chainId: number;
5260
- type: "eip4844";
5261
- gasPrice?: undefined | undefined;
5262
- maxFeePerBlobGas: bigint;
5263
- maxFeePerGas: bigint;
5264
- maxPriorityFeePerGas: bigint;
5265
- signature?: undefined;
5266
- calls?: undefined;
5267
- nonceKey?: undefined;
5268
- validAfter?: undefined;
5269
- feeToken?: undefined;
5270
- feePayerSignature?: undefined;
5271
- keyAuthorization?: undefined;
5272
- validBefore?: undefined;
5273
- } | {
5274
- blockHash: `0x${string}` | null;
5275
- blockNumber: bigint | null;
5276
- from: import("abitype").Address;
5277
- gas: bigint;
5278
- hash: import("viem").Hash;
5279
- input: import("viem").Hex;
5280
- nonce: number;
5281
- r: import("viem").Hex;
5282
- s: import("viem").Hex;
5283
- to: import("abitype").Address | null;
5284
- transactionIndex: number | null;
5285
- typeHex: import("viem").Hex | null;
5286
- v: bigint;
5287
- value: bigint;
5288
- yParity: number;
5289
- accessList: import("viem").AccessList;
5290
- authorizationList: import("viem").SignedAuthorizationList;
5291
- blobVersionedHashes?: undefined | undefined;
5292
- chainId: number;
5293
- type: "eip7702";
5294
- gasPrice?: undefined | undefined;
5295
- maxFeePerBlobGas?: undefined | undefined;
5296
- maxFeePerGas: bigint;
5297
- maxPriorityFeePerGas: bigint;
5298
- signature?: undefined;
5299
- calls?: undefined;
5300
- nonceKey?: undefined;
5301
- validAfter?: undefined;
5302
- feeToken?: undefined;
5303
- feePayerSignature?: undefined;
5304
- keyAuthorization?: undefined;
5305
- validBefore?: undefined;
5306
- } | {
5307
- from: import("abitype").Address;
5308
- gas: bigint;
5309
- nonce: number;
5310
- blockHash: `0x${string}` | null;
5311
- blockNumber: bigint | null;
5312
- hash: import("viem").Hash;
5313
- transactionIndex: number | null;
5314
- typeHex: import("viem").Hex | null;
5315
- r?: `0x${string}` | undefined;
5316
- s?: `0x${string}` | undefined;
5317
- v?: bigint | undefined;
5318
- yParity?: number | undefined;
5319
- accessList: import("viem").AccessList;
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;
5336
- gasPrice?: undefined | undefined;
5337
- maxFeePerBlobGas?: undefined | undefined;
5338
- maxFeePerGas: bigint;
5339
- maxPriorityFeePerGas: bigint;
5340
- to?: undefined;
5341
- value?: undefined;
5342
- blobVersionedHashes?: undefined;
5343
- input?: undefined;
5344
- }) & {};
5345
- type: "transaction";
5346
- };
5347
- readonly transactionReceipt: {
5348
- exclude: [] | undefined;
5349
- format: (args: import("viem/_types/tempo/Transaction").TransactionReceiptRpc, action?: string | undefined) => {
5350
- blobGasPrice?: bigint | undefined;
5351
- blobGasUsed?: bigint | undefined;
5352
- blockHash: import("viem").Hash;
5353
- blockNumber: bigint;
5354
- contractAddress: import("abitype").Address | null | undefined;
5355
- cumulativeGasUsed: bigint;
5356
- effectiveGasPrice: bigint;
5357
- from: import("abitype").Address;
5358
- gasUsed: bigint;
5359
- logs: import("viem").Log<bigint, number, false>[];
5360
- logsBloom: import("viem").Hex;
5361
- root?: `0x${string}` | undefined;
5362
- status: "success" | "reverted";
5363
- to: import("abitype").Address | null;
5364
- transactionHash: import("viem").Hash;
5365
- transactionIndex: number;
5366
- type: import("viem/_types/tempo/Transaction").TransactionType;
5367
- feePayer?: `0x${string}` | undefined;
5368
- feeToken?: `0x${string}` | undefined;
5369
- } & {};
5370
- type: "transactionReceipt";
5371
- };
5372
- readonly transactionRequest: {
5373
- exclude: [] | undefined;
5374
- format: (args: import("viem/_types/tempo/Transaction").TransactionRequest, action?: string | undefined) => ({
5375
- data?: `0x${string}` | undefined;
5376
- from?: `0x${string}` | undefined;
5377
- gas?: `0x${string}` | undefined;
5378
- nonce?: `0x${string}` | undefined;
5379
- to?: `0x${string}` | null | undefined;
5380
- type?: "0x0" | undefined;
5381
- value?: `0x${string}` | undefined;
5382
- gasPrice?: `0x${string}` | undefined;
5383
- maxFeePerBlobGas?: undefined | undefined;
5384
- maxFeePerGas?: undefined | undefined;
5385
- maxPriorityFeePerGas?: undefined | undefined;
5386
- blobs?: undefined;
5387
- blobVersionedHashes?: undefined;
5388
- kzg?: undefined;
5389
- accessList?: undefined;
5390
- sidecars?: undefined;
5391
- authorizationList?: undefined;
5392
- calls?: undefined;
5393
- nonceKey?: undefined;
5394
- validAfter?: undefined;
5395
- feeToken?: undefined;
5396
- keyAuthorization?: undefined;
5397
- validBefore?: undefined;
5398
- feePayer?: undefined;
5399
- } | {
5400
- data?: `0x${string}` | undefined;
5401
- from?: `0x${string}` | undefined;
5402
- gas?: `0x${string}` | undefined;
5403
- nonce?: `0x${string}` | undefined;
5404
- to?: `0x${string}` | null | undefined;
5405
- type?: "0x1" | undefined;
5406
- value?: `0x${string}` | undefined;
5407
- gasPrice?: `0x${string}` | undefined;
5408
- maxFeePerBlobGas?: undefined | undefined;
5409
- maxFeePerGas?: undefined | undefined;
5410
- maxPriorityFeePerGas?: undefined | undefined;
5411
- accessList?: import("viem").AccessList | undefined;
5412
- blobs?: undefined;
5413
- blobVersionedHashes?: undefined;
5414
- kzg?: undefined;
5415
- sidecars?: undefined;
5416
- authorizationList?: undefined;
5417
- calls?: undefined;
5418
- nonceKey?: undefined;
5419
- validAfter?: undefined;
5420
- feeToken?: undefined;
5421
- keyAuthorization?: undefined;
5422
- validBefore?: undefined;
5423
- feePayer?: undefined;
5424
- } | {
5425
- data?: `0x${string}` | undefined;
5426
- from?: `0x${string}` | undefined;
5427
- gas?: `0x${string}` | undefined;
5428
- nonce?: `0x${string}` | undefined;
5429
- to?: `0x${string}` | null | undefined;
5430
- type?: "0x2" | undefined;
5431
- value?: `0x${string}` | undefined;
5432
- gasPrice?: undefined | undefined;
5433
- maxFeePerBlobGas?: undefined | undefined;
5434
- maxFeePerGas?: `0x${string}` | undefined;
5435
- maxPriorityFeePerGas?: `0x${string}` | undefined;
5436
- accessList?: import("viem").AccessList | undefined;
5437
- blobs?: undefined;
5438
- blobVersionedHashes?: undefined;
5439
- kzg?: undefined;
5440
- sidecars?: undefined;
5441
- authorizationList?: undefined;
5442
- calls?: undefined;
5443
- nonceKey?: undefined;
5444
- validAfter?: undefined;
5445
- feeToken?: undefined;
5446
- keyAuthorization?: undefined;
5447
- validBefore?: undefined;
5448
- feePayer?: undefined;
5449
- } | {
5450
- type?: "0x3" | undefined;
5451
- data?: `0x${string}` | undefined;
5452
- from?: `0x${string}` | undefined;
5453
- gas?: `0x${string}` | undefined;
5454
- nonce?: `0x${string}` | undefined;
5455
- value?: `0x${string}` | undefined;
5456
- to: `0x${string}` | null;
5457
- gasPrice?: undefined | undefined;
5458
- maxFeePerBlobGas?: `0x${string}` | undefined;
5459
- maxFeePerGas?: `0x${string}` | undefined;
5460
- maxPriorityFeePerGas?: `0x${string}` | undefined;
5461
- accessList?: import("viem").AccessList | undefined;
5462
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
5463
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
5464
- blobVersionedHashes: readonly import("viem").Hex[];
5465
- kzg?: undefined;
5466
- authorizationList?: undefined;
5467
- calls?: undefined;
5468
- nonceKey?: undefined;
5469
- validAfter?: undefined;
5470
- feeToken?: undefined;
5471
- keyAuthorization?: undefined;
5472
- validBefore?: undefined;
5473
- feePayer?: undefined;
5474
- } | {
5475
- type?: "0x3" | undefined;
5476
- data?: `0x${string}` | undefined;
5477
- from?: `0x${string}` | undefined;
5478
- gas?: `0x${string}` | undefined;
5479
- nonce?: `0x${string}` | undefined;
5480
- value?: `0x${string}` | undefined;
5481
- to: `0x${string}` | null;
5482
- gasPrice?: undefined | undefined;
5483
- maxFeePerBlobGas?: `0x${string}` | undefined;
5484
- maxFeePerGas?: `0x${string}` | undefined;
5485
- maxPriorityFeePerGas?: `0x${string}` | undefined;
5486
- accessList?: import("viem").AccessList | undefined;
5487
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
5488
- blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
5489
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5490
- kzg?: import("viem").Kzg | undefined;
5491
- authorizationList?: undefined;
5492
- calls?: undefined;
5493
- nonceKey?: undefined;
5494
- validAfter?: undefined;
5495
- feeToken?: undefined;
5496
- keyAuthorization?: undefined;
5497
- validBefore?: undefined;
5498
- feePayer?: undefined;
5499
- } | {
5500
- type?: "0x4" | undefined;
5501
- gasPrice?: undefined | undefined;
5502
- maxFeePerBlobGas?: undefined | undefined;
5503
- maxFeePerGas?: `0x${string}` | undefined;
5504
- maxPriorityFeePerGas?: `0x${string}` | undefined;
5505
- to?: `0x${string}` | null | undefined;
5506
- data?: `0x${string}` | undefined;
5507
- from?: `0x${string}` | undefined;
5508
- gas?: `0x${string}` | undefined;
5509
- nonce?: `0x${string}` | undefined;
5510
- value?: `0x${string}` | undefined;
5511
- accessList?: import("viem").AccessList | undefined;
5512
- authorizationList?: import("viem").RpcAuthorizationList | undefined;
5513
- blobs?: undefined;
5514
- blobVersionedHashes?: undefined;
5515
- kzg?: undefined;
5516
- sidecars?: undefined;
5517
- calls?: undefined;
5518
- nonceKey?: undefined;
5519
- validAfter?: undefined;
5520
- feeToken?: undefined;
5521
- keyAuthorization?: undefined;
5522
- validBefore?: undefined;
5523
- feePayer?: undefined;
5524
- } | {
5525
- data?: `0x${string}` | undefined;
5526
- from?: `0x${string}` | undefined;
5527
- gas?: `0x${string}` | undefined;
5528
- nonce?: `0x${string}` | undefined;
5529
- to?: `0x${string}` | null | undefined;
5530
- type?: "0x76" | undefined;
5531
- value?: `0x${string}` | undefined;
5532
- gasPrice?: undefined | undefined;
5533
- maxFeePerBlobGas?: undefined | undefined;
5534
- maxFeePerGas?: `0x${string}` | undefined;
5535
- maxPriorityFeePerGas?: `0x${string}` | undefined;
5536
- accessList?: import("viem").AccessList | undefined;
5537
- keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
5538
- calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`>[] | undefined;
5539
- feePayer?: true | import("viem").Account | undefined;
5540
- feeToken?: bigint | `0x${string}` | undefined;
5541
- nonceKey?: `0x${string}` | "expiring" | undefined;
5542
- validBefore?: `0x${string}` | undefined;
5543
- validAfter?: `0x${string}` | undefined;
5544
- blobs?: undefined;
5545
- blobVersionedHashes?: undefined;
5546
- kzg?: undefined;
5547
- sidecars?: undefined;
5548
- authorizationList?: undefined;
5549
- }) & {};
5550
- type: "transactionRequest";
5551
- };
5552
- };
5553
- prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { phase }: {
5554
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5555
- }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
5556
- readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
5557
- }];
5558
- serializers: {
5559
- readonly transaction: import("viem").SerializeTransactionFn;
5560
- };
5561
- verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
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>;
6013
4185
  } | {
6014
4186
  blockExplorers: {
6015
4187
  readonly default: {
@@ -6793,8 +4965,7 @@ declare enum MainnetNetwork {
6793
4965
  UNICHAIN,
6794
4966
  SOLANA = 792703809,
6795
4967
  TRON = 728126428,
6796
- KATANA,
6797
- TEMPO
4968
+ KATANA
6798
4969
  }
6799
4970
  declare enum TestnetNetwork {
6800
4971
  ETHEREUM_SEPOLIA,