@rhinestone/shared-configs 2.2.0 → 2.3.0
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 +103 -0
- package/dist/configs/contracts.dev.json +9 -0
- package/dist/configs/contracts.json +9 -0
- package/dist/configs/mainnets.json +6 -0
- package/dist/configs/oft.json +3 -0
- package/dist/configs/providers.json +3 -0
- package/dist/src/chains.js +107 -0
- package/dist/src/generated/contracts.dev.js +9 -0
- package/dist/src/generated/contracts.js +9 -0
- package/dist/src/generated/networks.d.ts +1218 -574
- package/dist/src/generated/networks.js +3 -1
- package/dist/src/generated/packageVersion.d.ts +1 -1
- package/dist/src/generated/packageVersion.js +1 -1
- package/package.json +1 -1
|
@@ -1855,89 +1855,29 @@ declare const mainnetChains: ({
|
|
|
1855
1855
|
}] | undefined;
|
|
1856
1856
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1857
1857
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1858
|
-
})[];
|
|
1859
|
-
declare const testnetChains: ({
|
|
1860
|
-
blockExplorers: {
|
|
1861
|
-
readonly default: {
|
|
1862
|
-
readonly name: "Etherscan";
|
|
1863
|
-
readonly url: "https://sepolia.etherscan.io";
|
|
1864
|
-
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
1865
|
-
};
|
|
1866
|
-
};
|
|
1867
|
-
blockTime?: number | undefined | undefined;
|
|
1868
|
-
contracts: {
|
|
1869
|
-
readonly multicall3: {
|
|
1870
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1871
|
-
readonly blockCreated: 751532;
|
|
1872
|
-
};
|
|
1873
|
-
readonly ensUniversalResolver: {
|
|
1874
|
-
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
1875
|
-
readonly blockCreated: 8928790;
|
|
1876
|
-
};
|
|
1877
|
-
};
|
|
1878
|
-
ensTlds?: readonly string[] | undefined;
|
|
1879
|
-
id: 11155111;
|
|
1880
|
-
name: "Sepolia";
|
|
1881
|
-
nativeCurrency: {
|
|
1882
|
-
readonly name: "Sepolia Ether";
|
|
1883
|
-
readonly symbol: "ETH";
|
|
1884
|
-
readonly decimals: 18;
|
|
1885
|
-
};
|
|
1886
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1887
|
-
rpcUrls: {
|
|
1888
|
-
readonly default: {
|
|
1889
|
-
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1892
|
-
sourceId?: number | undefined | undefined;
|
|
1893
|
-
testnet: true;
|
|
1894
|
-
custom?: Record<string, unknown> | undefined;
|
|
1895
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
1896
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1897
|
-
formatters?: undefined;
|
|
1898
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1899
|
-
client: import("viem").Client;
|
|
1900
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1901
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1902
|
-
client: import("viem").Client;
|
|
1903
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1904
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1905
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1906
|
-
}] | undefined;
|
|
1907
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1908
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1909
1858
|
} | {
|
|
1910
1859
|
blockExplorers: {
|
|
1911
1860
|
readonly default: {
|
|
1912
1861
|
readonly name: "Blockscout";
|
|
1913
|
-
readonly url: "https://
|
|
1914
|
-
readonly apiUrl: "https://
|
|
1862
|
+
readonly url: "https://explorer.inkonchain.com";
|
|
1863
|
+
readonly apiUrl: "https://explorer.inkonchain.com/api/v2";
|
|
1915
1864
|
};
|
|
1916
1865
|
};
|
|
1917
1866
|
blockTime: 2000;
|
|
1918
1867
|
contracts: {
|
|
1919
1868
|
readonly disputeGameFactory: {
|
|
1920
|
-
readonly
|
|
1921
|
-
readonly address: "
|
|
1922
|
-
};
|
|
1923
|
-
};
|
|
1924
|
-
readonly l2OutputOracle: {
|
|
1925
|
-
readonly 11155111: {
|
|
1926
|
-
readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
|
|
1869
|
+
readonly 1: {
|
|
1870
|
+
readonly address: "0x10d7b35078d3baabb96dd45a9143b94be65b12cd";
|
|
1927
1871
|
};
|
|
1928
1872
|
};
|
|
1929
|
-
readonly multicall3: {
|
|
1930
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1931
|
-
readonly blockCreated: 1620204;
|
|
1932
|
-
};
|
|
1933
1873
|
readonly portal: {
|
|
1934
|
-
readonly
|
|
1935
|
-
readonly address: "
|
|
1874
|
+
readonly 1: {
|
|
1875
|
+
readonly address: "0x5d66c1782664115999c47c9fa5cd031f495d3e4f";
|
|
1936
1876
|
};
|
|
1937
1877
|
};
|
|
1938
1878
|
readonly l1StandardBridge: {
|
|
1939
|
-
readonly
|
|
1940
|
-
readonly address: "
|
|
1879
|
+
readonly 1: {
|
|
1880
|
+
readonly address: "0x88ff1e5b602916615391f55854588efcbb7663f0";
|
|
1941
1881
|
};
|
|
1942
1882
|
};
|
|
1943
1883
|
readonly gasPriceOracle: {
|
|
@@ -1958,23 +1898,28 @@ declare const testnetChains: ({
|
|
|
1958
1898
|
readonly l2ToL1MessagePasser: {
|
|
1959
1899
|
readonly address: "0x4200000000000000000000000000000000000016";
|
|
1960
1900
|
};
|
|
1901
|
+
readonly multicall3: {
|
|
1902
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1903
|
+
readonly blockCreated: 0;
|
|
1904
|
+
};
|
|
1961
1905
|
};
|
|
1962
1906
|
ensTlds?: readonly string[] | undefined;
|
|
1963
|
-
id:
|
|
1964
|
-
name: "
|
|
1907
|
+
id: 57073;
|
|
1908
|
+
name: "Ink";
|
|
1965
1909
|
nativeCurrency: {
|
|
1966
|
-
readonly name: "
|
|
1910
|
+
readonly name: "Ether";
|
|
1967
1911
|
readonly symbol: "ETH";
|
|
1968
1912
|
readonly decimals: 18;
|
|
1969
1913
|
};
|
|
1970
1914
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1971
1915
|
rpcUrls: {
|
|
1972
1916
|
readonly default: {
|
|
1973
|
-
readonly http: readonly ["https://
|
|
1917
|
+
readonly http: readonly ["https://rpc-gel.inkonchain.com", "https://rpc-qnd.inkonchain.com"];
|
|
1918
|
+
readonly webSocket: readonly ["wss://rpc-gel.inkonchain.com", "wss://rpc-qnd.inkonchain.com"];
|
|
1974
1919
|
};
|
|
1975
1920
|
};
|
|
1976
|
-
sourceId:
|
|
1977
|
-
testnet:
|
|
1921
|
+
sourceId: 1;
|
|
1922
|
+
testnet: false;
|
|
1978
1923
|
custom?: Record<string, unknown> | undefined;
|
|
1979
1924
|
extendSchema?: Record<string, unknown> | undefined;
|
|
1980
1925
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -2231,42 +2176,91 @@ declare const testnetChains: ({
|
|
|
2231
2176
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2232
2177
|
};
|
|
2233
2178
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2179
|
+
})[];
|
|
2180
|
+
declare const testnetChains: ({
|
|
2181
|
+
blockExplorers: {
|
|
2182
|
+
readonly default: {
|
|
2183
|
+
readonly name: "Etherscan";
|
|
2184
|
+
readonly url: "https://sepolia.etherscan.io";
|
|
2185
|
+
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
2186
|
+
};
|
|
2187
|
+
};
|
|
2188
|
+
blockTime?: number | undefined | undefined;
|
|
2189
|
+
contracts: {
|
|
2190
|
+
readonly multicall3: {
|
|
2191
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2192
|
+
readonly blockCreated: 751532;
|
|
2193
|
+
};
|
|
2194
|
+
readonly ensUniversalResolver: {
|
|
2195
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
2196
|
+
readonly blockCreated: 8928790;
|
|
2197
|
+
};
|
|
2198
|
+
};
|
|
2199
|
+
ensTlds?: readonly string[] | undefined;
|
|
2200
|
+
id: 11155111;
|
|
2201
|
+
name: "Sepolia";
|
|
2202
|
+
nativeCurrency: {
|
|
2203
|
+
readonly name: "Sepolia Ether";
|
|
2204
|
+
readonly symbol: "ETH";
|
|
2205
|
+
readonly decimals: 18;
|
|
2206
|
+
};
|
|
2207
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2208
|
+
rpcUrls: {
|
|
2209
|
+
readonly default: {
|
|
2210
|
+
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
2211
|
+
};
|
|
2212
|
+
};
|
|
2213
|
+
sourceId?: number | undefined | undefined;
|
|
2214
|
+
testnet: true;
|
|
2215
|
+
custom?: Record<string, unknown> | undefined;
|
|
2216
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2217
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2218
|
+
formatters?: undefined;
|
|
2219
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2220
|
+
client: import("viem").Client;
|
|
2221
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2222
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2223
|
+
client: import("viem").Client;
|
|
2224
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2225
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2226
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2227
|
+
}] | undefined;
|
|
2228
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2229
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2234
2230
|
} | {
|
|
2235
2231
|
blockExplorers: {
|
|
2236
2232
|
readonly default: {
|
|
2237
|
-
readonly name: "
|
|
2238
|
-
readonly url: "https://sepolia.
|
|
2239
|
-
readonly apiUrl: "https://
|
|
2233
|
+
readonly name: "Blockscout";
|
|
2234
|
+
readonly url: "https://optimism-sepolia.blockscout.com";
|
|
2235
|
+
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
2240
2236
|
};
|
|
2241
2237
|
};
|
|
2242
2238
|
blockTime: 2000;
|
|
2243
2239
|
contracts: {
|
|
2244
2240
|
readonly disputeGameFactory: {
|
|
2245
2241
|
readonly 11155111: {
|
|
2246
|
-
readonly address: "
|
|
2242
|
+
readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
|
|
2247
2243
|
};
|
|
2248
2244
|
};
|
|
2249
2245
|
readonly l2OutputOracle: {
|
|
2250
2246
|
readonly 11155111: {
|
|
2251
|
-
readonly address: "
|
|
2247
|
+
readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
|
|
2252
2248
|
};
|
|
2253
2249
|
};
|
|
2250
|
+
readonly multicall3: {
|
|
2251
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2252
|
+
readonly blockCreated: 1620204;
|
|
2253
|
+
};
|
|
2254
2254
|
readonly portal: {
|
|
2255
2255
|
readonly 11155111: {
|
|
2256
|
-
readonly address: "
|
|
2257
|
-
readonly blockCreated: 4446677;
|
|
2256
|
+
readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
|
|
2258
2257
|
};
|
|
2259
2258
|
};
|
|
2260
2259
|
readonly l1StandardBridge: {
|
|
2261
2260
|
readonly 11155111: {
|
|
2262
|
-
readonly address: "
|
|
2263
|
-
readonly blockCreated: 4446677;
|
|
2261
|
+
readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
|
|
2264
2262
|
};
|
|
2265
2263
|
};
|
|
2266
|
-
readonly multicall3: {
|
|
2267
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2268
|
-
readonly blockCreated: 1059647;
|
|
2269
|
-
};
|
|
2270
2264
|
readonly gasPriceOracle: {
|
|
2271
2265
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2272
2266
|
};
|
|
@@ -2287,8 +2281,8 @@ declare const testnetChains: ({
|
|
|
2287
2281
|
};
|
|
2288
2282
|
};
|
|
2289
2283
|
ensTlds?: readonly string[] | undefined;
|
|
2290
|
-
id:
|
|
2291
|
-
name: "
|
|
2284
|
+
id: 11155420;
|
|
2285
|
+
name: "OP Sepolia";
|
|
2292
2286
|
nativeCurrency: {
|
|
2293
2287
|
readonly name: "Sepolia Ether";
|
|
2294
2288
|
readonly symbol: "ETH";
|
|
@@ -2297,7 +2291,7 @@ declare const testnetChains: ({
|
|
|
2297
2291
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2298
2292
|
rpcUrls: {
|
|
2299
2293
|
readonly default: {
|
|
2300
|
-
readonly http: readonly ["https://sepolia.
|
|
2294
|
+
readonly http: readonly ["https://sepolia.optimism.io"];
|
|
2301
2295
|
};
|
|
2302
2296
|
};
|
|
2303
2297
|
sourceId: 11155111;
|
|
@@ -2558,71 +2552,398 @@ declare const testnetChains: ({
|
|
|
2558
2552
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2559
2553
|
};
|
|
2560
2554
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2561
|
-
readonly network: "base-sepolia";
|
|
2562
2555
|
} | {
|
|
2563
2556
|
blockExplorers: {
|
|
2564
2557
|
readonly default: {
|
|
2565
|
-
readonly name: "
|
|
2566
|
-
readonly url: "https://sepolia.
|
|
2567
|
-
readonly apiUrl: "https://api-sepolia.
|
|
2558
|
+
readonly name: "Basescan";
|
|
2559
|
+
readonly url: "https://sepolia.basescan.org";
|
|
2560
|
+
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
2568
2561
|
};
|
|
2569
2562
|
};
|
|
2570
|
-
blockTime:
|
|
2563
|
+
blockTime: 2000;
|
|
2571
2564
|
contracts: {
|
|
2565
|
+
readonly disputeGameFactory: {
|
|
2566
|
+
readonly 11155111: {
|
|
2567
|
+
readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
|
|
2568
|
+
};
|
|
2569
|
+
};
|
|
2570
|
+
readonly l2OutputOracle: {
|
|
2571
|
+
readonly 11155111: {
|
|
2572
|
+
readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
|
|
2573
|
+
};
|
|
2574
|
+
};
|
|
2575
|
+
readonly portal: {
|
|
2576
|
+
readonly 11155111: {
|
|
2577
|
+
readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
|
|
2578
|
+
readonly blockCreated: 4446677;
|
|
2579
|
+
};
|
|
2580
|
+
};
|
|
2581
|
+
readonly l1StandardBridge: {
|
|
2582
|
+
readonly 11155111: {
|
|
2583
|
+
readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
|
|
2584
|
+
readonly blockCreated: 4446677;
|
|
2585
|
+
};
|
|
2586
|
+
};
|
|
2572
2587
|
readonly multicall3: {
|
|
2573
2588
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2574
|
-
readonly blockCreated:
|
|
2589
|
+
readonly blockCreated: 1059647;
|
|
2590
|
+
};
|
|
2591
|
+
readonly gasPriceOracle: {
|
|
2592
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2593
|
+
};
|
|
2594
|
+
readonly l1Block: {
|
|
2595
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2596
|
+
};
|
|
2597
|
+
readonly l2CrossDomainMessenger: {
|
|
2598
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2599
|
+
};
|
|
2600
|
+
readonly l2Erc721Bridge: {
|
|
2601
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2602
|
+
};
|
|
2603
|
+
readonly l2StandardBridge: {
|
|
2604
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2605
|
+
};
|
|
2606
|
+
readonly l2ToL1MessagePasser: {
|
|
2607
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2575
2608
|
};
|
|
2576
2609
|
};
|
|
2577
2610
|
ensTlds?: readonly string[] | undefined;
|
|
2578
|
-
id:
|
|
2579
|
-
name: "
|
|
2611
|
+
id: 84532;
|
|
2612
|
+
name: "Base Sepolia";
|
|
2580
2613
|
nativeCurrency: {
|
|
2581
|
-
readonly name: "
|
|
2614
|
+
readonly name: "Sepolia Ether";
|
|
2582
2615
|
readonly symbol: "ETH";
|
|
2583
2616
|
readonly decimals: 18;
|
|
2584
2617
|
};
|
|
2585
2618
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2586
2619
|
rpcUrls: {
|
|
2587
2620
|
readonly default: {
|
|
2588
|
-
readonly http: readonly ["https://sepolia
|
|
2621
|
+
readonly http: readonly ["https://sepolia.base.org"];
|
|
2589
2622
|
};
|
|
2590
2623
|
};
|
|
2591
|
-
sourceId
|
|
2624
|
+
sourceId: 11155111;
|
|
2592
2625
|
testnet: true;
|
|
2593
2626
|
custom?: Record<string, unknown> | undefined;
|
|
2594
2627
|
extendSchema?: Record<string, unknown> | undefined;
|
|
2595
2628
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2596
|
-
formatters
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
} |
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2629
|
+
formatters: {
|
|
2630
|
+
readonly block: {
|
|
2631
|
+
exclude: [] | undefined;
|
|
2632
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
2633
|
+
baseFeePerGas: bigint | null;
|
|
2634
|
+
blobGasUsed: bigint;
|
|
2635
|
+
difficulty: bigint;
|
|
2636
|
+
excessBlobGas: bigint;
|
|
2637
|
+
extraData: import("viem").Hex;
|
|
2638
|
+
gasLimit: bigint;
|
|
2639
|
+
gasUsed: bigint;
|
|
2640
|
+
hash: `0x${string}` | null;
|
|
2641
|
+
logsBloom: `0x${string}` | null;
|
|
2642
|
+
miner: import("abitype").Address;
|
|
2643
|
+
mixHash: import("viem").Hash;
|
|
2644
|
+
nonce: `0x${string}` | null;
|
|
2645
|
+
number: bigint | null;
|
|
2646
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
2647
|
+
parentHash: import("viem").Hash;
|
|
2648
|
+
receiptsRoot: import("viem").Hex;
|
|
2649
|
+
sealFields: import("viem").Hex[];
|
|
2650
|
+
sha3Uncles: import("viem").Hash;
|
|
2651
|
+
size: bigint;
|
|
2652
|
+
stateRoot: import("viem").Hash;
|
|
2653
|
+
timestamp: bigint;
|
|
2654
|
+
totalDifficulty: bigint | null;
|
|
2655
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
2656
|
+
transactionsRoot: import("viem").Hash;
|
|
2657
|
+
uncles: import("viem").Hash[];
|
|
2658
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
2659
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
2660
|
+
} & {};
|
|
2661
|
+
type: "block";
|
|
2662
|
+
};
|
|
2663
|
+
readonly transaction: {
|
|
2664
|
+
exclude: [] | undefined;
|
|
2665
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
2666
|
+
blockHash: `0x${string}` | null;
|
|
2667
|
+
blockNumber: bigint | null;
|
|
2668
|
+
blockTimestamp?: bigint | undefined;
|
|
2669
|
+
from: import("abitype").Address;
|
|
2670
|
+
gas: bigint;
|
|
2671
|
+
hash: import("viem").Hash;
|
|
2672
|
+
input: import("viem").Hex;
|
|
2673
|
+
nonce: number;
|
|
2674
|
+
r: import("viem").Hex;
|
|
2675
|
+
s: import("viem").Hex;
|
|
2676
|
+
to: import("abitype").Address | null;
|
|
2677
|
+
transactionIndex: number | null;
|
|
2678
|
+
typeHex: import("viem").Hex | null;
|
|
2679
|
+
v: bigint;
|
|
2680
|
+
value: bigint;
|
|
2681
|
+
yParity: number;
|
|
2682
|
+
gasPrice?: undefined | undefined;
|
|
2683
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2684
|
+
maxFeePerGas: bigint;
|
|
2685
|
+
maxPriorityFeePerGas: bigint;
|
|
2686
|
+
isSystemTx?: boolean;
|
|
2687
|
+
mint?: bigint | undefined | undefined;
|
|
2688
|
+
sourceHash: import("viem").Hex;
|
|
2689
|
+
type: "deposit";
|
|
2690
|
+
} | {
|
|
2691
|
+
r: import("viem").Hex;
|
|
2692
|
+
s: import("viem").Hex;
|
|
2693
|
+
v: bigint;
|
|
2694
|
+
to: import("abitype").Address | null;
|
|
2695
|
+
from: import("abitype").Address;
|
|
2696
|
+
gas: bigint;
|
|
2697
|
+
nonce: number;
|
|
2698
|
+
value: bigint;
|
|
2699
|
+
blockHash: `0x${string}` | null;
|
|
2700
|
+
blockNumber: bigint | null;
|
|
2701
|
+
blockTimestamp?: bigint | undefined;
|
|
2702
|
+
hash: import("viem").Hash;
|
|
2703
|
+
input: import("viem").Hex;
|
|
2704
|
+
transactionIndex: number | null;
|
|
2705
|
+
typeHex: import("viem").Hex | null;
|
|
2706
|
+
accessList?: undefined | undefined;
|
|
2707
|
+
authorizationList?: undefined | undefined;
|
|
2708
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2709
|
+
chainId?: number | undefined;
|
|
2710
|
+
yParity?: undefined | undefined;
|
|
2711
|
+
type: "legacy";
|
|
2712
|
+
gasPrice: bigint;
|
|
2713
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2714
|
+
maxFeePerGas?: undefined | undefined;
|
|
2715
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
2716
|
+
isSystemTx?: undefined | undefined;
|
|
2717
|
+
mint?: undefined | undefined;
|
|
2718
|
+
sourceHash?: undefined | undefined;
|
|
2719
|
+
} | {
|
|
2720
|
+
blockHash: `0x${string}` | null;
|
|
2721
|
+
blockNumber: bigint | null;
|
|
2722
|
+
blockTimestamp?: bigint | undefined;
|
|
2723
|
+
from: import("abitype").Address;
|
|
2724
|
+
gas: bigint;
|
|
2725
|
+
hash: import("viem").Hash;
|
|
2726
|
+
input: import("viem").Hex;
|
|
2727
|
+
nonce: number;
|
|
2728
|
+
r: import("viem").Hex;
|
|
2729
|
+
s: import("viem").Hex;
|
|
2730
|
+
to: import("abitype").Address | null;
|
|
2731
|
+
transactionIndex: number | null;
|
|
2732
|
+
typeHex: import("viem").Hex | null;
|
|
2733
|
+
v: bigint;
|
|
2734
|
+
value: bigint;
|
|
2735
|
+
yParity: number;
|
|
2736
|
+
accessList: import("viem").AccessList;
|
|
2737
|
+
authorizationList?: undefined | undefined;
|
|
2738
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2739
|
+
chainId: number;
|
|
2740
|
+
type: "eip2930";
|
|
2741
|
+
gasPrice: bigint;
|
|
2742
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2743
|
+
maxFeePerGas?: undefined | undefined;
|
|
2744
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
2745
|
+
isSystemTx?: undefined | undefined;
|
|
2746
|
+
mint?: undefined | undefined;
|
|
2747
|
+
sourceHash?: undefined | undefined;
|
|
2748
|
+
} | {
|
|
2749
|
+
blockHash: `0x${string}` | null;
|
|
2750
|
+
blockNumber: bigint | null;
|
|
2751
|
+
blockTimestamp?: bigint | undefined;
|
|
2752
|
+
from: import("abitype").Address;
|
|
2753
|
+
gas: bigint;
|
|
2754
|
+
hash: import("viem").Hash;
|
|
2755
|
+
input: import("viem").Hex;
|
|
2756
|
+
nonce: number;
|
|
2757
|
+
r: import("viem").Hex;
|
|
2758
|
+
s: import("viem").Hex;
|
|
2759
|
+
to: import("abitype").Address | null;
|
|
2760
|
+
transactionIndex: number | null;
|
|
2761
|
+
typeHex: import("viem").Hex | null;
|
|
2762
|
+
v: bigint;
|
|
2763
|
+
value: bigint;
|
|
2764
|
+
yParity: number;
|
|
2765
|
+
accessList: import("viem").AccessList;
|
|
2766
|
+
authorizationList?: undefined | undefined;
|
|
2767
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2768
|
+
chainId: number;
|
|
2769
|
+
type: "eip1559";
|
|
2770
|
+
gasPrice?: undefined | undefined;
|
|
2771
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2772
|
+
maxFeePerGas: bigint;
|
|
2773
|
+
maxPriorityFeePerGas: bigint;
|
|
2774
|
+
isSystemTx?: undefined | undefined;
|
|
2775
|
+
mint?: undefined | undefined;
|
|
2776
|
+
sourceHash?: undefined | undefined;
|
|
2777
|
+
} | {
|
|
2778
|
+
blockHash: `0x${string}` | null;
|
|
2779
|
+
blockNumber: bigint | null;
|
|
2780
|
+
blockTimestamp?: bigint | undefined;
|
|
2781
|
+
from: import("abitype").Address;
|
|
2782
|
+
gas: bigint;
|
|
2783
|
+
hash: import("viem").Hash;
|
|
2784
|
+
input: import("viem").Hex;
|
|
2785
|
+
nonce: number;
|
|
2786
|
+
r: import("viem").Hex;
|
|
2787
|
+
s: import("viem").Hex;
|
|
2788
|
+
to: import("abitype").Address | null;
|
|
2789
|
+
transactionIndex: number | null;
|
|
2790
|
+
typeHex: import("viem").Hex | null;
|
|
2791
|
+
v: bigint;
|
|
2792
|
+
value: bigint;
|
|
2793
|
+
yParity: number;
|
|
2794
|
+
accessList: import("viem").AccessList;
|
|
2795
|
+
authorizationList?: undefined | undefined;
|
|
2796
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2797
|
+
chainId: number;
|
|
2798
|
+
type: "eip4844";
|
|
2799
|
+
gasPrice?: undefined | undefined;
|
|
2800
|
+
maxFeePerBlobGas: bigint;
|
|
2801
|
+
maxFeePerGas: bigint;
|
|
2802
|
+
maxPriorityFeePerGas: bigint;
|
|
2803
|
+
isSystemTx?: undefined | undefined;
|
|
2804
|
+
mint?: undefined | undefined;
|
|
2805
|
+
sourceHash?: undefined | undefined;
|
|
2806
|
+
} | {
|
|
2807
|
+
blockHash: `0x${string}` | null;
|
|
2808
|
+
blockNumber: bigint | null;
|
|
2809
|
+
blockTimestamp?: bigint | undefined;
|
|
2810
|
+
from: import("abitype").Address;
|
|
2811
|
+
gas: bigint;
|
|
2812
|
+
hash: import("viem").Hash;
|
|
2813
|
+
input: import("viem").Hex;
|
|
2814
|
+
nonce: number;
|
|
2815
|
+
r: import("viem").Hex;
|
|
2816
|
+
s: import("viem").Hex;
|
|
2817
|
+
to: import("abitype").Address | null;
|
|
2818
|
+
transactionIndex: number | null;
|
|
2819
|
+
typeHex: import("viem").Hex | null;
|
|
2820
|
+
v: bigint;
|
|
2821
|
+
value: bigint;
|
|
2822
|
+
yParity: number;
|
|
2823
|
+
accessList: import("viem").AccessList;
|
|
2824
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2825
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2826
|
+
chainId: number;
|
|
2827
|
+
type: "eip7702";
|
|
2828
|
+
gasPrice?: undefined | undefined;
|
|
2829
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2830
|
+
maxFeePerGas: bigint;
|
|
2831
|
+
maxPriorityFeePerGas: bigint;
|
|
2832
|
+
isSystemTx?: undefined | undefined;
|
|
2833
|
+
mint?: undefined | undefined;
|
|
2834
|
+
sourceHash?: undefined | undefined;
|
|
2835
|
+
}) & {};
|
|
2836
|
+
type: "transaction";
|
|
2837
|
+
};
|
|
2838
|
+
readonly transactionReceipt: {
|
|
2839
|
+
exclude: [] | undefined;
|
|
2840
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
2841
|
+
blobGasPrice?: bigint | undefined;
|
|
2842
|
+
blobGasUsed?: bigint | undefined;
|
|
2843
|
+
blockHash: import("viem").Hash;
|
|
2844
|
+
blockNumber: bigint;
|
|
2845
|
+
blockTimestamp?: bigint | undefined;
|
|
2846
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
2847
|
+
cumulativeGasUsed: bigint;
|
|
2848
|
+
effectiveGasPrice: bigint;
|
|
2849
|
+
from: import("abitype").Address;
|
|
2850
|
+
gasUsed: bigint;
|
|
2851
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
2852
|
+
logsBloom: import("viem").Hex;
|
|
2853
|
+
root?: `0x${string}` | undefined;
|
|
2854
|
+
status: "success" | "reverted";
|
|
2855
|
+
to: import("abitype").Address | null;
|
|
2856
|
+
transactionHash: import("viem").Hash;
|
|
2857
|
+
transactionIndex: number;
|
|
2858
|
+
type: import("viem").TransactionType;
|
|
2859
|
+
depositNonce?: bigint | undefined | undefined;
|
|
2860
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
2861
|
+
l1GasPrice: bigint | null;
|
|
2862
|
+
l1GasUsed: bigint | null;
|
|
2863
|
+
l1Fee: bigint | null;
|
|
2864
|
+
l1FeeScalar: number | null;
|
|
2865
|
+
} & {};
|
|
2866
|
+
type: "transactionReceipt";
|
|
2867
|
+
};
|
|
2868
|
+
};
|
|
2869
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2870
|
+
client: import("viem").Client;
|
|
2871
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2872
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2873
|
+
client: import("viem").Client;
|
|
2874
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2875
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2876
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2877
|
+
}] | undefined;
|
|
2878
|
+
serializers: {
|
|
2879
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2880
|
+
};
|
|
2881
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2882
|
+
readonly network: "base-sepolia";
|
|
2883
|
+
} | {
|
|
2884
|
+
blockExplorers: {
|
|
2885
|
+
readonly default: {
|
|
2886
|
+
readonly name: "Arbiscan";
|
|
2887
|
+
readonly url: "https://sepolia.arbiscan.io";
|
|
2888
|
+
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
2889
|
+
};
|
|
2890
|
+
};
|
|
2891
|
+
blockTime: 250;
|
|
2892
|
+
contracts: {
|
|
2893
|
+
readonly multicall3: {
|
|
2894
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2895
|
+
readonly blockCreated: 81930;
|
|
2896
|
+
};
|
|
2897
|
+
};
|
|
2898
|
+
ensTlds?: readonly string[] | undefined;
|
|
2899
|
+
id: 421614;
|
|
2900
|
+
name: "Arbitrum Sepolia";
|
|
2901
|
+
nativeCurrency: {
|
|
2902
|
+
readonly name: "Arbitrum Sepolia Ether";
|
|
2903
|
+
readonly symbol: "ETH";
|
|
2904
|
+
readonly decimals: 18;
|
|
2905
|
+
};
|
|
2906
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2907
|
+
rpcUrls: {
|
|
2908
|
+
readonly default: {
|
|
2909
|
+
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2910
|
+
};
|
|
2911
|
+
};
|
|
2912
|
+
sourceId?: number | undefined | undefined;
|
|
2913
|
+
testnet: true;
|
|
2914
|
+
custom?: Record<string, unknown> | undefined;
|
|
2915
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2916
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2917
|
+
formatters?: undefined;
|
|
2918
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2919
|
+
client: import("viem").Client;
|
|
2920
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2921
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2922
|
+
client: import("viem").Client;
|
|
2923
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2924
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2925
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2926
|
+
}] | undefined;
|
|
2927
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2928
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2929
|
+
} | {
|
|
2930
|
+
blockExplorers: {
|
|
2931
|
+
readonly default: {
|
|
2932
|
+
readonly name: "RouteScan";
|
|
2933
|
+
readonly url: "https://testnet.plasmascan.to";
|
|
2934
|
+
};
|
|
2935
|
+
};
|
|
2936
|
+
blockTime?: number | undefined | undefined;
|
|
2937
|
+
contracts: {
|
|
2938
|
+
readonly multicall3: {
|
|
2939
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2940
|
+
readonly blockCreated: 0;
|
|
2941
|
+
};
|
|
2942
|
+
};
|
|
2943
|
+
ensTlds?: readonly string[] | undefined;
|
|
2944
|
+
id: 9746;
|
|
2945
|
+
name: "Plasma Testnet";
|
|
2946
|
+
nativeCurrency: {
|
|
2626
2947
|
readonly name: "Testnet Plasma";
|
|
2627
2948
|
readonly symbol: "XPL";
|
|
2628
2949
|
readonly decimals: 18;
|
|
@@ -2669,27 +2990,350 @@ declare const chains: ({
|
|
|
2669
2990
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2670
2991
|
readonly blockCreated: 14353601;
|
|
2671
2992
|
};
|
|
2672
|
-
};
|
|
2673
|
-
ensTlds?: readonly string[] | undefined;
|
|
2674
|
-
id: 1;
|
|
2675
|
-
name: "Ethereum";
|
|
2676
|
-
nativeCurrency: {
|
|
2677
|
-
readonly name: "Ether";
|
|
2678
|
-
readonly symbol: "ETH";
|
|
2679
|
-
readonly decimals: 18;
|
|
2680
|
-
};
|
|
2681
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2682
|
-
rpcUrls: {
|
|
2683
|
-
readonly default: {
|
|
2684
|
-
readonly http: readonly ["https://eth.merkle.io"];
|
|
2993
|
+
};
|
|
2994
|
+
ensTlds?: readonly string[] | undefined;
|
|
2995
|
+
id: 1;
|
|
2996
|
+
name: "Ethereum";
|
|
2997
|
+
nativeCurrency: {
|
|
2998
|
+
readonly name: "Ether";
|
|
2999
|
+
readonly symbol: "ETH";
|
|
3000
|
+
readonly decimals: 18;
|
|
3001
|
+
};
|
|
3002
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3003
|
+
rpcUrls: {
|
|
3004
|
+
readonly default: {
|
|
3005
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
3006
|
+
};
|
|
3007
|
+
};
|
|
3008
|
+
sourceId?: number | undefined | undefined;
|
|
3009
|
+
testnet?: boolean | undefined | undefined;
|
|
3010
|
+
custom?: Record<string, unknown> | undefined;
|
|
3011
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3012
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3013
|
+
formatters?: undefined;
|
|
3014
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3015
|
+
client: import("viem").Client;
|
|
3016
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3017
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3018
|
+
client: import("viem").Client;
|
|
3019
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3020
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3021
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3022
|
+
}] | undefined;
|
|
3023
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3024
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3025
|
+
} | {
|
|
3026
|
+
blockExplorers: {
|
|
3027
|
+
readonly default: {
|
|
3028
|
+
readonly name: "Optimism Explorer";
|
|
3029
|
+
readonly url: "https://optimistic.etherscan.io";
|
|
3030
|
+
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
3031
|
+
};
|
|
3032
|
+
};
|
|
3033
|
+
blockTime: 2000;
|
|
3034
|
+
contracts: {
|
|
3035
|
+
readonly disputeGameFactory: {
|
|
3036
|
+
readonly 1: {
|
|
3037
|
+
readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
|
|
3038
|
+
};
|
|
3039
|
+
};
|
|
3040
|
+
readonly l2OutputOracle: {
|
|
3041
|
+
readonly 1: {
|
|
3042
|
+
readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
|
|
3043
|
+
};
|
|
3044
|
+
};
|
|
3045
|
+
readonly multicall3: {
|
|
3046
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3047
|
+
readonly blockCreated: 4286263;
|
|
3048
|
+
};
|
|
3049
|
+
readonly portal: {
|
|
3050
|
+
readonly 1: {
|
|
3051
|
+
readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
|
|
3052
|
+
};
|
|
3053
|
+
};
|
|
3054
|
+
readonly l1StandardBridge: {
|
|
3055
|
+
readonly 1: {
|
|
3056
|
+
readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
|
|
3057
|
+
};
|
|
3058
|
+
};
|
|
3059
|
+
readonly gasPriceOracle: {
|
|
3060
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
3061
|
+
};
|
|
3062
|
+
readonly l1Block: {
|
|
3063
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
3064
|
+
};
|
|
3065
|
+
readonly l2CrossDomainMessenger: {
|
|
3066
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
3067
|
+
};
|
|
3068
|
+
readonly l2Erc721Bridge: {
|
|
3069
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
3070
|
+
};
|
|
3071
|
+
readonly l2StandardBridge: {
|
|
3072
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
3073
|
+
};
|
|
3074
|
+
readonly l2ToL1MessagePasser: {
|
|
3075
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
3076
|
+
};
|
|
3077
|
+
};
|
|
3078
|
+
ensTlds?: readonly string[] | undefined;
|
|
3079
|
+
id: 10;
|
|
3080
|
+
name: "OP Mainnet";
|
|
3081
|
+
nativeCurrency: {
|
|
3082
|
+
readonly name: "Ether";
|
|
3083
|
+
readonly symbol: "ETH";
|
|
3084
|
+
readonly decimals: 18;
|
|
3085
|
+
};
|
|
3086
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3087
|
+
rpcUrls: {
|
|
3088
|
+
readonly default: {
|
|
3089
|
+
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
3090
|
+
};
|
|
3091
|
+
};
|
|
3092
|
+
sourceId: 1;
|
|
3093
|
+
testnet?: boolean | undefined | undefined;
|
|
3094
|
+
custom?: Record<string, unknown> | undefined;
|
|
3095
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3096
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3097
|
+
formatters: {
|
|
3098
|
+
readonly block: {
|
|
3099
|
+
exclude: [] | undefined;
|
|
3100
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
3101
|
+
baseFeePerGas: bigint | null;
|
|
3102
|
+
blobGasUsed: bigint;
|
|
3103
|
+
difficulty: bigint;
|
|
3104
|
+
excessBlobGas: bigint;
|
|
3105
|
+
extraData: import("viem").Hex;
|
|
3106
|
+
gasLimit: bigint;
|
|
3107
|
+
gasUsed: bigint;
|
|
3108
|
+
hash: `0x${string}` | null;
|
|
3109
|
+
logsBloom: `0x${string}` | null;
|
|
3110
|
+
miner: import("abitype").Address;
|
|
3111
|
+
mixHash: import("viem").Hash;
|
|
3112
|
+
nonce: `0x${string}` | null;
|
|
3113
|
+
number: bigint | null;
|
|
3114
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
3115
|
+
parentHash: import("viem").Hash;
|
|
3116
|
+
receiptsRoot: import("viem").Hex;
|
|
3117
|
+
sealFields: import("viem").Hex[];
|
|
3118
|
+
sha3Uncles: import("viem").Hash;
|
|
3119
|
+
size: bigint;
|
|
3120
|
+
stateRoot: import("viem").Hash;
|
|
3121
|
+
timestamp: bigint;
|
|
3122
|
+
totalDifficulty: bigint | null;
|
|
3123
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
3124
|
+
transactionsRoot: import("viem").Hash;
|
|
3125
|
+
uncles: import("viem").Hash[];
|
|
3126
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
3127
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
3128
|
+
} & {};
|
|
3129
|
+
type: "block";
|
|
3130
|
+
};
|
|
3131
|
+
readonly transaction: {
|
|
3132
|
+
exclude: [] | undefined;
|
|
3133
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
3134
|
+
blockHash: `0x${string}` | null;
|
|
3135
|
+
blockNumber: bigint | null;
|
|
3136
|
+
blockTimestamp?: bigint | undefined;
|
|
3137
|
+
from: import("abitype").Address;
|
|
3138
|
+
gas: bigint;
|
|
3139
|
+
hash: import("viem").Hash;
|
|
3140
|
+
input: import("viem").Hex;
|
|
3141
|
+
nonce: number;
|
|
3142
|
+
r: import("viem").Hex;
|
|
3143
|
+
s: import("viem").Hex;
|
|
3144
|
+
to: import("abitype").Address | null;
|
|
3145
|
+
transactionIndex: number | null;
|
|
3146
|
+
typeHex: import("viem").Hex | null;
|
|
3147
|
+
v: bigint;
|
|
3148
|
+
value: bigint;
|
|
3149
|
+
yParity: number;
|
|
3150
|
+
gasPrice?: undefined | undefined;
|
|
3151
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3152
|
+
maxFeePerGas: bigint;
|
|
3153
|
+
maxPriorityFeePerGas: bigint;
|
|
3154
|
+
isSystemTx?: boolean;
|
|
3155
|
+
mint?: bigint | undefined | undefined;
|
|
3156
|
+
sourceHash: import("viem").Hex;
|
|
3157
|
+
type: "deposit";
|
|
3158
|
+
} | {
|
|
3159
|
+
r: import("viem").Hex;
|
|
3160
|
+
s: import("viem").Hex;
|
|
3161
|
+
v: bigint;
|
|
3162
|
+
to: import("abitype").Address | null;
|
|
3163
|
+
from: import("abitype").Address;
|
|
3164
|
+
gas: bigint;
|
|
3165
|
+
nonce: number;
|
|
3166
|
+
value: bigint;
|
|
3167
|
+
blockHash: `0x${string}` | null;
|
|
3168
|
+
blockNumber: bigint | null;
|
|
3169
|
+
blockTimestamp?: bigint | undefined;
|
|
3170
|
+
hash: import("viem").Hash;
|
|
3171
|
+
input: import("viem").Hex;
|
|
3172
|
+
transactionIndex: number | null;
|
|
3173
|
+
typeHex: import("viem").Hex | null;
|
|
3174
|
+
accessList?: undefined | undefined;
|
|
3175
|
+
authorizationList?: undefined | undefined;
|
|
3176
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3177
|
+
chainId?: number | undefined;
|
|
3178
|
+
yParity?: undefined | undefined;
|
|
3179
|
+
type: "legacy";
|
|
3180
|
+
gasPrice: bigint;
|
|
3181
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3182
|
+
maxFeePerGas?: undefined | undefined;
|
|
3183
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3184
|
+
isSystemTx?: undefined | undefined;
|
|
3185
|
+
mint?: undefined | undefined;
|
|
3186
|
+
sourceHash?: undefined | undefined;
|
|
3187
|
+
} | {
|
|
3188
|
+
blockHash: `0x${string}` | null;
|
|
3189
|
+
blockNumber: bigint | null;
|
|
3190
|
+
blockTimestamp?: bigint | undefined;
|
|
3191
|
+
from: import("abitype").Address;
|
|
3192
|
+
gas: bigint;
|
|
3193
|
+
hash: import("viem").Hash;
|
|
3194
|
+
input: import("viem").Hex;
|
|
3195
|
+
nonce: number;
|
|
3196
|
+
r: import("viem").Hex;
|
|
3197
|
+
s: import("viem").Hex;
|
|
3198
|
+
to: import("abitype").Address | null;
|
|
3199
|
+
transactionIndex: number | null;
|
|
3200
|
+
typeHex: import("viem").Hex | null;
|
|
3201
|
+
v: bigint;
|
|
3202
|
+
value: bigint;
|
|
3203
|
+
yParity: number;
|
|
3204
|
+
accessList: import("viem").AccessList;
|
|
3205
|
+
authorizationList?: undefined | undefined;
|
|
3206
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3207
|
+
chainId: number;
|
|
3208
|
+
type: "eip2930";
|
|
3209
|
+
gasPrice: bigint;
|
|
3210
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3211
|
+
maxFeePerGas?: undefined | undefined;
|
|
3212
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3213
|
+
isSystemTx?: undefined | undefined;
|
|
3214
|
+
mint?: undefined | undefined;
|
|
3215
|
+
sourceHash?: undefined | undefined;
|
|
3216
|
+
} | {
|
|
3217
|
+
blockHash: `0x${string}` | null;
|
|
3218
|
+
blockNumber: bigint | null;
|
|
3219
|
+
blockTimestamp?: bigint | undefined;
|
|
3220
|
+
from: import("abitype").Address;
|
|
3221
|
+
gas: bigint;
|
|
3222
|
+
hash: import("viem").Hash;
|
|
3223
|
+
input: import("viem").Hex;
|
|
3224
|
+
nonce: number;
|
|
3225
|
+
r: import("viem").Hex;
|
|
3226
|
+
s: import("viem").Hex;
|
|
3227
|
+
to: import("abitype").Address | null;
|
|
3228
|
+
transactionIndex: number | null;
|
|
3229
|
+
typeHex: import("viem").Hex | null;
|
|
3230
|
+
v: bigint;
|
|
3231
|
+
value: bigint;
|
|
3232
|
+
yParity: number;
|
|
3233
|
+
accessList: import("viem").AccessList;
|
|
3234
|
+
authorizationList?: undefined | undefined;
|
|
3235
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3236
|
+
chainId: number;
|
|
3237
|
+
type: "eip1559";
|
|
3238
|
+
gasPrice?: undefined | undefined;
|
|
3239
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3240
|
+
maxFeePerGas: bigint;
|
|
3241
|
+
maxPriorityFeePerGas: bigint;
|
|
3242
|
+
isSystemTx?: undefined | undefined;
|
|
3243
|
+
mint?: undefined | undefined;
|
|
3244
|
+
sourceHash?: undefined | undefined;
|
|
3245
|
+
} | {
|
|
3246
|
+
blockHash: `0x${string}` | null;
|
|
3247
|
+
blockNumber: bigint | null;
|
|
3248
|
+
blockTimestamp?: bigint | undefined;
|
|
3249
|
+
from: import("abitype").Address;
|
|
3250
|
+
gas: bigint;
|
|
3251
|
+
hash: import("viem").Hash;
|
|
3252
|
+
input: import("viem").Hex;
|
|
3253
|
+
nonce: number;
|
|
3254
|
+
r: import("viem").Hex;
|
|
3255
|
+
s: import("viem").Hex;
|
|
3256
|
+
to: import("abitype").Address | null;
|
|
3257
|
+
transactionIndex: number | null;
|
|
3258
|
+
typeHex: import("viem").Hex | null;
|
|
3259
|
+
v: bigint;
|
|
3260
|
+
value: bigint;
|
|
3261
|
+
yParity: number;
|
|
3262
|
+
accessList: import("viem").AccessList;
|
|
3263
|
+
authorizationList?: undefined | undefined;
|
|
3264
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
3265
|
+
chainId: number;
|
|
3266
|
+
type: "eip4844";
|
|
3267
|
+
gasPrice?: undefined | undefined;
|
|
3268
|
+
maxFeePerBlobGas: bigint;
|
|
3269
|
+
maxFeePerGas: bigint;
|
|
3270
|
+
maxPriorityFeePerGas: bigint;
|
|
3271
|
+
isSystemTx?: undefined | undefined;
|
|
3272
|
+
mint?: undefined | undefined;
|
|
3273
|
+
sourceHash?: undefined | undefined;
|
|
3274
|
+
} | {
|
|
3275
|
+
blockHash: `0x${string}` | null;
|
|
3276
|
+
blockNumber: bigint | null;
|
|
3277
|
+
blockTimestamp?: bigint | undefined;
|
|
3278
|
+
from: import("abitype").Address;
|
|
3279
|
+
gas: bigint;
|
|
3280
|
+
hash: import("viem").Hash;
|
|
3281
|
+
input: import("viem").Hex;
|
|
3282
|
+
nonce: number;
|
|
3283
|
+
r: import("viem").Hex;
|
|
3284
|
+
s: import("viem").Hex;
|
|
3285
|
+
to: import("abitype").Address | null;
|
|
3286
|
+
transactionIndex: number | null;
|
|
3287
|
+
typeHex: import("viem").Hex | null;
|
|
3288
|
+
v: bigint;
|
|
3289
|
+
value: bigint;
|
|
3290
|
+
yParity: number;
|
|
3291
|
+
accessList: import("viem").AccessList;
|
|
3292
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3293
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3294
|
+
chainId: number;
|
|
3295
|
+
type: "eip7702";
|
|
3296
|
+
gasPrice?: undefined | undefined;
|
|
3297
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3298
|
+
maxFeePerGas: bigint;
|
|
3299
|
+
maxPriorityFeePerGas: bigint;
|
|
3300
|
+
isSystemTx?: undefined | undefined;
|
|
3301
|
+
mint?: undefined | undefined;
|
|
3302
|
+
sourceHash?: undefined | undefined;
|
|
3303
|
+
}) & {};
|
|
3304
|
+
type: "transaction";
|
|
3305
|
+
};
|
|
3306
|
+
readonly transactionReceipt: {
|
|
3307
|
+
exclude: [] | undefined;
|
|
3308
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
3309
|
+
blobGasPrice?: bigint | undefined;
|
|
3310
|
+
blobGasUsed?: bigint | undefined;
|
|
3311
|
+
blockHash: import("viem").Hash;
|
|
3312
|
+
blockNumber: bigint;
|
|
3313
|
+
blockTimestamp?: bigint | undefined;
|
|
3314
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
3315
|
+
cumulativeGasUsed: bigint;
|
|
3316
|
+
effectiveGasPrice: bigint;
|
|
3317
|
+
from: import("abitype").Address;
|
|
3318
|
+
gasUsed: bigint;
|
|
3319
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
3320
|
+
logsBloom: import("viem").Hex;
|
|
3321
|
+
root?: `0x${string}` | undefined;
|
|
3322
|
+
status: "success" | "reverted";
|
|
3323
|
+
to: import("abitype").Address | null;
|
|
3324
|
+
transactionHash: import("viem").Hash;
|
|
3325
|
+
transactionIndex: number;
|
|
3326
|
+
type: import("viem").TransactionType;
|
|
3327
|
+
depositNonce?: bigint | undefined | undefined;
|
|
3328
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
3329
|
+
l1GasPrice: bigint | null;
|
|
3330
|
+
l1GasUsed: bigint | null;
|
|
3331
|
+
l1Fee: bigint | null;
|
|
3332
|
+
l1FeeScalar: number | null;
|
|
3333
|
+
} & {};
|
|
3334
|
+
type: "transactionReceipt";
|
|
2685
3335
|
};
|
|
2686
3336
|
};
|
|
2687
|
-
sourceId?: number | undefined | undefined;
|
|
2688
|
-
testnet?: boolean | undefined | undefined;
|
|
2689
|
-
custom?: Record<string, unknown> | undefined;
|
|
2690
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
2691
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2692
|
-
formatters?: undefined;
|
|
2693
3337
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2694
3338
|
client: import("viem").Client;
|
|
2695
3339
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
@@ -2699,40 +3343,44 @@ declare const chains: ({
|
|
|
2699
3343
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2700
3344
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2701
3345
|
}] | undefined;
|
|
2702
|
-
serializers
|
|
3346
|
+
serializers: {
|
|
3347
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
3348
|
+
};
|
|
2703
3349
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2704
3350
|
} | {
|
|
2705
3351
|
blockExplorers: {
|
|
2706
3352
|
readonly default: {
|
|
2707
|
-
readonly name: "
|
|
2708
|
-
readonly url: "https://
|
|
2709
|
-
readonly apiUrl: "https://api
|
|
3353
|
+
readonly name: "Basescan";
|
|
3354
|
+
readonly url: "https://basescan.org";
|
|
3355
|
+
readonly apiUrl: "https://api.basescan.org/api";
|
|
2710
3356
|
};
|
|
2711
3357
|
};
|
|
2712
3358
|
blockTime: 2000;
|
|
2713
3359
|
contracts: {
|
|
2714
3360
|
readonly disputeGameFactory: {
|
|
2715
3361
|
readonly 1: {
|
|
2716
|
-
readonly address: "
|
|
3362
|
+
readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
|
|
2717
3363
|
};
|
|
2718
3364
|
};
|
|
2719
3365
|
readonly l2OutputOracle: {
|
|
2720
3366
|
readonly 1: {
|
|
2721
|
-
readonly address: "
|
|
3367
|
+
readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
|
|
2722
3368
|
};
|
|
2723
3369
|
};
|
|
2724
3370
|
readonly multicall3: {
|
|
2725
3371
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2726
|
-
readonly blockCreated:
|
|
3372
|
+
readonly blockCreated: 5022;
|
|
2727
3373
|
};
|
|
2728
3374
|
readonly portal: {
|
|
2729
3375
|
readonly 1: {
|
|
2730
|
-
readonly address: "
|
|
3376
|
+
readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
|
|
3377
|
+
readonly blockCreated: 17482143;
|
|
2731
3378
|
};
|
|
2732
3379
|
};
|
|
2733
3380
|
readonly l1StandardBridge: {
|
|
2734
3381
|
readonly 1: {
|
|
2735
|
-
readonly address: "
|
|
3382
|
+
readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
|
|
3383
|
+
readonly blockCreated: 17482143;
|
|
2736
3384
|
};
|
|
2737
3385
|
};
|
|
2738
3386
|
readonly gasPriceOracle: {
|
|
@@ -2755,8 +3403,8 @@ declare const chains: ({
|
|
|
2755
3403
|
};
|
|
2756
3404
|
};
|
|
2757
3405
|
ensTlds?: readonly string[] | undefined;
|
|
2758
|
-
id:
|
|
2759
|
-
name: "
|
|
3406
|
+
id: 8453;
|
|
3407
|
+
name: "Base";
|
|
2760
3408
|
nativeCurrency: {
|
|
2761
3409
|
readonly name: "Ether";
|
|
2762
3410
|
readonly symbol: "ETH";
|
|
@@ -2765,7 +3413,7 @@ declare const chains: ({
|
|
|
2765
3413
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2766
3414
|
rpcUrls: {
|
|
2767
3415
|
readonly default: {
|
|
2768
|
-
readonly http: readonly ["https://mainnet.
|
|
3416
|
+
readonly http: readonly ["https://mainnet.base.org"];
|
|
2769
3417
|
};
|
|
2770
3418
|
};
|
|
2771
3419
|
sourceId: 1;
|
|
@@ -3022,46 +3670,138 @@ declare const chains: ({
|
|
|
3022
3670
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3023
3671
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3024
3672
|
}] | undefined;
|
|
3025
|
-
serializers: {
|
|
3026
|
-
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
3673
|
+
serializers: {
|
|
3674
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
3675
|
+
};
|
|
3676
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3677
|
+
} | {
|
|
3678
|
+
blockExplorers: {
|
|
3679
|
+
readonly default: {
|
|
3680
|
+
readonly name: "Arbiscan";
|
|
3681
|
+
readonly url: "https://arbiscan.io";
|
|
3682
|
+
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
3683
|
+
};
|
|
3684
|
+
};
|
|
3685
|
+
blockTime: 250;
|
|
3686
|
+
contracts: {
|
|
3687
|
+
readonly multicall3: {
|
|
3688
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3689
|
+
readonly blockCreated: 7654707;
|
|
3690
|
+
};
|
|
3691
|
+
};
|
|
3692
|
+
ensTlds?: readonly string[] | undefined;
|
|
3693
|
+
id: 42161;
|
|
3694
|
+
name: "Arbitrum One";
|
|
3695
|
+
nativeCurrency: {
|
|
3696
|
+
readonly name: "Ether";
|
|
3697
|
+
readonly symbol: "ETH";
|
|
3698
|
+
readonly decimals: 18;
|
|
3699
|
+
};
|
|
3700
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3701
|
+
rpcUrls: {
|
|
3702
|
+
readonly default: {
|
|
3703
|
+
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
3704
|
+
};
|
|
3705
|
+
};
|
|
3706
|
+
sourceId?: number | undefined | undefined;
|
|
3707
|
+
testnet?: boolean | undefined | undefined;
|
|
3708
|
+
custom?: Record<string, unknown> | undefined;
|
|
3709
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3710
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3711
|
+
formatters?: undefined;
|
|
3712
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3713
|
+
client: import("viem").Client;
|
|
3714
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3715
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3716
|
+
client: import("viem").Client;
|
|
3717
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3718
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3719
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3720
|
+
}] | undefined;
|
|
3721
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3722
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3723
|
+
} | {
|
|
3724
|
+
blockExplorers: {
|
|
3725
|
+
readonly default: {
|
|
3726
|
+
readonly name: "PolygonScan";
|
|
3727
|
+
readonly url: "https://polygonscan.com";
|
|
3728
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
3729
|
+
};
|
|
3730
|
+
};
|
|
3731
|
+
blockTime: 2000;
|
|
3732
|
+
contracts: {
|
|
3733
|
+
readonly multicall3: {
|
|
3734
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3735
|
+
readonly blockCreated: 25770160;
|
|
3736
|
+
};
|
|
3737
|
+
};
|
|
3738
|
+
ensTlds?: readonly string[] | undefined;
|
|
3739
|
+
id: 137;
|
|
3740
|
+
name: "Polygon";
|
|
3741
|
+
nativeCurrency: {
|
|
3742
|
+
readonly name: "POL";
|
|
3743
|
+
readonly symbol: "POL";
|
|
3744
|
+
readonly decimals: 18;
|
|
3745
|
+
};
|
|
3746
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3747
|
+
rpcUrls: {
|
|
3748
|
+
readonly default: {
|
|
3749
|
+
readonly http: readonly ["https://polygon.drpc.org"];
|
|
3750
|
+
};
|
|
3027
3751
|
};
|
|
3752
|
+
sourceId?: number | undefined | undefined;
|
|
3753
|
+
testnet?: boolean | undefined | undefined;
|
|
3754
|
+
custom?: Record<string, unknown> | undefined;
|
|
3755
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3756
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3757
|
+
formatters?: undefined;
|
|
3758
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3759
|
+
client: import("viem").Client;
|
|
3760
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3761
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3762
|
+
client: import("viem").Client;
|
|
3763
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3764
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3765
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3766
|
+
}] | undefined;
|
|
3767
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3028
3768
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3029
3769
|
} | {
|
|
3030
3770
|
blockExplorers: {
|
|
3031
3771
|
readonly default: {
|
|
3032
|
-
readonly name: "
|
|
3033
|
-
readonly url: "https://
|
|
3034
|
-
readonly apiUrl: "https://
|
|
3772
|
+
readonly name: "Blockscout";
|
|
3773
|
+
readonly url: "https://soneium.blockscout.com";
|
|
3774
|
+
readonly apiUrl: "https://soneium.blockscout.com/api";
|
|
3035
3775
|
};
|
|
3036
3776
|
};
|
|
3037
3777
|
blockTime: 2000;
|
|
3038
3778
|
contracts: {
|
|
3039
3779
|
readonly disputeGameFactory: {
|
|
3040
3780
|
readonly 1: {
|
|
3041
|
-
readonly address: "
|
|
3781
|
+
readonly address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0";
|
|
3042
3782
|
};
|
|
3043
3783
|
};
|
|
3044
3784
|
readonly l2OutputOracle: {
|
|
3045
3785
|
readonly 1: {
|
|
3046
|
-
readonly address: "
|
|
3786
|
+
readonly address: "0x0000000000000000000000000000000000000000";
|
|
3047
3787
|
};
|
|
3048
3788
|
};
|
|
3049
|
-
readonly multicall3: {
|
|
3050
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3051
|
-
readonly blockCreated: 5022;
|
|
3052
|
-
};
|
|
3053
3789
|
readonly portal: {
|
|
3054
3790
|
readonly 1: {
|
|
3055
|
-
readonly address: "
|
|
3056
|
-
readonly blockCreated:
|
|
3791
|
+
readonly address: "0x88e529a6ccd302c948689cd5156c83d4614fae92";
|
|
3792
|
+
readonly blockCreated: 7061266;
|
|
3057
3793
|
};
|
|
3058
3794
|
};
|
|
3059
3795
|
readonly l1StandardBridge: {
|
|
3060
3796
|
readonly 1: {
|
|
3061
|
-
readonly address: "
|
|
3062
|
-
readonly blockCreated:
|
|
3797
|
+
readonly address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607";
|
|
3798
|
+
readonly blockCreated: 7061266;
|
|
3063
3799
|
};
|
|
3064
3800
|
};
|
|
3801
|
+
readonly multicall3: {
|
|
3802
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3803
|
+
readonly blockCreated: 1;
|
|
3804
|
+
};
|
|
3065
3805
|
readonly gasPriceOracle: {
|
|
3066
3806
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
3067
3807
|
};
|
|
@@ -3082,8 +3822,8 @@ declare const chains: ({
|
|
|
3082
3822
|
};
|
|
3083
3823
|
};
|
|
3084
3824
|
ensTlds?: readonly string[] | undefined;
|
|
3085
|
-
id:
|
|
3086
|
-
name: "
|
|
3825
|
+
id: 1868;
|
|
3826
|
+
name: "Soneium Mainnet";
|
|
3087
3827
|
nativeCurrency: {
|
|
3088
3828
|
readonly name: "Ether";
|
|
3089
3829
|
readonly symbol: "ETH";
|
|
@@ -3092,7 +3832,7 @@ declare const chains: ({
|
|
|
3092
3832
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3093
3833
|
rpcUrls: {
|
|
3094
3834
|
readonly default: {
|
|
3095
|
-
readonly http: readonly ["https://
|
|
3835
|
+
readonly http: readonly ["https://rpc.soneium.org"];
|
|
3096
3836
|
};
|
|
3097
3837
|
};
|
|
3098
3838
|
sourceId: 1;
|
|
@@ -3349,41 +4089,223 @@ declare const chains: ({
|
|
|
3349
4089
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3350
4090
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3351
4091
|
}] | undefined;
|
|
3352
|
-
serializers: {
|
|
3353
|
-
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
3354
|
-
};
|
|
4092
|
+
serializers: {
|
|
4093
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4094
|
+
};
|
|
4095
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4096
|
+
} | {
|
|
4097
|
+
blockExplorers: {
|
|
4098
|
+
readonly default: {
|
|
4099
|
+
readonly name: "Sonic Explorer";
|
|
4100
|
+
readonly url: "https://sonicscan.org";
|
|
4101
|
+
};
|
|
4102
|
+
};
|
|
4103
|
+
blockTime: 630;
|
|
4104
|
+
contracts: {
|
|
4105
|
+
readonly multicall3: {
|
|
4106
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4107
|
+
readonly blockCreated: 60;
|
|
4108
|
+
};
|
|
4109
|
+
};
|
|
4110
|
+
ensTlds?: readonly string[] | undefined;
|
|
4111
|
+
id: 146;
|
|
4112
|
+
name: "Sonic";
|
|
4113
|
+
nativeCurrency: {
|
|
4114
|
+
readonly decimals: 18;
|
|
4115
|
+
readonly name: "Sonic";
|
|
4116
|
+
readonly symbol: "S";
|
|
4117
|
+
};
|
|
4118
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4119
|
+
rpcUrls: {
|
|
4120
|
+
readonly default: {
|
|
4121
|
+
readonly http: readonly ["https://rpc.soniclabs.com"];
|
|
4122
|
+
};
|
|
4123
|
+
};
|
|
4124
|
+
sourceId?: number | undefined | undefined;
|
|
4125
|
+
testnet: false;
|
|
4126
|
+
custom?: Record<string, unknown> | undefined;
|
|
4127
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4128
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4129
|
+
formatters?: undefined;
|
|
4130
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4131
|
+
client: import("viem").Client;
|
|
4132
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4133
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4134
|
+
client: import("viem").Client;
|
|
4135
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4136
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4137
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4138
|
+
}] | undefined;
|
|
4139
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
4140
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4141
|
+
} | {
|
|
4142
|
+
blockExplorers: {
|
|
4143
|
+
readonly default: {
|
|
4144
|
+
readonly name: "PlasmaScan";
|
|
4145
|
+
readonly url: "https://plasmascan.to";
|
|
4146
|
+
};
|
|
4147
|
+
};
|
|
4148
|
+
blockTime: 1000;
|
|
4149
|
+
contracts: {
|
|
4150
|
+
readonly multicall3: {
|
|
4151
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4152
|
+
readonly blockCreated: 0;
|
|
4153
|
+
};
|
|
4154
|
+
};
|
|
4155
|
+
ensTlds?: readonly string[] | undefined;
|
|
4156
|
+
id: 9745;
|
|
4157
|
+
name: "Plasma";
|
|
4158
|
+
nativeCurrency: {
|
|
4159
|
+
readonly name: "Plasma";
|
|
4160
|
+
readonly symbol: "XPL";
|
|
4161
|
+
readonly decimals: 18;
|
|
4162
|
+
};
|
|
4163
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4164
|
+
rpcUrls: {
|
|
4165
|
+
readonly default: {
|
|
4166
|
+
readonly http: readonly ["https://rpc.plasma.to"];
|
|
4167
|
+
};
|
|
4168
|
+
};
|
|
4169
|
+
sourceId?: number | undefined | undefined;
|
|
4170
|
+
testnet?: boolean | undefined | undefined;
|
|
4171
|
+
custom?: Record<string, unknown> | undefined;
|
|
4172
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4173
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4174
|
+
formatters?: undefined;
|
|
4175
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4176
|
+
client: import("viem").Client;
|
|
4177
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4178
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4179
|
+
client: import("viem").Client;
|
|
4180
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4181
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4182
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4183
|
+
}] | undefined;
|
|
4184
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
4185
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4186
|
+
} | {
|
|
4187
|
+
blockExplorers: {
|
|
4188
|
+
readonly default: {
|
|
4189
|
+
readonly name: "Gnosisscan";
|
|
4190
|
+
readonly url: "https://gnosisscan.io";
|
|
4191
|
+
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
4192
|
+
};
|
|
4193
|
+
};
|
|
4194
|
+
blockTime: 5000;
|
|
4195
|
+
contracts: {
|
|
4196
|
+
readonly multicall3: {
|
|
4197
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4198
|
+
readonly blockCreated: 21022491;
|
|
4199
|
+
};
|
|
4200
|
+
};
|
|
4201
|
+
ensTlds?: readonly string[] | undefined;
|
|
4202
|
+
id: 100;
|
|
4203
|
+
name: "Gnosis";
|
|
4204
|
+
nativeCurrency: {
|
|
4205
|
+
readonly decimals: 18;
|
|
4206
|
+
readonly name: "xDAI";
|
|
4207
|
+
readonly symbol: "XDAI";
|
|
4208
|
+
};
|
|
4209
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4210
|
+
rpcUrls: {
|
|
4211
|
+
readonly default: {
|
|
4212
|
+
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
4213
|
+
readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
|
|
4214
|
+
};
|
|
4215
|
+
};
|
|
4216
|
+
sourceId?: number | undefined | undefined;
|
|
4217
|
+
testnet?: boolean | undefined | undefined;
|
|
4218
|
+
custom?: Record<string, unknown> | undefined;
|
|
4219
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4220
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4221
|
+
formatters?: undefined;
|
|
4222
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4223
|
+
client: import("viem").Client;
|
|
4224
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4225
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4226
|
+
client: import("viem").Client;
|
|
4227
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4228
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4229
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4230
|
+
}] | undefined;
|
|
4231
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
4232
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4233
|
+
} | {
|
|
4234
|
+
blockExplorers: {
|
|
4235
|
+
readonly default: {
|
|
4236
|
+
readonly name: "BscScan";
|
|
4237
|
+
readonly url: "https://bscscan.com";
|
|
4238
|
+
readonly apiUrl: "https://api.bscscan.com/api";
|
|
4239
|
+
};
|
|
4240
|
+
};
|
|
4241
|
+
blockTime: 750;
|
|
4242
|
+
contracts: {
|
|
4243
|
+
readonly multicall3: {
|
|
4244
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4245
|
+
readonly blockCreated: 15921452;
|
|
4246
|
+
};
|
|
4247
|
+
};
|
|
4248
|
+
ensTlds?: readonly string[] | undefined;
|
|
4249
|
+
id: 56;
|
|
4250
|
+
name: "BNB Smart Chain";
|
|
4251
|
+
nativeCurrency: {
|
|
4252
|
+
readonly decimals: 18;
|
|
4253
|
+
readonly name: "BNB";
|
|
4254
|
+
readonly symbol: "BNB";
|
|
4255
|
+
};
|
|
4256
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4257
|
+
rpcUrls: {
|
|
4258
|
+
readonly default: {
|
|
4259
|
+
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
4260
|
+
};
|
|
4261
|
+
};
|
|
4262
|
+
sourceId?: number | undefined | undefined;
|
|
4263
|
+
testnet?: boolean | undefined | undefined;
|
|
4264
|
+
custom?: Record<string, unknown> | undefined;
|
|
4265
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4266
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4267
|
+
formatters?: undefined;
|
|
4268
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4269
|
+
client: import("viem").Client;
|
|
4270
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4271
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4272
|
+
client: import("viem").Client;
|
|
4273
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4274
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4275
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4276
|
+
}] | undefined;
|
|
4277
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3355
4278
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3356
4279
|
} | {
|
|
3357
4280
|
blockExplorers: {
|
|
3358
4281
|
readonly default: {
|
|
3359
|
-
readonly name: "
|
|
3360
|
-
readonly url: "https://
|
|
3361
|
-
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
4282
|
+
readonly name: "HyperEVMScan";
|
|
4283
|
+
readonly url: "https://hyperevmscan.io";
|
|
3362
4284
|
};
|
|
3363
4285
|
};
|
|
3364
|
-
blockTime
|
|
4286
|
+
blockTime?: number | undefined | undefined;
|
|
3365
4287
|
contracts: {
|
|
3366
4288
|
readonly multicall3: {
|
|
3367
|
-
readonly address: "
|
|
3368
|
-
readonly blockCreated:
|
|
4289
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4290
|
+
readonly blockCreated: 13051;
|
|
3369
4291
|
};
|
|
3370
4292
|
};
|
|
3371
4293
|
ensTlds?: readonly string[] | undefined;
|
|
3372
|
-
id:
|
|
3373
|
-
name: "
|
|
4294
|
+
id: 999;
|
|
4295
|
+
name: "HyperEVM";
|
|
3374
4296
|
nativeCurrency: {
|
|
3375
|
-
readonly name: "
|
|
3376
|
-
readonly symbol: "
|
|
4297
|
+
readonly name: "HYPE";
|
|
4298
|
+
readonly symbol: "HYPE";
|
|
3377
4299
|
readonly decimals: 18;
|
|
3378
4300
|
};
|
|
3379
4301
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3380
4302
|
rpcUrls: {
|
|
3381
4303
|
readonly default: {
|
|
3382
|
-
readonly http: readonly ["https://
|
|
4304
|
+
readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
|
|
3383
4305
|
};
|
|
3384
4306
|
};
|
|
3385
4307
|
sourceId?: number | undefined | undefined;
|
|
3386
|
-
testnet
|
|
4308
|
+
testnet: false;
|
|
3387
4309
|
custom?: Record<string, unknown> | undefined;
|
|
3388
4310
|
extendSchema?: Record<string, unknown> | undefined;
|
|
3389
4311
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -3402,34 +4324,39 @@ declare const chains: ({
|
|
|
3402
4324
|
} | {
|
|
3403
4325
|
blockExplorers: {
|
|
3404
4326
|
readonly default: {
|
|
3405
|
-
readonly name: "
|
|
3406
|
-
readonly url: "https://
|
|
3407
|
-
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
4327
|
+
readonly name: "Monadscan";
|
|
4328
|
+
readonly url: "https://monadscan.com";
|
|
4329
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api?chainid=143";
|
|
4330
|
+
};
|
|
4331
|
+
readonly monadvision: {
|
|
4332
|
+
readonly name: "MonadVision";
|
|
4333
|
+
readonly url: "https://monadvision.com";
|
|
3408
4334
|
};
|
|
3409
4335
|
};
|
|
3410
|
-
blockTime:
|
|
4336
|
+
blockTime: 400;
|
|
3411
4337
|
contracts: {
|
|
3412
4338
|
readonly multicall3: {
|
|
3413
|
-
readonly address: "
|
|
3414
|
-
readonly blockCreated:
|
|
4339
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4340
|
+
readonly blockCreated: 9248132;
|
|
3415
4341
|
};
|
|
3416
4342
|
};
|
|
3417
4343
|
ensTlds?: readonly string[] | undefined;
|
|
3418
|
-
id:
|
|
3419
|
-
name: "
|
|
4344
|
+
id: 143;
|
|
4345
|
+
name: "Monad";
|
|
3420
4346
|
nativeCurrency: {
|
|
3421
|
-
readonly name: "
|
|
3422
|
-
readonly symbol: "
|
|
4347
|
+
readonly name: "Monad";
|
|
4348
|
+
readonly symbol: "MON";
|
|
3423
4349
|
readonly decimals: 18;
|
|
3424
4350
|
};
|
|
3425
4351
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3426
4352
|
rpcUrls: {
|
|
3427
4353
|
readonly default: {
|
|
3428
|
-
readonly http: readonly ["https://
|
|
4354
|
+
readonly http: readonly ["https://rpc.monad.xyz", "https://rpc1.monad.xyz"];
|
|
4355
|
+
readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
|
|
3429
4356
|
};
|
|
3430
4357
|
};
|
|
3431
4358
|
sourceId?: number | undefined | undefined;
|
|
3432
|
-
testnet
|
|
4359
|
+
testnet: false;
|
|
3433
4360
|
custom?: Record<string, unknown> | undefined;
|
|
3434
4361
|
extendSchema?: Record<string, unknown> | undefined;
|
|
3435
4362
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -3448,39 +4375,32 @@ declare const chains: ({
|
|
|
3448
4375
|
} | {
|
|
3449
4376
|
blockExplorers: {
|
|
3450
4377
|
readonly default: {
|
|
3451
|
-
readonly name: "
|
|
3452
|
-
readonly url: "https://
|
|
3453
|
-
readonly apiUrl: "https://
|
|
4378
|
+
readonly name: "Uniscan";
|
|
4379
|
+
readonly url: "https://uniscan.xyz";
|
|
4380
|
+
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
3454
4381
|
};
|
|
3455
4382
|
};
|
|
3456
|
-
blockTime:
|
|
4383
|
+
blockTime: 1000;
|
|
3457
4384
|
contracts: {
|
|
3458
|
-
readonly
|
|
3459
|
-
readonly
|
|
3460
|
-
|
|
3461
|
-
};
|
|
4385
|
+
readonly multicall3: {
|
|
4386
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4387
|
+
readonly blockCreated: 0;
|
|
3462
4388
|
};
|
|
3463
|
-
readonly
|
|
4389
|
+
readonly disputeGameFactory: {
|
|
3464
4390
|
readonly 1: {
|
|
3465
|
-
readonly address: "
|
|
4391
|
+
readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
|
|
3466
4392
|
};
|
|
3467
4393
|
};
|
|
3468
4394
|
readonly portal: {
|
|
3469
4395
|
readonly 1: {
|
|
3470
|
-
readonly address: "
|
|
3471
|
-
readonly blockCreated: 7061266;
|
|
4396
|
+
readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
|
|
3472
4397
|
};
|
|
3473
4398
|
};
|
|
3474
4399
|
readonly l1StandardBridge: {
|
|
3475
4400
|
readonly 1: {
|
|
3476
|
-
readonly address: "
|
|
3477
|
-
readonly blockCreated: 7061266;
|
|
4401
|
+
readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
|
|
3478
4402
|
};
|
|
3479
4403
|
};
|
|
3480
|
-
readonly multicall3: {
|
|
3481
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3482
|
-
readonly blockCreated: 1;
|
|
3483
|
-
};
|
|
3484
4404
|
readonly gasPriceOracle: {
|
|
3485
4405
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
3486
4406
|
};
|
|
@@ -3501,8 +4421,8 @@ declare const chains: ({
|
|
|
3501
4421
|
};
|
|
3502
4422
|
};
|
|
3503
4423
|
ensTlds?: readonly string[] | undefined;
|
|
3504
|
-
id:
|
|
3505
|
-
name: "
|
|
4424
|
+
id: 130;
|
|
4425
|
+
name: "Unichain";
|
|
3506
4426
|
nativeCurrency: {
|
|
3507
4427
|
readonly name: "Ether";
|
|
3508
4428
|
readonly symbol: "ETH";
|
|
@@ -3511,7 +4431,7 @@ declare const chains: ({
|
|
|
3511
4431
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3512
4432
|
rpcUrls: {
|
|
3513
4433
|
readonly default: {
|
|
3514
|
-
readonly http: readonly ["https://
|
|
4434
|
+
readonly http: readonly ["https://mainnet.unichain.org/"];
|
|
3515
4435
|
};
|
|
3516
4436
|
};
|
|
3517
4437
|
sourceId: 1;
|
|
@@ -3743,161 +4663,22 @@ declare const chains: ({
|
|
|
3743
4663
|
gasUsed: bigint;
|
|
3744
4664
|
logs: import("viem").Log<bigint, number, false>[];
|
|
3745
4665
|
logsBloom: import("viem").Hex;
|
|
3746
|
-
root?: `0x${string}` | undefined;
|
|
3747
|
-
status: "success" | "reverted";
|
|
3748
|
-
to: import("abitype").Address | null;
|
|
3749
|
-
transactionHash: import("viem").Hash;
|
|
3750
|
-
transactionIndex: number;
|
|
3751
|
-
type: import("viem").TransactionType;
|
|
3752
|
-
depositNonce?: bigint | undefined | undefined;
|
|
3753
|
-
depositReceiptVersion?: number | undefined | undefined;
|
|
3754
|
-
l1GasPrice: bigint | null;
|
|
3755
|
-
l1GasUsed: bigint | null;
|
|
3756
|
-
l1Fee: bigint | null;
|
|
3757
|
-
l1FeeScalar: number | null;
|
|
3758
|
-
} & {};
|
|
3759
|
-
type: "transactionReceipt";
|
|
3760
|
-
};
|
|
3761
|
-
};
|
|
3762
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3763
|
-
client: import("viem").Client;
|
|
3764
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3765
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3766
|
-
client: import("viem").Client;
|
|
3767
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3768
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3769
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3770
|
-
}] | undefined;
|
|
3771
|
-
serializers: {
|
|
3772
|
-
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
3773
|
-
};
|
|
3774
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3775
|
-
} | {
|
|
3776
|
-
blockExplorers: {
|
|
3777
|
-
readonly default: {
|
|
3778
|
-
readonly name: "Sonic Explorer";
|
|
3779
|
-
readonly url: "https://sonicscan.org";
|
|
3780
|
-
};
|
|
3781
|
-
};
|
|
3782
|
-
blockTime: 630;
|
|
3783
|
-
contracts: {
|
|
3784
|
-
readonly multicall3: {
|
|
3785
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3786
|
-
readonly blockCreated: 60;
|
|
3787
|
-
};
|
|
3788
|
-
};
|
|
3789
|
-
ensTlds?: readonly string[] | undefined;
|
|
3790
|
-
id: 146;
|
|
3791
|
-
name: "Sonic";
|
|
3792
|
-
nativeCurrency: {
|
|
3793
|
-
readonly decimals: 18;
|
|
3794
|
-
readonly name: "Sonic";
|
|
3795
|
-
readonly symbol: "S";
|
|
3796
|
-
};
|
|
3797
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3798
|
-
rpcUrls: {
|
|
3799
|
-
readonly default: {
|
|
3800
|
-
readonly http: readonly ["https://rpc.soniclabs.com"];
|
|
3801
|
-
};
|
|
3802
|
-
};
|
|
3803
|
-
sourceId?: number | undefined | undefined;
|
|
3804
|
-
testnet: false;
|
|
3805
|
-
custom?: Record<string, unknown> | undefined;
|
|
3806
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3807
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3808
|
-
formatters?: undefined;
|
|
3809
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3810
|
-
client: import("viem").Client;
|
|
3811
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3812
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3813
|
-
client: import("viem").Client;
|
|
3814
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3815
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3816
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3817
|
-
}] | undefined;
|
|
3818
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3819
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3820
|
-
} | {
|
|
3821
|
-
blockExplorers: {
|
|
3822
|
-
readonly default: {
|
|
3823
|
-
readonly name: "PlasmaScan";
|
|
3824
|
-
readonly url: "https://plasmascan.to";
|
|
3825
|
-
};
|
|
3826
|
-
};
|
|
3827
|
-
blockTime: 1000;
|
|
3828
|
-
contracts: {
|
|
3829
|
-
readonly multicall3: {
|
|
3830
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3831
|
-
readonly blockCreated: 0;
|
|
3832
|
-
};
|
|
3833
|
-
};
|
|
3834
|
-
ensTlds?: readonly string[] | undefined;
|
|
3835
|
-
id: 9745;
|
|
3836
|
-
name: "Plasma";
|
|
3837
|
-
nativeCurrency: {
|
|
3838
|
-
readonly name: "Plasma";
|
|
3839
|
-
readonly symbol: "XPL";
|
|
3840
|
-
readonly decimals: 18;
|
|
3841
|
-
};
|
|
3842
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3843
|
-
rpcUrls: {
|
|
3844
|
-
readonly default: {
|
|
3845
|
-
readonly http: readonly ["https://rpc.plasma.to"];
|
|
3846
|
-
};
|
|
3847
|
-
};
|
|
3848
|
-
sourceId?: number | undefined | undefined;
|
|
3849
|
-
testnet?: boolean | undefined | undefined;
|
|
3850
|
-
custom?: Record<string, unknown> | undefined;
|
|
3851
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3852
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3853
|
-
formatters?: undefined;
|
|
3854
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3855
|
-
client: import("viem").Client;
|
|
3856
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3857
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3858
|
-
client: import("viem").Client;
|
|
3859
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3860
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3861
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3862
|
-
}] | undefined;
|
|
3863
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3864
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3865
|
-
} | {
|
|
3866
|
-
blockExplorers: {
|
|
3867
|
-
readonly default: {
|
|
3868
|
-
readonly name: "Gnosisscan";
|
|
3869
|
-
readonly url: "https://gnosisscan.io";
|
|
3870
|
-
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
3871
|
-
};
|
|
3872
|
-
};
|
|
3873
|
-
blockTime: 5000;
|
|
3874
|
-
contracts: {
|
|
3875
|
-
readonly multicall3: {
|
|
3876
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3877
|
-
readonly blockCreated: 21022491;
|
|
3878
|
-
};
|
|
3879
|
-
};
|
|
3880
|
-
ensTlds?: readonly string[] | undefined;
|
|
3881
|
-
id: 100;
|
|
3882
|
-
name: "Gnosis";
|
|
3883
|
-
nativeCurrency: {
|
|
3884
|
-
readonly decimals: 18;
|
|
3885
|
-
readonly name: "xDAI";
|
|
3886
|
-
readonly symbol: "XDAI";
|
|
3887
|
-
};
|
|
3888
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3889
|
-
rpcUrls: {
|
|
3890
|
-
readonly default: {
|
|
3891
|
-
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
3892
|
-
readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
|
|
4666
|
+
root?: `0x${string}` | undefined;
|
|
4667
|
+
status: "success" | "reverted";
|
|
4668
|
+
to: import("abitype").Address | null;
|
|
4669
|
+
transactionHash: import("viem").Hash;
|
|
4670
|
+
transactionIndex: number;
|
|
4671
|
+
type: import("viem").TransactionType;
|
|
4672
|
+
depositNonce?: bigint | undefined | undefined;
|
|
4673
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
4674
|
+
l1GasPrice: bigint | null;
|
|
4675
|
+
l1GasUsed: bigint | null;
|
|
4676
|
+
l1Fee: bigint | null;
|
|
4677
|
+
l1FeeScalar: number | null;
|
|
4678
|
+
} & {};
|
|
4679
|
+
type: "transactionReceipt";
|
|
3893
4680
|
};
|
|
3894
4681
|
};
|
|
3895
|
-
sourceId?: number | undefined | undefined;
|
|
3896
|
-
testnet?: boolean | undefined | undefined;
|
|
3897
|
-
custom?: Record<string, unknown> | undefined;
|
|
3898
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3899
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3900
|
-
formatters?: undefined;
|
|
3901
4682
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3902
4683
|
client: import("viem").Client;
|
|
3903
4684
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
@@ -3907,39 +4688,40 @@ declare const chains: ({
|
|
|
3907
4688
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3908
4689
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3909
4690
|
}] | undefined;
|
|
3910
|
-
serializers
|
|
4691
|
+
serializers: {
|
|
4692
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4693
|
+
};
|
|
3911
4694
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3912
4695
|
} | {
|
|
3913
4696
|
blockExplorers: {
|
|
3914
4697
|
readonly default: {
|
|
3915
|
-
readonly name: "
|
|
3916
|
-
readonly url: "https://
|
|
3917
|
-
readonly apiUrl: "https://api.bscscan.com/api";
|
|
4698
|
+
readonly name: "katana explorer";
|
|
4699
|
+
readonly url: "https://katanascan.com";
|
|
3918
4700
|
};
|
|
3919
4701
|
};
|
|
3920
|
-
blockTime
|
|
4702
|
+
blockTime?: number | undefined | undefined;
|
|
3921
4703
|
contracts: {
|
|
3922
4704
|
readonly multicall3: {
|
|
3923
|
-
readonly address: "
|
|
3924
|
-
readonly blockCreated:
|
|
4705
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4706
|
+
readonly blockCreated: 0;
|
|
3925
4707
|
};
|
|
3926
4708
|
};
|
|
3927
4709
|
ensTlds?: readonly string[] | undefined;
|
|
3928
|
-
id:
|
|
3929
|
-
name: "
|
|
4710
|
+
id: 747474;
|
|
4711
|
+
name: "Katana";
|
|
3930
4712
|
nativeCurrency: {
|
|
4713
|
+
readonly name: "Ether";
|
|
4714
|
+
readonly symbol: "ETH";
|
|
3931
4715
|
readonly decimals: 18;
|
|
3932
|
-
readonly name: "BNB";
|
|
3933
|
-
readonly symbol: "BNB";
|
|
3934
4716
|
};
|
|
3935
4717
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3936
4718
|
rpcUrls: {
|
|
3937
4719
|
readonly default: {
|
|
3938
|
-
readonly http: readonly ["https://
|
|
4720
|
+
readonly http: readonly ["https://rpc.katana.network"];
|
|
3939
4721
|
};
|
|
3940
4722
|
};
|
|
3941
4723
|
sourceId?: number | undefined | undefined;
|
|
3942
|
-
testnet
|
|
4724
|
+
testnet: false;
|
|
3943
4725
|
custom?: Record<string, unknown> | undefined;
|
|
3944
4726
|
extendSchema?: Record<string, unknown> | undefined;
|
|
3945
4727
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -3955,36 +4737,37 @@ declare const chains: ({
|
|
|
3955
4737
|
}] | undefined;
|
|
3956
4738
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3957
4739
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4740
|
+
readonly network: "katana";
|
|
3958
4741
|
} | {
|
|
3959
4742
|
blockExplorers: {
|
|
3960
4743
|
readonly default: {
|
|
3961
|
-
readonly name: "
|
|
3962
|
-
readonly url: "https://
|
|
4744
|
+
readonly name: "Blockscout";
|
|
4745
|
+
readonly url: "https://robinhoodchain.blockscout.com";
|
|
4746
|
+
readonly apiUrl: "https://robinhoodchain.blockscout.com/api";
|
|
3963
4747
|
};
|
|
3964
4748
|
};
|
|
3965
4749
|
blockTime?: number | undefined | undefined;
|
|
3966
4750
|
contracts: {
|
|
3967
4751
|
readonly multicall3: {
|
|
3968
|
-
readonly address: "
|
|
3969
|
-
readonly blockCreated: 13051;
|
|
4752
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3970
4753
|
};
|
|
3971
4754
|
};
|
|
3972
4755
|
ensTlds?: readonly string[] | undefined;
|
|
3973
|
-
id:
|
|
3974
|
-
name: "
|
|
4756
|
+
id: 4663;
|
|
4757
|
+
name: "Robinhood Chain";
|
|
3975
4758
|
nativeCurrency: {
|
|
3976
|
-
readonly name: "
|
|
3977
|
-
readonly symbol: "
|
|
4759
|
+
readonly name: "Ether";
|
|
4760
|
+
readonly symbol: "ETH";
|
|
3978
4761
|
readonly decimals: 18;
|
|
3979
4762
|
};
|
|
3980
4763
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3981
4764
|
rpcUrls: {
|
|
3982
4765
|
readonly default: {
|
|
3983
|
-
readonly http: readonly ["https://rpc.
|
|
4766
|
+
readonly http: readonly ["https://rpc.mainnet.chain.robinhood.com"];
|
|
3984
4767
|
};
|
|
3985
4768
|
};
|
|
3986
4769
|
sourceId?: number | undefined | undefined;
|
|
3987
|
-
testnet
|
|
4770
|
+
testnet?: boolean | undefined | undefined;
|
|
3988
4771
|
custom?: Record<string, unknown> | undefined;
|
|
3989
4772
|
extendSchema?: Record<string, unknown> | undefined;
|
|
3990
4773
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -4003,39 +4786,34 @@ declare const chains: ({
|
|
|
4003
4786
|
} | {
|
|
4004
4787
|
blockExplorers: {
|
|
4005
4788
|
readonly default: {
|
|
4006
|
-
readonly name: "
|
|
4007
|
-
readonly url: "https://
|
|
4008
|
-
readonly apiUrl: "https://api.
|
|
4009
|
-
};
|
|
4010
|
-
readonly monadvision: {
|
|
4011
|
-
readonly name: "MonadVision";
|
|
4012
|
-
readonly url: "https://monadvision.com";
|
|
4789
|
+
readonly name: "SnowTrace";
|
|
4790
|
+
readonly url: "https://snowtrace.io";
|
|
4791
|
+
readonly apiUrl: "https://api.snowtrace.io";
|
|
4013
4792
|
};
|
|
4014
4793
|
};
|
|
4015
|
-
blockTime:
|
|
4794
|
+
blockTime: 1700;
|
|
4016
4795
|
contracts: {
|
|
4017
4796
|
readonly multicall3: {
|
|
4018
|
-
readonly address: "
|
|
4019
|
-
readonly blockCreated:
|
|
4797
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4798
|
+
readonly blockCreated: 11907934;
|
|
4020
4799
|
};
|
|
4021
4800
|
};
|
|
4022
4801
|
ensTlds?: readonly string[] | undefined;
|
|
4023
|
-
id:
|
|
4024
|
-
name: "
|
|
4802
|
+
id: 43114;
|
|
4803
|
+
name: "Avalanche";
|
|
4025
4804
|
nativeCurrency: {
|
|
4026
|
-
readonly name: "Monad";
|
|
4027
|
-
readonly symbol: "MON";
|
|
4028
4805
|
readonly decimals: 18;
|
|
4806
|
+
readonly name: "Avalanche";
|
|
4807
|
+
readonly symbol: "AVAX";
|
|
4029
4808
|
};
|
|
4030
4809
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4031
4810
|
rpcUrls: {
|
|
4032
4811
|
readonly default: {
|
|
4033
|
-
readonly http: readonly ["https://
|
|
4034
|
-
readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
|
|
4812
|
+
readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
|
|
4035
4813
|
};
|
|
4036
4814
|
};
|
|
4037
4815
|
sourceId?: number | undefined | undefined;
|
|
4038
|
-
testnet
|
|
4816
|
+
testnet?: boolean | undefined | undefined;
|
|
4039
4817
|
custom?: Record<string, unknown> | undefined;
|
|
4040
4818
|
extendSchema?: Record<string, unknown> | undefined;
|
|
4041
4819
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -4054,30 +4832,26 @@ declare const chains: ({
|
|
|
4054
4832
|
} | {
|
|
4055
4833
|
blockExplorers: {
|
|
4056
4834
|
readonly default: {
|
|
4057
|
-
readonly name: "
|
|
4058
|
-
readonly url: "https://
|
|
4059
|
-
readonly apiUrl: "https://
|
|
4835
|
+
readonly name: "Blockscout";
|
|
4836
|
+
readonly url: "https://explorer.inkonchain.com";
|
|
4837
|
+
readonly apiUrl: "https://explorer.inkonchain.com/api/v2";
|
|
4060
4838
|
};
|
|
4061
4839
|
};
|
|
4062
|
-
blockTime:
|
|
4840
|
+
blockTime: 2000;
|
|
4063
4841
|
contracts: {
|
|
4064
|
-
readonly multicall3: {
|
|
4065
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4066
|
-
readonly blockCreated: 0;
|
|
4067
|
-
};
|
|
4068
4842
|
readonly disputeGameFactory: {
|
|
4069
4843
|
readonly 1: {
|
|
4070
|
-
readonly address: "
|
|
4844
|
+
readonly address: "0x10d7b35078d3baabb96dd45a9143b94be65b12cd";
|
|
4071
4845
|
};
|
|
4072
4846
|
};
|
|
4073
4847
|
readonly portal: {
|
|
4074
4848
|
readonly 1: {
|
|
4075
|
-
readonly address: "
|
|
4849
|
+
readonly address: "0x5d66c1782664115999c47c9fa5cd031f495d3e4f";
|
|
4076
4850
|
};
|
|
4077
4851
|
};
|
|
4078
4852
|
readonly l1StandardBridge: {
|
|
4079
4853
|
readonly 1: {
|
|
4080
|
-
readonly address: "
|
|
4854
|
+
readonly address: "0x88ff1e5b602916615391f55854588efcbb7663f0";
|
|
4081
4855
|
};
|
|
4082
4856
|
};
|
|
4083
4857
|
readonly gasPriceOracle: {
|
|
@@ -4098,10 +4872,14 @@ declare const chains: ({
|
|
|
4098
4872
|
readonly l2ToL1MessagePasser: {
|
|
4099
4873
|
readonly address: "0x4200000000000000000000000000000000000016";
|
|
4100
4874
|
};
|
|
4875
|
+
readonly multicall3: {
|
|
4876
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4877
|
+
readonly blockCreated: 0;
|
|
4878
|
+
};
|
|
4101
4879
|
};
|
|
4102
4880
|
ensTlds?: readonly string[] | undefined;
|
|
4103
|
-
id:
|
|
4104
|
-
name: "
|
|
4881
|
+
id: 57073;
|
|
4882
|
+
name: "Ink";
|
|
4105
4883
|
nativeCurrency: {
|
|
4106
4884
|
readonly name: "Ether";
|
|
4107
4885
|
readonly symbol: "ETH";
|
|
@@ -4110,11 +4888,12 @@ declare const chains: ({
|
|
|
4110
4888
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4111
4889
|
rpcUrls: {
|
|
4112
4890
|
readonly default: {
|
|
4113
|
-
readonly http: readonly ["https://
|
|
4891
|
+
readonly http: readonly ["https://rpc-gel.inkonchain.com", "https://rpc-qnd.inkonchain.com"];
|
|
4892
|
+
readonly webSocket: readonly ["wss://rpc-gel.inkonchain.com", "wss://rpc-qnd.inkonchain.com"];
|
|
4114
4893
|
};
|
|
4115
4894
|
};
|
|
4116
4895
|
sourceId: 1;
|
|
4117
|
-
testnet
|
|
4896
|
+
testnet: false;
|
|
4118
4897
|
custom?: Record<string, unknown> | undefined;
|
|
4119
4898
|
extendSchema?: Record<string, unknown> | undefined;
|
|
4120
4899
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -4371,143 +5150,6 @@ declare const chains: ({
|
|
|
4371
5150
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4372
5151
|
};
|
|
4373
5152
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4374
|
-
} | {
|
|
4375
|
-
blockExplorers: {
|
|
4376
|
-
readonly default: {
|
|
4377
|
-
readonly name: "katana explorer";
|
|
4378
|
-
readonly url: "https://katanascan.com";
|
|
4379
|
-
};
|
|
4380
|
-
};
|
|
4381
|
-
blockTime?: number | undefined | undefined;
|
|
4382
|
-
contracts: {
|
|
4383
|
-
readonly multicall3: {
|
|
4384
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4385
|
-
readonly blockCreated: 0;
|
|
4386
|
-
};
|
|
4387
|
-
};
|
|
4388
|
-
ensTlds?: readonly string[] | undefined;
|
|
4389
|
-
id: 747474;
|
|
4390
|
-
name: "Katana";
|
|
4391
|
-
nativeCurrency: {
|
|
4392
|
-
readonly name: "Ether";
|
|
4393
|
-
readonly symbol: "ETH";
|
|
4394
|
-
readonly decimals: 18;
|
|
4395
|
-
};
|
|
4396
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4397
|
-
rpcUrls: {
|
|
4398
|
-
readonly default: {
|
|
4399
|
-
readonly http: readonly ["https://rpc.katana.network"];
|
|
4400
|
-
};
|
|
4401
|
-
};
|
|
4402
|
-
sourceId?: number | undefined | undefined;
|
|
4403
|
-
testnet: false;
|
|
4404
|
-
custom?: Record<string, unknown> | undefined;
|
|
4405
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
4406
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4407
|
-
formatters?: undefined;
|
|
4408
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4409
|
-
client: import("viem").Client;
|
|
4410
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4411
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4412
|
-
client: import("viem").Client;
|
|
4413
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4414
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4415
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4416
|
-
}] | undefined;
|
|
4417
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
4418
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4419
|
-
readonly network: "katana";
|
|
4420
|
-
} | {
|
|
4421
|
-
blockExplorers: {
|
|
4422
|
-
readonly default: {
|
|
4423
|
-
readonly name: "Blockscout";
|
|
4424
|
-
readonly url: "https://robinhoodchain.blockscout.com";
|
|
4425
|
-
readonly apiUrl: "https://robinhoodchain.blockscout.com/api";
|
|
4426
|
-
};
|
|
4427
|
-
};
|
|
4428
|
-
blockTime?: number | undefined | undefined;
|
|
4429
|
-
contracts: {
|
|
4430
|
-
readonly multicall3: {
|
|
4431
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4432
|
-
};
|
|
4433
|
-
};
|
|
4434
|
-
ensTlds?: readonly string[] | undefined;
|
|
4435
|
-
id: 4663;
|
|
4436
|
-
name: "Robinhood Chain";
|
|
4437
|
-
nativeCurrency: {
|
|
4438
|
-
readonly name: "Ether";
|
|
4439
|
-
readonly symbol: "ETH";
|
|
4440
|
-
readonly decimals: 18;
|
|
4441
|
-
};
|
|
4442
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4443
|
-
rpcUrls: {
|
|
4444
|
-
readonly default: {
|
|
4445
|
-
readonly http: readonly ["https://rpc.mainnet.chain.robinhood.com"];
|
|
4446
|
-
};
|
|
4447
|
-
};
|
|
4448
|
-
sourceId?: number | undefined | undefined;
|
|
4449
|
-
testnet?: boolean | undefined | undefined;
|
|
4450
|
-
custom?: Record<string, unknown> | undefined;
|
|
4451
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
4452
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4453
|
-
formatters?: undefined;
|
|
4454
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4455
|
-
client: import("viem").Client;
|
|
4456
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4457
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4458
|
-
client: import("viem").Client;
|
|
4459
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4460
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4461
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4462
|
-
}] | undefined;
|
|
4463
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
4464
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4465
|
-
} | {
|
|
4466
|
-
blockExplorers: {
|
|
4467
|
-
readonly default: {
|
|
4468
|
-
readonly name: "SnowTrace";
|
|
4469
|
-
readonly url: "https://snowtrace.io";
|
|
4470
|
-
readonly apiUrl: "https://api.snowtrace.io";
|
|
4471
|
-
};
|
|
4472
|
-
};
|
|
4473
|
-
blockTime: 1700;
|
|
4474
|
-
contracts: {
|
|
4475
|
-
readonly multicall3: {
|
|
4476
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4477
|
-
readonly blockCreated: 11907934;
|
|
4478
|
-
};
|
|
4479
|
-
};
|
|
4480
|
-
ensTlds?: readonly string[] | undefined;
|
|
4481
|
-
id: 43114;
|
|
4482
|
-
name: "Avalanche";
|
|
4483
|
-
nativeCurrency: {
|
|
4484
|
-
readonly decimals: 18;
|
|
4485
|
-
readonly name: "Avalanche";
|
|
4486
|
-
readonly symbol: "AVAX";
|
|
4487
|
-
};
|
|
4488
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4489
|
-
rpcUrls: {
|
|
4490
|
-
readonly default: {
|
|
4491
|
-
readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
|
|
4492
|
-
};
|
|
4493
|
-
};
|
|
4494
|
-
sourceId?: number | undefined | undefined;
|
|
4495
|
-
testnet?: boolean | undefined | undefined;
|
|
4496
|
-
custom?: Record<string, unknown> | undefined;
|
|
4497
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
4498
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4499
|
-
formatters?: undefined;
|
|
4500
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4501
|
-
client: import("viem").Client;
|
|
4502
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4503
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4504
|
-
client: import("viem").Client;
|
|
4505
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4506
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4507
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4508
|
-
}] | undefined;
|
|
4509
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
4510
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4511
5153
|
} | {
|
|
4512
5154
|
blockExplorers: {
|
|
4513
5155
|
readonly default: {
|
|
@@ -5323,7 +5965,8 @@ declare enum MainnetNetwork {
|
|
|
5323
5965
|
TRON = 728126428,
|
|
5324
5966
|
KATANA,
|
|
5325
5967
|
ROBINHOOD,
|
|
5326
|
-
AVALANCHE
|
|
5968
|
+
AVALANCHE,
|
|
5969
|
+
INK
|
|
5327
5970
|
}
|
|
5328
5971
|
declare enum TestnetNetwork {
|
|
5329
5972
|
ETHEREUM_SEPOLIA,
|
|
@@ -5337,6 +5980,7 @@ declare enum OPStackChains {
|
|
|
5337
5980
|
MAINNET_BASE,
|
|
5338
5981
|
MAINNET_SONEIUM,
|
|
5339
5982
|
MAINNET_UNICHAIN,
|
|
5983
|
+
MAINNET_INK,
|
|
5340
5984
|
TESTNET_OPTIMISM,
|
|
5341
5985
|
TESTNET_BASE
|
|
5342
5986
|
}
|