@rhinestone/shared-configs 1.6.1 → 1.6.3
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 +111 -0
- package/dist/configs/mainnets.json +12 -0
- package/dist/configs/oft.json +3 -0
- package/dist/configs/providers.json +6 -0
- package/dist/src/chains.d.ts.map +1 -1
- package/dist/src/chains.js +119 -0
- package/dist/src/generated/contracts.d.ts.map +1 -1
- package/dist/src/generated/contracts.dev.d.ts.map +1 -1
- package/dist/src/generated/contracts.dev.js +26 -0
- package/dist/src/generated/contracts.js +26 -0
- package/dist/src/generated/networks.d.ts +1186 -471
- package/dist/src/generated/networks.d.ts.map +1 -1
- package/dist/src/generated/networks.js +4 -1
- package/package.json +1 -1
|
@@ -1350,87 +1350,33 @@ declare const mainnetChains: ({
|
|
|
1350
1350
|
}] | undefined;
|
|
1351
1351
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1352
1352
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1353
|
-
}
|
|
1354
|
-
declare const testnetChains: ({
|
|
1353
|
+
} | {
|
|
1355
1354
|
blockExplorers: {
|
|
1356
1355
|
readonly default: {
|
|
1357
|
-
readonly name: "
|
|
1358
|
-
readonly url: "https://
|
|
1359
|
-
readonly apiUrl: "https://api
|
|
1356
|
+
readonly name: "Uniscan";
|
|
1357
|
+
readonly url: "https://uniscan.xyz";
|
|
1358
|
+
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
1360
1359
|
};
|
|
1361
1360
|
};
|
|
1362
|
-
blockTime
|
|
1361
|
+
blockTime: 1000;
|
|
1363
1362
|
contracts: {
|
|
1364
1363
|
readonly multicall3: {
|
|
1365
1364
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1366
|
-
readonly blockCreated:
|
|
1367
|
-
};
|
|
1368
|
-
readonly ensUniversalResolver: {
|
|
1369
|
-
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
1370
|
-
readonly blockCreated: 8928790;
|
|
1371
|
-
};
|
|
1372
|
-
};
|
|
1373
|
-
ensTlds?: readonly string[] | undefined;
|
|
1374
|
-
id: 11155111;
|
|
1375
|
-
name: "Sepolia";
|
|
1376
|
-
nativeCurrency: {
|
|
1377
|
-
readonly name: "Sepolia Ether";
|
|
1378
|
-
readonly symbol: "ETH";
|
|
1379
|
-
readonly decimals: 18;
|
|
1380
|
-
};
|
|
1381
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1382
|
-
rpcUrls: {
|
|
1383
|
-
readonly default: {
|
|
1384
|
-
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
1385
|
-
};
|
|
1386
|
-
};
|
|
1387
|
-
sourceId?: number | undefined | undefined;
|
|
1388
|
-
testnet: true;
|
|
1389
|
-
custom?: Record<string, unknown> | undefined;
|
|
1390
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
1391
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1392
|
-
formatters?: undefined;
|
|
1393
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1394
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1395
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1396
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1397
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1398
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1399
|
-
}] | undefined;
|
|
1400
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1401
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1402
|
-
} | {
|
|
1403
|
-
blockExplorers: {
|
|
1404
|
-
readonly default: {
|
|
1405
|
-
readonly name: "Blockscout";
|
|
1406
|
-
readonly url: "https://optimism-sepolia.blockscout.com";
|
|
1407
|
-
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
1365
|
+
readonly blockCreated: 0;
|
|
1408
1366
|
};
|
|
1409
|
-
};
|
|
1410
|
-
blockTime: 2000;
|
|
1411
|
-
contracts: {
|
|
1412
1367
|
readonly disputeGameFactory: {
|
|
1413
|
-
readonly
|
|
1414
|
-
readonly address: "
|
|
1415
|
-
};
|
|
1416
|
-
};
|
|
1417
|
-
readonly l2OutputOracle: {
|
|
1418
|
-
readonly 11155111: {
|
|
1419
|
-
readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
|
|
1368
|
+
readonly 1: {
|
|
1369
|
+
readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
|
|
1420
1370
|
};
|
|
1421
1371
|
};
|
|
1422
|
-
readonly multicall3: {
|
|
1423
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1424
|
-
readonly blockCreated: 1620204;
|
|
1425
|
-
};
|
|
1426
1372
|
readonly portal: {
|
|
1427
|
-
readonly
|
|
1428
|
-
readonly address: "
|
|
1373
|
+
readonly 1: {
|
|
1374
|
+
readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
|
|
1429
1375
|
};
|
|
1430
1376
|
};
|
|
1431
1377
|
readonly l1StandardBridge: {
|
|
1432
|
-
readonly
|
|
1433
|
-
readonly address: "
|
|
1378
|
+
readonly 1: {
|
|
1379
|
+
readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
|
|
1434
1380
|
};
|
|
1435
1381
|
};
|
|
1436
1382
|
readonly gasPriceOracle: {
|
|
@@ -1453,21 +1399,21 @@ declare const testnetChains: ({
|
|
|
1453
1399
|
};
|
|
1454
1400
|
};
|
|
1455
1401
|
ensTlds?: readonly string[] | undefined;
|
|
1456
|
-
id:
|
|
1457
|
-
name: "
|
|
1402
|
+
id: 130;
|
|
1403
|
+
name: "Unichain";
|
|
1458
1404
|
nativeCurrency: {
|
|
1459
|
-
readonly name: "
|
|
1405
|
+
readonly name: "Ether";
|
|
1460
1406
|
readonly symbol: "ETH";
|
|
1461
1407
|
readonly decimals: 18;
|
|
1462
1408
|
};
|
|
1463
1409
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1464
1410
|
rpcUrls: {
|
|
1465
1411
|
readonly default: {
|
|
1466
|
-
readonly http: readonly ["https://
|
|
1412
|
+
readonly http: readonly ["https://mainnet.unichain.org/"];
|
|
1467
1413
|
};
|
|
1468
1414
|
};
|
|
1469
|
-
sourceId:
|
|
1470
|
-
testnet
|
|
1415
|
+
sourceId: 1;
|
|
1416
|
+
testnet?: boolean | undefined | undefined;
|
|
1471
1417
|
custom?: Record<string, unknown> | undefined;
|
|
1472
1418
|
extendSchema?: Record<string, unknown> | undefined;
|
|
1473
1419
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -1716,39 +1662,133 @@ declare const testnetChains: ({
|
|
|
1716
1662
|
} | {
|
|
1717
1663
|
blockExplorers: {
|
|
1718
1664
|
readonly default: {
|
|
1719
|
-
readonly name: "
|
|
1720
|
-
readonly url: "https://
|
|
1721
|
-
|
|
1665
|
+
readonly name: "katana explorer";
|
|
1666
|
+
readonly url: "https://katanascan.com";
|
|
1667
|
+
};
|
|
1668
|
+
};
|
|
1669
|
+
blockTime?: number | undefined | undefined;
|
|
1670
|
+
contracts?: {
|
|
1671
|
+
[x: string]: import("viem").ChainContract | {
|
|
1672
|
+
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
1673
|
+
} | undefined;
|
|
1674
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
1675
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
1676
|
+
multicall3?: import("viem").ChainContract | undefined;
|
|
1677
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
1678
|
+
} | undefined;
|
|
1679
|
+
ensTlds?: readonly string[] | undefined;
|
|
1680
|
+
id: 747474;
|
|
1681
|
+
name: "Katana";
|
|
1682
|
+
nativeCurrency: {
|
|
1683
|
+
readonly name: "Ether";
|
|
1684
|
+
readonly symbol: "ETH";
|
|
1685
|
+
readonly decimals: 18;
|
|
1686
|
+
};
|
|
1687
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1688
|
+
rpcUrls: {
|
|
1689
|
+
readonly default: {
|
|
1690
|
+
readonly http: readonly ["https://rpc.katana.network"];
|
|
1691
|
+
};
|
|
1692
|
+
};
|
|
1693
|
+
sourceId?: number | undefined | undefined;
|
|
1694
|
+
testnet: false;
|
|
1695
|
+
custom?: Record<string, unknown> | undefined;
|
|
1696
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1697
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1698
|
+
formatters?: undefined;
|
|
1699
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1700
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1701
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1702
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1703
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1704
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1705
|
+
}] | undefined;
|
|
1706
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1707
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1708
|
+
readonly network: "katana";
|
|
1709
|
+
})[];
|
|
1710
|
+
declare const testnetChains: ({
|
|
1711
|
+
blockExplorers: {
|
|
1712
|
+
readonly default: {
|
|
1713
|
+
readonly name: "Etherscan";
|
|
1714
|
+
readonly url: "https://sepolia.etherscan.io";
|
|
1715
|
+
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
blockTime?: number | undefined | undefined;
|
|
1719
|
+
contracts: {
|
|
1720
|
+
readonly multicall3: {
|
|
1721
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1722
|
+
readonly blockCreated: 751532;
|
|
1723
|
+
};
|
|
1724
|
+
readonly ensUniversalResolver: {
|
|
1725
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
1726
|
+
readonly blockCreated: 8928790;
|
|
1727
|
+
};
|
|
1728
|
+
};
|
|
1729
|
+
ensTlds?: readonly string[] | undefined;
|
|
1730
|
+
id: 11155111;
|
|
1731
|
+
name: "Sepolia";
|
|
1732
|
+
nativeCurrency: {
|
|
1733
|
+
readonly name: "Sepolia Ether";
|
|
1734
|
+
readonly symbol: "ETH";
|
|
1735
|
+
readonly decimals: 18;
|
|
1736
|
+
};
|
|
1737
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1738
|
+
rpcUrls: {
|
|
1739
|
+
readonly default: {
|
|
1740
|
+
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
1741
|
+
};
|
|
1742
|
+
};
|
|
1743
|
+
sourceId?: number | undefined | undefined;
|
|
1744
|
+
testnet: true;
|
|
1745
|
+
custom?: Record<string, unknown> | undefined;
|
|
1746
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1747
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1748
|
+
formatters?: undefined;
|
|
1749
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1750
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1751
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1752
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1753
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1754
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1755
|
+
}] | undefined;
|
|
1756
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1757
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1758
|
+
} | {
|
|
1759
|
+
blockExplorers: {
|
|
1760
|
+
readonly default: {
|
|
1761
|
+
readonly name: "Blockscout";
|
|
1762
|
+
readonly url: "https://optimism-sepolia.blockscout.com";
|
|
1763
|
+
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
1722
1764
|
};
|
|
1723
1765
|
};
|
|
1724
1766
|
blockTime: 2000;
|
|
1725
1767
|
contracts: {
|
|
1726
1768
|
readonly disputeGameFactory: {
|
|
1727
1769
|
readonly 11155111: {
|
|
1728
|
-
readonly address: "
|
|
1770
|
+
readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
|
|
1729
1771
|
};
|
|
1730
1772
|
};
|
|
1731
1773
|
readonly l2OutputOracle: {
|
|
1732
1774
|
readonly 11155111: {
|
|
1733
|
-
readonly address: "
|
|
1775
|
+
readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
|
|
1734
1776
|
};
|
|
1735
1777
|
};
|
|
1778
|
+
readonly multicall3: {
|
|
1779
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1780
|
+
readonly blockCreated: 1620204;
|
|
1781
|
+
};
|
|
1736
1782
|
readonly portal: {
|
|
1737
1783
|
readonly 11155111: {
|
|
1738
|
-
readonly address: "
|
|
1739
|
-
readonly blockCreated: 4446677;
|
|
1784
|
+
readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
|
|
1740
1785
|
};
|
|
1741
1786
|
};
|
|
1742
1787
|
readonly l1StandardBridge: {
|
|
1743
1788
|
readonly 11155111: {
|
|
1744
|
-
readonly address: "
|
|
1745
|
-
readonly blockCreated: 4446677;
|
|
1789
|
+
readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
|
|
1746
1790
|
};
|
|
1747
1791
|
};
|
|
1748
|
-
readonly multicall3: {
|
|
1749
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1750
|
-
readonly blockCreated: 1059647;
|
|
1751
|
-
};
|
|
1752
1792
|
readonly gasPriceOracle: {
|
|
1753
1793
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
1754
1794
|
};
|
|
@@ -1769,8 +1809,8 @@ declare const testnetChains: ({
|
|
|
1769
1809
|
};
|
|
1770
1810
|
};
|
|
1771
1811
|
ensTlds?: readonly string[] | undefined;
|
|
1772
|
-
id:
|
|
1773
|
-
name: "
|
|
1812
|
+
id: 11155420;
|
|
1813
|
+
name: "OP Sepolia";
|
|
1774
1814
|
nativeCurrency: {
|
|
1775
1815
|
readonly name: "Sepolia Ether";
|
|
1776
1816
|
readonly symbol: "ETH";
|
|
@@ -1779,7 +1819,7 @@ declare const testnetChains: ({
|
|
|
1779
1819
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1780
1820
|
rpcUrls: {
|
|
1781
1821
|
readonly default: {
|
|
1782
|
-
readonly http: readonly ["https://sepolia.
|
|
1822
|
+
readonly http: readonly ["https://sepolia.optimism.io"];
|
|
1783
1823
|
};
|
|
1784
1824
|
};
|
|
1785
1825
|
sourceId: 11155111;
|
|
@@ -2029,25 +2069,341 @@ declare const testnetChains: ({
|
|
|
2029
2069
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2030
2070
|
};
|
|
2031
2071
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2032
|
-
readonly network: "base-sepolia";
|
|
2033
2072
|
} | {
|
|
2034
2073
|
blockExplorers: {
|
|
2035
2074
|
readonly default: {
|
|
2036
|
-
readonly name: "
|
|
2037
|
-
readonly url: "https://sepolia.
|
|
2038
|
-
readonly apiUrl: "https://api-sepolia.
|
|
2075
|
+
readonly name: "Basescan";
|
|
2076
|
+
readonly url: "https://sepolia.basescan.org";
|
|
2077
|
+
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
2039
2078
|
};
|
|
2040
2079
|
};
|
|
2041
|
-
blockTime:
|
|
2080
|
+
blockTime: 2000;
|
|
2042
2081
|
contracts: {
|
|
2082
|
+
readonly disputeGameFactory: {
|
|
2083
|
+
readonly 11155111: {
|
|
2084
|
+
readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
|
|
2085
|
+
};
|
|
2086
|
+
};
|
|
2087
|
+
readonly l2OutputOracle: {
|
|
2088
|
+
readonly 11155111: {
|
|
2089
|
+
readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
|
|
2090
|
+
};
|
|
2091
|
+
};
|
|
2092
|
+
readonly portal: {
|
|
2093
|
+
readonly 11155111: {
|
|
2094
|
+
readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
|
|
2095
|
+
readonly blockCreated: 4446677;
|
|
2096
|
+
};
|
|
2097
|
+
};
|
|
2098
|
+
readonly l1StandardBridge: {
|
|
2099
|
+
readonly 11155111: {
|
|
2100
|
+
readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
|
|
2101
|
+
readonly blockCreated: 4446677;
|
|
2102
|
+
};
|
|
2103
|
+
};
|
|
2043
2104
|
readonly multicall3: {
|
|
2044
2105
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2045
|
-
readonly blockCreated:
|
|
2106
|
+
readonly blockCreated: 1059647;
|
|
2107
|
+
};
|
|
2108
|
+
readonly gasPriceOracle: {
|
|
2109
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2110
|
+
};
|
|
2111
|
+
readonly l1Block: {
|
|
2112
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2113
|
+
};
|
|
2114
|
+
readonly l2CrossDomainMessenger: {
|
|
2115
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2116
|
+
};
|
|
2117
|
+
readonly l2Erc721Bridge: {
|
|
2118
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2119
|
+
};
|
|
2120
|
+
readonly l2StandardBridge: {
|
|
2121
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2122
|
+
};
|
|
2123
|
+
readonly l2ToL1MessagePasser: {
|
|
2124
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2046
2125
|
};
|
|
2047
2126
|
};
|
|
2048
2127
|
ensTlds?: readonly string[] | undefined;
|
|
2049
|
-
id:
|
|
2050
|
-
name: "
|
|
2128
|
+
id: 84532;
|
|
2129
|
+
name: "Base Sepolia";
|
|
2130
|
+
nativeCurrency: {
|
|
2131
|
+
readonly name: "Sepolia Ether";
|
|
2132
|
+
readonly symbol: "ETH";
|
|
2133
|
+
readonly decimals: 18;
|
|
2134
|
+
};
|
|
2135
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2136
|
+
rpcUrls: {
|
|
2137
|
+
readonly default: {
|
|
2138
|
+
readonly http: readonly ["https://sepolia.base.org"];
|
|
2139
|
+
};
|
|
2140
|
+
};
|
|
2141
|
+
sourceId: 11155111;
|
|
2142
|
+
testnet: true;
|
|
2143
|
+
custom?: Record<string, unknown> | undefined;
|
|
2144
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2145
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2146
|
+
formatters: {
|
|
2147
|
+
readonly block: {
|
|
2148
|
+
exclude: [] | undefined;
|
|
2149
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
2150
|
+
baseFeePerGas: bigint | null;
|
|
2151
|
+
blobGasUsed: bigint;
|
|
2152
|
+
difficulty: bigint;
|
|
2153
|
+
excessBlobGas: bigint;
|
|
2154
|
+
extraData: import("viem").Hex;
|
|
2155
|
+
gasLimit: bigint;
|
|
2156
|
+
gasUsed: bigint;
|
|
2157
|
+
hash: `0x${string}` | null;
|
|
2158
|
+
logsBloom: `0x${string}` | null;
|
|
2159
|
+
miner: import("abitype").Address;
|
|
2160
|
+
mixHash: import("viem").Hash;
|
|
2161
|
+
nonce: `0x${string}` | null;
|
|
2162
|
+
number: bigint | null;
|
|
2163
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
2164
|
+
parentHash: import("viem").Hash;
|
|
2165
|
+
receiptsRoot: import("viem").Hex;
|
|
2166
|
+
sealFields: import("viem").Hex[];
|
|
2167
|
+
sha3Uncles: import("viem").Hash;
|
|
2168
|
+
size: bigint;
|
|
2169
|
+
stateRoot: import("viem").Hash;
|
|
2170
|
+
timestamp: bigint;
|
|
2171
|
+
totalDifficulty: bigint | null;
|
|
2172
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
2173
|
+
transactionsRoot: import("viem").Hash;
|
|
2174
|
+
uncles: import("viem").Hash[];
|
|
2175
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
2176
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
2177
|
+
} & {};
|
|
2178
|
+
type: "block";
|
|
2179
|
+
};
|
|
2180
|
+
readonly transaction: {
|
|
2181
|
+
exclude: [] | undefined;
|
|
2182
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
2183
|
+
blockHash: `0x${string}` | null;
|
|
2184
|
+
blockNumber: bigint | null;
|
|
2185
|
+
from: import("abitype").Address;
|
|
2186
|
+
gas: bigint;
|
|
2187
|
+
hash: import("viem").Hash;
|
|
2188
|
+
input: import("viem").Hex;
|
|
2189
|
+
nonce: number;
|
|
2190
|
+
r: import("viem").Hex;
|
|
2191
|
+
s: import("viem").Hex;
|
|
2192
|
+
to: import("abitype").Address | null;
|
|
2193
|
+
transactionIndex: number | null;
|
|
2194
|
+
typeHex: import("viem").Hex | null;
|
|
2195
|
+
v: bigint;
|
|
2196
|
+
value: bigint;
|
|
2197
|
+
yParity: number;
|
|
2198
|
+
gasPrice?: undefined | undefined;
|
|
2199
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2200
|
+
maxFeePerGas: bigint;
|
|
2201
|
+
maxPriorityFeePerGas: bigint;
|
|
2202
|
+
isSystemTx?: boolean;
|
|
2203
|
+
mint?: bigint | undefined | undefined;
|
|
2204
|
+
sourceHash: import("viem").Hex;
|
|
2205
|
+
type: "deposit";
|
|
2206
|
+
} | {
|
|
2207
|
+
r: import("viem").Hex;
|
|
2208
|
+
s: import("viem").Hex;
|
|
2209
|
+
v: bigint;
|
|
2210
|
+
to: import("abitype").Address | null;
|
|
2211
|
+
from: import("abitype").Address;
|
|
2212
|
+
gas: bigint;
|
|
2213
|
+
nonce: number;
|
|
2214
|
+
value: bigint;
|
|
2215
|
+
blockHash: `0x${string}` | null;
|
|
2216
|
+
blockNumber: bigint | null;
|
|
2217
|
+
hash: import("viem").Hash;
|
|
2218
|
+
input: import("viem").Hex;
|
|
2219
|
+
transactionIndex: number | null;
|
|
2220
|
+
typeHex: import("viem").Hex | null;
|
|
2221
|
+
accessList?: undefined | undefined;
|
|
2222
|
+
authorizationList?: undefined | undefined;
|
|
2223
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2224
|
+
chainId?: number | undefined;
|
|
2225
|
+
yParity?: undefined | undefined;
|
|
2226
|
+
type: "legacy";
|
|
2227
|
+
gasPrice: bigint;
|
|
2228
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2229
|
+
maxFeePerGas?: undefined | undefined;
|
|
2230
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
2231
|
+
isSystemTx?: undefined | undefined;
|
|
2232
|
+
mint?: undefined | undefined;
|
|
2233
|
+
sourceHash?: undefined | undefined;
|
|
2234
|
+
} | {
|
|
2235
|
+
blockHash: `0x${string}` | null;
|
|
2236
|
+
blockNumber: bigint | null;
|
|
2237
|
+
from: import("abitype").Address;
|
|
2238
|
+
gas: bigint;
|
|
2239
|
+
hash: import("viem").Hash;
|
|
2240
|
+
input: import("viem").Hex;
|
|
2241
|
+
nonce: number;
|
|
2242
|
+
r: import("viem").Hex;
|
|
2243
|
+
s: import("viem").Hex;
|
|
2244
|
+
to: import("abitype").Address | null;
|
|
2245
|
+
transactionIndex: number | null;
|
|
2246
|
+
typeHex: import("viem").Hex | null;
|
|
2247
|
+
v: bigint;
|
|
2248
|
+
value: bigint;
|
|
2249
|
+
yParity: number;
|
|
2250
|
+
accessList: import("viem").AccessList;
|
|
2251
|
+
authorizationList?: undefined | undefined;
|
|
2252
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2253
|
+
chainId: number;
|
|
2254
|
+
type: "eip2930";
|
|
2255
|
+
gasPrice: bigint;
|
|
2256
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2257
|
+
maxFeePerGas?: undefined | undefined;
|
|
2258
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
2259
|
+
isSystemTx?: undefined | undefined;
|
|
2260
|
+
mint?: undefined | undefined;
|
|
2261
|
+
sourceHash?: undefined | undefined;
|
|
2262
|
+
} | {
|
|
2263
|
+
blockHash: `0x${string}` | null;
|
|
2264
|
+
blockNumber: bigint | null;
|
|
2265
|
+
from: import("abitype").Address;
|
|
2266
|
+
gas: bigint;
|
|
2267
|
+
hash: import("viem").Hash;
|
|
2268
|
+
input: import("viem").Hex;
|
|
2269
|
+
nonce: number;
|
|
2270
|
+
r: import("viem").Hex;
|
|
2271
|
+
s: import("viem").Hex;
|
|
2272
|
+
to: import("abitype").Address | null;
|
|
2273
|
+
transactionIndex: number | null;
|
|
2274
|
+
typeHex: import("viem").Hex | null;
|
|
2275
|
+
v: bigint;
|
|
2276
|
+
value: bigint;
|
|
2277
|
+
yParity: number;
|
|
2278
|
+
accessList: import("viem").AccessList;
|
|
2279
|
+
authorizationList?: undefined | undefined;
|
|
2280
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2281
|
+
chainId: number;
|
|
2282
|
+
type: "eip1559";
|
|
2283
|
+
gasPrice?: undefined | undefined;
|
|
2284
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2285
|
+
maxFeePerGas: bigint;
|
|
2286
|
+
maxPriorityFeePerGas: bigint;
|
|
2287
|
+
isSystemTx?: undefined | undefined;
|
|
2288
|
+
mint?: undefined | undefined;
|
|
2289
|
+
sourceHash?: undefined | undefined;
|
|
2290
|
+
} | {
|
|
2291
|
+
blockHash: `0x${string}` | null;
|
|
2292
|
+
blockNumber: bigint | null;
|
|
2293
|
+
from: import("abitype").Address;
|
|
2294
|
+
gas: bigint;
|
|
2295
|
+
hash: import("viem").Hash;
|
|
2296
|
+
input: import("viem").Hex;
|
|
2297
|
+
nonce: number;
|
|
2298
|
+
r: import("viem").Hex;
|
|
2299
|
+
s: import("viem").Hex;
|
|
2300
|
+
to: import("abitype").Address | null;
|
|
2301
|
+
transactionIndex: number | null;
|
|
2302
|
+
typeHex: import("viem").Hex | null;
|
|
2303
|
+
v: bigint;
|
|
2304
|
+
value: bigint;
|
|
2305
|
+
yParity: number;
|
|
2306
|
+
accessList: import("viem").AccessList;
|
|
2307
|
+
authorizationList?: undefined | undefined;
|
|
2308
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2309
|
+
chainId: number;
|
|
2310
|
+
type: "eip4844";
|
|
2311
|
+
gasPrice?: undefined | undefined;
|
|
2312
|
+
maxFeePerBlobGas: bigint;
|
|
2313
|
+
maxFeePerGas: bigint;
|
|
2314
|
+
maxPriorityFeePerGas: bigint;
|
|
2315
|
+
isSystemTx?: undefined | undefined;
|
|
2316
|
+
mint?: undefined | undefined;
|
|
2317
|
+
sourceHash?: undefined | undefined;
|
|
2318
|
+
} | {
|
|
2319
|
+
blockHash: `0x${string}` | null;
|
|
2320
|
+
blockNumber: bigint | null;
|
|
2321
|
+
from: import("abitype").Address;
|
|
2322
|
+
gas: bigint;
|
|
2323
|
+
hash: import("viem").Hash;
|
|
2324
|
+
input: import("viem").Hex;
|
|
2325
|
+
nonce: number;
|
|
2326
|
+
r: import("viem").Hex;
|
|
2327
|
+
s: import("viem").Hex;
|
|
2328
|
+
to: import("abitype").Address | null;
|
|
2329
|
+
transactionIndex: number | null;
|
|
2330
|
+
typeHex: import("viem").Hex | null;
|
|
2331
|
+
v: bigint;
|
|
2332
|
+
value: bigint;
|
|
2333
|
+
yParity: number;
|
|
2334
|
+
accessList: import("viem").AccessList;
|
|
2335
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2336
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2337
|
+
chainId: number;
|
|
2338
|
+
type: "eip7702";
|
|
2339
|
+
gasPrice?: undefined | undefined;
|
|
2340
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2341
|
+
maxFeePerGas: bigint;
|
|
2342
|
+
maxPriorityFeePerGas: bigint;
|
|
2343
|
+
isSystemTx?: undefined | undefined;
|
|
2344
|
+
mint?: undefined | undefined;
|
|
2345
|
+
sourceHash?: undefined | undefined;
|
|
2346
|
+
}) & {};
|
|
2347
|
+
type: "transaction";
|
|
2348
|
+
};
|
|
2349
|
+
readonly transactionReceipt: {
|
|
2350
|
+
exclude: [] | undefined;
|
|
2351
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
2352
|
+
blobGasPrice?: bigint | undefined;
|
|
2353
|
+
blobGasUsed?: bigint | undefined;
|
|
2354
|
+
blockHash: import("viem").Hash;
|
|
2355
|
+
blockNumber: bigint;
|
|
2356
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
2357
|
+
cumulativeGasUsed: bigint;
|
|
2358
|
+
effectiveGasPrice: bigint;
|
|
2359
|
+
from: import("abitype").Address;
|
|
2360
|
+
gasUsed: bigint;
|
|
2361
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
2362
|
+
logsBloom: import("viem").Hex;
|
|
2363
|
+
root?: `0x${string}` | undefined;
|
|
2364
|
+
status: "success" | "reverted";
|
|
2365
|
+
to: import("abitype").Address | null;
|
|
2366
|
+
transactionHash: import("viem").Hash;
|
|
2367
|
+
transactionIndex: number;
|
|
2368
|
+
type: import("viem").TransactionType;
|
|
2369
|
+
l1GasPrice: bigint | null;
|
|
2370
|
+
l1GasUsed: bigint | null;
|
|
2371
|
+
l1Fee: bigint | null;
|
|
2372
|
+
l1FeeScalar: number | null;
|
|
2373
|
+
} & {};
|
|
2374
|
+
type: "transactionReceipt";
|
|
2375
|
+
};
|
|
2376
|
+
};
|
|
2377
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2378
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2379
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2380
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2381
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2382
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2383
|
+
}] | undefined;
|
|
2384
|
+
serializers: {
|
|
2385
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2386
|
+
};
|
|
2387
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2388
|
+
readonly network: "base-sepolia";
|
|
2389
|
+
} | {
|
|
2390
|
+
blockExplorers: {
|
|
2391
|
+
readonly default: {
|
|
2392
|
+
readonly name: "Arbiscan";
|
|
2393
|
+
readonly url: "https://sepolia.arbiscan.io";
|
|
2394
|
+
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
2395
|
+
};
|
|
2396
|
+
};
|
|
2397
|
+
blockTime: 250;
|
|
2398
|
+
contracts: {
|
|
2399
|
+
readonly multicall3: {
|
|
2400
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2401
|
+
readonly blockCreated: 81930;
|
|
2402
|
+
};
|
|
2403
|
+
};
|
|
2404
|
+
ensTlds?: readonly string[] | undefined;
|
|
2405
|
+
id: 421614;
|
|
2406
|
+
name: "Arbitrum Sepolia";
|
|
2051
2407
|
nativeCurrency: {
|
|
2052
2408
|
readonly name: "Arbitrum Sepolia Ether";
|
|
2053
2409
|
readonly symbol: "ETH";
|
|
@@ -2056,11 +2412,103 @@ declare const testnetChains: ({
|
|
|
2056
2412
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2057
2413
|
rpcUrls: {
|
|
2058
2414
|
readonly default: {
|
|
2059
|
-
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2415
|
+
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2416
|
+
};
|
|
2417
|
+
};
|
|
2418
|
+
sourceId?: number | undefined | undefined;
|
|
2419
|
+
testnet: true;
|
|
2420
|
+
custom?: Record<string, unknown> | undefined;
|
|
2421
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2422
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2423
|
+
formatters?: undefined;
|
|
2424
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2425
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2426
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2427
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2428
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2429
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2430
|
+
}] | undefined;
|
|
2431
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2432
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2433
|
+
} | {
|
|
2434
|
+
blockExplorers: {
|
|
2435
|
+
readonly default: {
|
|
2436
|
+
readonly name: "RouteScan";
|
|
2437
|
+
readonly url: "https://testnet.plasmascan.to";
|
|
2438
|
+
};
|
|
2439
|
+
};
|
|
2440
|
+
blockTime?: number | undefined | undefined;
|
|
2441
|
+
contracts: {
|
|
2442
|
+
readonly multicall3: {
|
|
2443
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2444
|
+
readonly blockCreated: 0;
|
|
2445
|
+
};
|
|
2446
|
+
};
|
|
2447
|
+
ensTlds?: readonly string[] | undefined;
|
|
2448
|
+
id: 9746;
|
|
2449
|
+
name: "Plasma Testnet";
|
|
2450
|
+
nativeCurrency: {
|
|
2451
|
+
readonly name: "Testnet Plasma";
|
|
2452
|
+
readonly symbol: "XPL";
|
|
2453
|
+
readonly decimals: 18;
|
|
2454
|
+
};
|
|
2455
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2456
|
+
rpcUrls: {
|
|
2457
|
+
readonly default: {
|
|
2458
|
+
readonly http: readonly ["https://testnet-rpc.plasma.to"];
|
|
2459
|
+
};
|
|
2460
|
+
};
|
|
2461
|
+
sourceId?: number | undefined | undefined;
|
|
2462
|
+
testnet: true;
|
|
2463
|
+
custom?: Record<string, unknown> | undefined;
|
|
2464
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2465
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2466
|
+
formatters?: undefined;
|
|
2467
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2468
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2469
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2470
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2471
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2472
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2473
|
+
}] | undefined;
|
|
2474
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2475
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2476
|
+
})[];
|
|
2477
|
+
declare const chains: ({
|
|
2478
|
+
blockExplorers: {
|
|
2479
|
+
readonly default: {
|
|
2480
|
+
readonly name: "Etherscan";
|
|
2481
|
+
readonly url: "https://etherscan.io";
|
|
2482
|
+
readonly apiUrl: "https://api.etherscan.io/api";
|
|
2483
|
+
};
|
|
2484
|
+
};
|
|
2485
|
+
blockTime: 12000;
|
|
2486
|
+
contracts: {
|
|
2487
|
+
readonly ensUniversalResolver: {
|
|
2488
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
2489
|
+
readonly blockCreated: 23085558;
|
|
2490
|
+
};
|
|
2491
|
+
readonly multicall3: {
|
|
2492
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2493
|
+
readonly blockCreated: 14353601;
|
|
2494
|
+
};
|
|
2495
|
+
};
|
|
2496
|
+
ensTlds?: readonly string[] | undefined;
|
|
2497
|
+
id: 1;
|
|
2498
|
+
name: "Ethereum";
|
|
2499
|
+
nativeCurrency: {
|
|
2500
|
+
readonly name: "Ether";
|
|
2501
|
+
readonly symbol: "ETH";
|
|
2502
|
+
readonly decimals: 18;
|
|
2503
|
+
};
|
|
2504
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2505
|
+
rpcUrls: {
|
|
2506
|
+
readonly default: {
|
|
2507
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
2060
2508
|
};
|
|
2061
2509
|
};
|
|
2062
2510
|
sourceId?: number | undefined | undefined;
|
|
2063
|
-
testnet
|
|
2511
|
+
testnet?: boolean | undefined | undefined;
|
|
2064
2512
|
custom?: Record<string, unknown> | undefined;
|
|
2065
2513
|
extendSchema?: Record<string, unknown> | undefined;
|
|
2066
2514
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -2077,37 +2525,306 @@ declare const testnetChains: ({
|
|
|
2077
2525
|
} | {
|
|
2078
2526
|
blockExplorers: {
|
|
2079
2527
|
readonly default: {
|
|
2080
|
-
readonly name: "
|
|
2081
|
-
readonly url: "https://
|
|
2528
|
+
readonly name: "Optimism Explorer";
|
|
2529
|
+
readonly url: "https://optimistic.etherscan.io";
|
|
2530
|
+
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
2082
2531
|
};
|
|
2083
2532
|
};
|
|
2084
|
-
blockTime
|
|
2533
|
+
blockTime: 2000;
|
|
2085
2534
|
contracts: {
|
|
2535
|
+
readonly disputeGameFactory: {
|
|
2536
|
+
readonly 1: {
|
|
2537
|
+
readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
|
|
2538
|
+
};
|
|
2539
|
+
};
|
|
2540
|
+
readonly l2OutputOracle: {
|
|
2541
|
+
readonly 1: {
|
|
2542
|
+
readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
|
|
2543
|
+
};
|
|
2544
|
+
};
|
|
2086
2545
|
readonly multicall3: {
|
|
2087
|
-
readonly address: "
|
|
2088
|
-
readonly blockCreated:
|
|
2546
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2547
|
+
readonly blockCreated: 4286263;
|
|
2548
|
+
};
|
|
2549
|
+
readonly portal: {
|
|
2550
|
+
readonly 1: {
|
|
2551
|
+
readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
|
|
2552
|
+
};
|
|
2553
|
+
};
|
|
2554
|
+
readonly l1StandardBridge: {
|
|
2555
|
+
readonly 1: {
|
|
2556
|
+
readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
|
|
2557
|
+
};
|
|
2558
|
+
};
|
|
2559
|
+
readonly gasPriceOracle: {
|
|
2560
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2561
|
+
};
|
|
2562
|
+
readonly l1Block: {
|
|
2563
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2564
|
+
};
|
|
2565
|
+
readonly l2CrossDomainMessenger: {
|
|
2566
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2567
|
+
};
|
|
2568
|
+
readonly l2Erc721Bridge: {
|
|
2569
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2570
|
+
};
|
|
2571
|
+
readonly l2StandardBridge: {
|
|
2572
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2573
|
+
};
|
|
2574
|
+
readonly l2ToL1MessagePasser: {
|
|
2575
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2576
|
+
};
|
|
2577
|
+
};
|
|
2578
|
+
ensTlds?: readonly string[] | undefined;
|
|
2579
|
+
id: 10;
|
|
2580
|
+
name: "OP Mainnet";
|
|
2581
|
+
nativeCurrency: {
|
|
2582
|
+
readonly name: "Ether";
|
|
2583
|
+
readonly symbol: "ETH";
|
|
2584
|
+
readonly decimals: 18;
|
|
2585
|
+
};
|
|
2586
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2587
|
+
rpcUrls: {
|
|
2588
|
+
readonly default: {
|
|
2589
|
+
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
2590
|
+
};
|
|
2591
|
+
};
|
|
2592
|
+
sourceId: 1;
|
|
2593
|
+
testnet?: boolean | undefined | undefined;
|
|
2594
|
+
custom?: Record<string, unknown> | undefined;
|
|
2595
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2596
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2597
|
+
formatters: {
|
|
2598
|
+
readonly block: {
|
|
2599
|
+
exclude: [] | undefined;
|
|
2600
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
2601
|
+
baseFeePerGas: bigint | null;
|
|
2602
|
+
blobGasUsed: bigint;
|
|
2603
|
+
difficulty: bigint;
|
|
2604
|
+
excessBlobGas: bigint;
|
|
2605
|
+
extraData: import("viem").Hex;
|
|
2606
|
+
gasLimit: bigint;
|
|
2607
|
+
gasUsed: bigint;
|
|
2608
|
+
hash: `0x${string}` | null;
|
|
2609
|
+
logsBloom: `0x${string}` | null;
|
|
2610
|
+
miner: import("abitype").Address;
|
|
2611
|
+
mixHash: import("viem").Hash;
|
|
2612
|
+
nonce: `0x${string}` | null;
|
|
2613
|
+
number: bigint | null;
|
|
2614
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
2615
|
+
parentHash: import("viem").Hash;
|
|
2616
|
+
receiptsRoot: import("viem").Hex;
|
|
2617
|
+
sealFields: import("viem").Hex[];
|
|
2618
|
+
sha3Uncles: import("viem").Hash;
|
|
2619
|
+
size: bigint;
|
|
2620
|
+
stateRoot: import("viem").Hash;
|
|
2621
|
+
timestamp: bigint;
|
|
2622
|
+
totalDifficulty: bigint | null;
|
|
2623
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
2624
|
+
transactionsRoot: import("viem").Hash;
|
|
2625
|
+
uncles: import("viem").Hash[];
|
|
2626
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
2627
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
2628
|
+
} & {};
|
|
2629
|
+
type: "block";
|
|
2630
|
+
};
|
|
2631
|
+
readonly transaction: {
|
|
2632
|
+
exclude: [] | undefined;
|
|
2633
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
2634
|
+
blockHash: `0x${string}` | null;
|
|
2635
|
+
blockNumber: bigint | null;
|
|
2636
|
+
from: import("abitype").Address;
|
|
2637
|
+
gas: bigint;
|
|
2638
|
+
hash: import("viem").Hash;
|
|
2639
|
+
input: import("viem").Hex;
|
|
2640
|
+
nonce: number;
|
|
2641
|
+
r: import("viem").Hex;
|
|
2642
|
+
s: import("viem").Hex;
|
|
2643
|
+
to: import("abitype").Address | null;
|
|
2644
|
+
transactionIndex: number | null;
|
|
2645
|
+
typeHex: import("viem").Hex | null;
|
|
2646
|
+
v: bigint;
|
|
2647
|
+
value: bigint;
|
|
2648
|
+
yParity: number;
|
|
2649
|
+
gasPrice?: undefined | undefined;
|
|
2650
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2651
|
+
maxFeePerGas: bigint;
|
|
2652
|
+
maxPriorityFeePerGas: bigint;
|
|
2653
|
+
isSystemTx?: boolean;
|
|
2654
|
+
mint?: bigint | undefined | undefined;
|
|
2655
|
+
sourceHash: import("viem").Hex;
|
|
2656
|
+
type: "deposit";
|
|
2657
|
+
} | {
|
|
2658
|
+
r: import("viem").Hex;
|
|
2659
|
+
s: import("viem").Hex;
|
|
2660
|
+
v: bigint;
|
|
2661
|
+
to: import("abitype").Address | null;
|
|
2662
|
+
from: import("abitype").Address;
|
|
2663
|
+
gas: bigint;
|
|
2664
|
+
nonce: number;
|
|
2665
|
+
value: bigint;
|
|
2666
|
+
blockHash: `0x${string}` | null;
|
|
2667
|
+
blockNumber: bigint | null;
|
|
2668
|
+
hash: import("viem").Hash;
|
|
2669
|
+
input: import("viem").Hex;
|
|
2670
|
+
transactionIndex: number | null;
|
|
2671
|
+
typeHex: import("viem").Hex | null;
|
|
2672
|
+
accessList?: undefined | undefined;
|
|
2673
|
+
authorizationList?: undefined | undefined;
|
|
2674
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2675
|
+
chainId?: number | undefined;
|
|
2676
|
+
yParity?: undefined | undefined;
|
|
2677
|
+
type: "legacy";
|
|
2678
|
+
gasPrice: bigint;
|
|
2679
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2680
|
+
maxFeePerGas?: undefined | undefined;
|
|
2681
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
2682
|
+
isSystemTx?: undefined | undefined;
|
|
2683
|
+
mint?: undefined | undefined;
|
|
2684
|
+
sourceHash?: undefined | undefined;
|
|
2685
|
+
} | {
|
|
2686
|
+
blockHash: `0x${string}` | null;
|
|
2687
|
+
blockNumber: bigint | null;
|
|
2688
|
+
from: import("abitype").Address;
|
|
2689
|
+
gas: bigint;
|
|
2690
|
+
hash: import("viem").Hash;
|
|
2691
|
+
input: import("viem").Hex;
|
|
2692
|
+
nonce: number;
|
|
2693
|
+
r: import("viem").Hex;
|
|
2694
|
+
s: import("viem").Hex;
|
|
2695
|
+
to: import("abitype").Address | null;
|
|
2696
|
+
transactionIndex: number | null;
|
|
2697
|
+
typeHex: import("viem").Hex | null;
|
|
2698
|
+
v: bigint;
|
|
2699
|
+
value: bigint;
|
|
2700
|
+
yParity: number;
|
|
2701
|
+
accessList: import("viem").AccessList;
|
|
2702
|
+
authorizationList?: undefined | undefined;
|
|
2703
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2704
|
+
chainId: number;
|
|
2705
|
+
type: "eip2930";
|
|
2706
|
+
gasPrice: bigint;
|
|
2707
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2708
|
+
maxFeePerGas?: undefined | undefined;
|
|
2709
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
2710
|
+
isSystemTx?: undefined | undefined;
|
|
2711
|
+
mint?: undefined | undefined;
|
|
2712
|
+
sourceHash?: undefined | undefined;
|
|
2713
|
+
} | {
|
|
2714
|
+
blockHash: `0x${string}` | null;
|
|
2715
|
+
blockNumber: bigint | null;
|
|
2716
|
+
from: import("abitype").Address;
|
|
2717
|
+
gas: bigint;
|
|
2718
|
+
hash: import("viem").Hash;
|
|
2719
|
+
input: import("viem").Hex;
|
|
2720
|
+
nonce: number;
|
|
2721
|
+
r: import("viem").Hex;
|
|
2722
|
+
s: import("viem").Hex;
|
|
2723
|
+
to: import("abitype").Address | null;
|
|
2724
|
+
transactionIndex: number | null;
|
|
2725
|
+
typeHex: import("viem").Hex | null;
|
|
2726
|
+
v: bigint;
|
|
2727
|
+
value: bigint;
|
|
2728
|
+
yParity: number;
|
|
2729
|
+
accessList: import("viem").AccessList;
|
|
2730
|
+
authorizationList?: undefined | undefined;
|
|
2731
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2732
|
+
chainId: number;
|
|
2733
|
+
type: "eip1559";
|
|
2734
|
+
gasPrice?: undefined | undefined;
|
|
2735
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2736
|
+
maxFeePerGas: bigint;
|
|
2737
|
+
maxPriorityFeePerGas: bigint;
|
|
2738
|
+
isSystemTx?: undefined | undefined;
|
|
2739
|
+
mint?: undefined | undefined;
|
|
2740
|
+
sourceHash?: undefined | undefined;
|
|
2741
|
+
} | {
|
|
2742
|
+
blockHash: `0x${string}` | null;
|
|
2743
|
+
blockNumber: bigint | null;
|
|
2744
|
+
from: import("abitype").Address;
|
|
2745
|
+
gas: bigint;
|
|
2746
|
+
hash: import("viem").Hash;
|
|
2747
|
+
input: import("viem").Hex;
|
|
2748
|
+
nonce: number;
|
|
2749
|
+
r: import("viem").Hex;
|
|
2750
|
+
s: import("viem").Hex;
|
|
2751
|
+
to: import("abitype").Address | null;
|
|
2752
|
+
transactionIndex: number | null;
|
|
2753
|
+
typeHex: import("viem").Hex | null;
|
|
2754
|
+
v: bigint;
|
|
2755
|
+
value: bigint;
|
|
2756
|
+
yParity: number;
|
|
2757
|
+
accessList: import("viem").AccessList;
|
|
2758
|
+
authorizationList?: undefined | undefined;
|
|
2759
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2760
|
+
chainId: number;
|
|
2761
|
+
type: "eip4844";
|
|
2762
|
+
gasPrice?: undefined | undefined;
|
|
2763
|
+
maxFeePerBlobGas: bigint;
|
|
2764
|
+
maxFeePerGas: bigint;
|
|
2765
|
+
maxPriorityFeePerGas: bigint;
|
|
2766
|
+
isSystemTx?: undefined | undefined;
|
|
2767
|
+
mint?: undefined | undefined;
|
|
2768
|
+
sourceHash?: undefined | undefined;
|
|
2769
|
+
} | {
|
|
2770
|
+
blockHash: `0x${string}` | null;
|
|
2771
|
+
blockNumber: bigint | null;
|
|
2772
|
+
from: import("abitype").Address;
|
|
2773
|
+
gas: bigint;
|
|
2774
|
+
hash: import("viem").Hash;
|
|
2775
|
+
input: import("viem").Hex;
|
|
2776
|
+
nonce: number;
|
|
2777
|
+
r: import("viem").Hex;
|
|
2778
|
+
s: import("viem").Hex;
|
|
2779
|
+
to: import("abitype").Address | null;
|
|
2780
|
+
transactionIndex: number | null;
|
|
2781
|
+
typeHex: import("viem").Hex | null;
|
|
2782
|
+
v: bigint;
|
|
2783
|
+
value: bigint;
|
|
2784
|
+
yParity: number;
|
|
2785
|
+
accessList: import("viem").AccessList;
|
|
2786
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
2787
|
+
blobVersionedHashes?: undefined | undefined;
|
|
2788
|
+
chainId: number;
|
|
2789
|
+
type: "eip7702";
|
|
2790
|
+
gasPrice?: undefined | undefined;
|
|
2791
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
2792
|
+
maxFeePerGas: bigint;
|
|
2793
|
+
maxPriorityFeePerGas: bigint;
|
|
2794
|
+
isSystemTx?: undefined | undefined;
|
|
2795
|
+
mint?: undefined | undefined;
|
|
2796
|
+
sourceHash?: undefined | undefined;
|
|
2797
|
+
}) & {};
|
|
2798
|
+
type: "transaction";
|
|
2089
2799
|
};
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2800
|
+
readonly transactionReceipt: {
|
|
2801
|
+
exclude: [] | undefined;
|
|
2802
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
2803
|
+
blobGasPrice?: bigint | undefined;
|
|
2804
|
+
blobGasUsed?: bigint | undefined;
|
|
2805
|
+
blockHash: import("viem").Hash;
|
|
2806
|
+
blockNumber: bigint;
|
|
2807
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
2808
|
+
cumulativeGasUsed: bigint;
|
|
2809
|
+
effectiveGasPrice: bigint;
|
|
2810
|
+
from: import("abitype").Address;
|
|
2811
|
+
gasUsed: bigint;
|
|
2812
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
2813
|
+
logsBloom: import("viem").Hex;
|
|
2814
|
+
root?: `0x${string}` | undefined;
|
|
2815
|
+
status: "success" | "reverted";
|
|
2816
|
+
to: import("abitype").Address | null;
|
|
2817
|
+
transactionHash: import("viem").Hash;
|
|
2818
|
+
transactionIndex: number;
|
|
2819
|
+
type: import("viem").TransactionType;
|
|
2820
|
+
l1GasPrice: bigint | null;
|
|
2821
|
+
l1GasUsed: bigint | null;
|
|
2822
|
+
l1Fee: bigint | null;
|
|
2823
|
+
l1FeeScalar: number | null;
|
|
2824
|
+
} & {};
|
|
2825
|
+
type: "transactionReceipt";
|
|
2103
2826
|
};
|
|
2104
2827
|
};
|
|
2105
|
-
sourceId?: number | undefined | undefined;
|
|
2106
|
-
testnet: true;
|
|
2107
|
-
custom?: Record<string, unknown> | undefined;
|
|
2108
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
2109
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2110
|
-
formatters?: undefined;
|
|
2111
2828
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2112
2829
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2113
2830
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
@@ -2115,89 +2832,44 @@ declare const testnetChains: ({
|
|
|
2115
2832
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2116
2833
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2117
2834
|
}] | undefined;
|
|
2118
|
-
serializers
|
|
2119
|
-
|
|
2120
|
-
})[];
|
|
2121
|
-
declare const chains: ({
|
|
2122
|
-
blockExplorers: {
|
|
2123
|
-
readonly default: {
|
|
2124
|
-
readonly name: "Etherscan";
|
|
2125
|
-
readonly url: "https://etherscan.io";
|
|
2126
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
2127
|
-
};
|
|
2128
|
-
};
|
|
2129
|
-
blockTime: 12000;
|
|
2130
|
-
contracts: {
|
|
2131
|
-
readonly ensUniversalResolver: {
|
|
2132
|
-
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
2133
|
-
readonly blockCreated: 23085558;
|
|
2134
|
-
};
|
|
2135
|
-
readonly multicall3: {
|
|
2136
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2137
|
-
readonly blockCreated: 14353601;
|
|
2138
|
-
};
|
|
2139
|
-
};
|
|
2140
|
-
ensTlds?: readonly string[] | undefined;
|
|
2141
|
-
id: 1;
|
|
2142
|
-
name: "Ethereum";
|
|
2143
|
-
nativeCurrency: {
|
|
2144
|
-
readonly name: "Ether";
|
|
2145
|
-
readonly symbol: "ETH";
|
|
2146
|
-
readonly decimals: 18;
|
|
2147
|
-
};
|
|
2148
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2149
|
-
rpcUrls: {
|
|
2150
|
-
readonly default: {
|
|
2151
|
-
readonly http: readonly ["https://eth.merkle.io"];
|
|
2152
|
-
};
|
|
2835
|
+
serializers: {
|
|
2836
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2153
2837
|
};
|
|
2154
|
-
sourceId?: number | undefined | undefined;
|
|
2155
|
-
testnet?: boolean | undefined | undefined;
|
|
2156
|
-
custom?: Record<string, unknown> | undefined;
|
|
2157
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
2158
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2159
|
-
formatters?: undefined;
|
|
2160
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2161
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2162
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2163
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2164
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2165
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2166
|
-
}] | undefined;
|
|
2167
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2168
2838
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2169
2839
|
} | {
|
|
2170
2840
|
blockExplorers: {
|
|
2171
2841
|
readonly default: {
|
|
2172
|
-
readonly name: "
|
|
2173
|
-
readonly url: "https://
|
|
2174
|
-
readonly apiUrl: "https://api
|
|
2842
|
+
readonly name: "Basescan";
|
|
2843
|
+
readonly url: "https://basescan.org";
|
|
2844
|
+
readonly apiUrl: "https://api.basescan.org/api";
|
|
2175
2845
|
};
|
|
2176
2846
|
};
|
|
2177
2847
|
blockTime: 2000;
|
|
2178
2848
|
contracts: {
|
|
2179
2849
|
readonly disputeGameFactory: {
|
|
2180
2850
|
readonly 1: {
|
|
2181
|
-
readonly address: "
|
|
2851
|
+
readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
|
|
2182
2852
|
};
|
|
2183
2853
|
};
|
|
2184
2854
|
readonly l2OutputOracle: {
|
|
2185
2855
|
readonly 1: {
|
|
2186
|
-
readonly address: "
|
|
2856
|
+
readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
|
|
2187
2857
|
};
|
|
2188
2858
|
};
|
|
2189
2859
|
readonly multicall3: {
|
|
2190
2860
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2191
|
-
readonly blockCreated:
|
|
2861
|
+
readonly blockCreated: 5022;
|
|
2192
2862
|
};
|
|
2193
2863
|
readonly portal: {
|
|
2194
2864
|
readonly 1: {
|
|
2195
|
-
readonly address: "
|
|
2865
|
+
readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
|
|
2866
|
+
readonly blockCreated: 17482143;
|
|
2196
2867
|
};
|
|
2197
2868
|
};
|
|
2198
2869
|
readonly l1StandardBridge: {
|
|
2199
2870
|
readonly 1: {
|
|
2200
|
-
readonly address: "
|
|
2871
|
+
readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
|
|
2872
|
+
readonly blockCreated: 17482143;
|
|
2201
2873
|
};
|
|
2202
2874
|
};
|
|
2203
2875
|
readonly gasPriceOracle: {
|
|
@@ -2220,8 +2892,8 @@ declare const chains: ({
|
|
|
2220
2892
|
};
|
|
2221
2893
|
};
|
|
2222
2894
|
ensTlds?: readonly string[] | undefined;
|
|
2223
|
-
id:
|
|
2224
|
-
name: "
|
|
2895
|
+
id: 8453;
|
|
2896
|
+
name: "Base";
|
|
2225
2897
|
nativeCurrency: {
|
|
2226
2898
|
readonly name: "Ether";
|
|
2227
2899
|
readonly symbol: "ETH";
|
|
@@ -2230,7 +2902,7 @@ declare const chains: ({
|
|
|
2230
2902
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2231
2903
|
rpcUrls: {
|
|
2232
2904
|
readonly default: {
|
|
2233
|
-
readonly http: readonly ["https://mainnet.
|
|
2905
|
+
readonly http: readonly ["https://mainnet.base.org"];
|
|
2234
2906
|
};
|
|
2235
2907
|
};
|
|
2236
2908
|
sourceId: 1;
|
|
@@ -2483,39 +3155,127 @@ declare const chains: ({
|
|
|
2483
3155
|
} | {
|
|
2484
3156
|
blockExplorers: {
|
|
2485
3157
|
readonly default: {
|
|
2486
|
-
readonly name: "
|
|
2487
|
-
readonly url: "https://
|
|
2488
|
-
readonly apiUrl: "https://api.
|
|
3158
|
+
readonly name: "Arbiscan";
|
|
3159
|
+
readonly url: "https://arbiscan.io";
|
|
3160
|
+
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
3161
|
+
};
|
|
3162
|
+
};
|
|
3163
|
+
blockTime: 250;
|
|
3164
|
+
contracts: {
|
|
3165
|
+
readonly multicall3: {
|
|
3166
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3167
|
+
readonly blockCreated: 7654707;
|
|
3168
|
+
};
|
|
3169
|
+
};
|
|
3170
|
+
ensTlds?: readonly string[] | undefined;
|
|
3171
|
+
id: 42161;
|
|
3172
|
+
name: "Arbitrum One";
|
|
3173
|
+
nativeCurrency: {
|
|
3174
|
+
readonly name: "Ether";
|
|
3175
|
+
readonly symbol: "ETH";
|
|
3176
|
+
readonly decimals: 18;
|
|
3177
|
+
};
|
|
3178
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3179
|
+
rpcUrls: {
|
|
3180
|
+
readonly default: {
|
|
3181
|
+
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
3182
|
+
};
|
|
3183
|
+
};
|
|
3184
|
+
sourceId?: number | undefined | undefined;
|
|
3185
|
+
testnet?: boolean | undefined | undefined;
|
|
3186
|
+
custom?: Record<string, unknown> | undefined;
|
|
3187
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3188
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3189
|
+
formatters?: undefined;
|
|
3190
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3191
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3192
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3193
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3194
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3195
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3196
|
+
}] | undefined;
|
|
3197
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3198
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3199
|
+
} | {
|
|
3200
|
+
blockExplorers: {
|
|
3201
|
+
readonly default: {
|
|
3202
|
+
readonly name: "PolygonScan";
|
|
3203
|
+
readonly url: "https://polygonscan.com";
|
|
3204
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
3205
|
+
};
|
|
3206
|
+
};
|
|
3207
|
+
blockTime: 2000;
|
|
3208
|
+
contracts: {
|
|
3209
|
+
readonly multicall3: {
|
|
3210
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3211
|
+
readonly blockCreated: 25770160;
|
|
3212
|
+
};
|
|
3213
|
+
};
|
|
3214
|
+
ensTlds?: readonly string[] | undefined;
|
|
3215
|
+
id: 137;
|
|
3216
|
+
name: "Polygon";
|
|
3217
|
+
nativeCurrency: {
|
|
3218
|
+
readonly name: "POL";
|
|
3219
|
+
readonly symbol: "POL";
|
|
3220
|
+
readonly decimals: 18;
|
|
3221
|
+
};
|
|
3222
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3223
|
+
rpcUrls: {
|
|
3224
|
+
readonly default: {
|
|
3225
|
+
readonly http: readonly ["https://polygon-rpc.com"];
|
|
3226
|
+
};
|
|
3227
|
+
};
|
|
3228
|
+
sourceId?: number | undefined | undefined;
|
|
3229
|
+
testnet?: boolean | undefined | undefined;
|
|
3230
|
+
custom?: Record<string, unknown> | undefined;
|
|
3231
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3232
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3233
|
+
formatters?: undefined;
|
|
3234
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3235
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3236
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3237
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3238
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3239
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3240
|
+
}] | undefined;
|
|
3241
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3242
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3243
|
+
} | {
|
|
3244
|
+
blockExplorers: {
|
|
3245
|
+
readonly default: {
|
|
3246
|
+
readonly name: "Blockscout";
|
|
3247
|
+
readonly url: "https://soneium.blockscout.com";
|
|
3248
|
+
readonly apiUrl: "https://soneium.blockscout.com/api";
|
|
2489
3249
|
};
|
|
2490
3250
|
};
|
|
2491
3251
|
blockTime: 2000;
|
|
2492
3252
|
contracts: {
|
|
2493
3253
|
readonly disputeGameFactory: {
|
|
2494
3254
|
readonly 1: {
|
|
2495
|
-
readonly address: "
|
|
3255
|
+
readonly address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0";
|
|
2496
3256
|
};
|
|
2497
3257
|
};
|
|
2498
3258
|
readonly l2OutputOracle: {
|
|
2499
3259
|
readonly 1: {
|
|
2500
|
-
readonly address: "
|
|
3260
|
+
readonly address: "0x0000000000000000000000000000000000000000";
|
|
2501
3261
|
};
|
|
2502
3262
|
};
|
|
2503
|
-
readonly multicall3: {
|
|
2504
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2505
|
-
readonly blockCreated: 5022;
|
|
2506
|
-
};
|
|
2507
3263
|
readonly portal: {
|
|
2508
3264
|
readonly 1: {
|
|
2509
|
-
readonly address: "
|
|
2510
|
-
readonly blockCreated:
|
|
3265
|
+
readonly address: "0x88e529a6ccd302c948689cd5156c83d4614fae92";
|
|
3266
|
+
readonly blockCreated: 7061266;
|
|
2511
3267
|
};
|
|
2512
3268
|
};
|
|
2513
3269
|
readonly l1StandardBridge: {
|
|
2514
3270
|
readonly 1: {
|
|
2515
|
-
readonly address: "
|
|
2516
|
-
readonly blockCreated:
|
|
3271
|
+
readonly address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607";
|
|
3272
|
+
readonly blockCreated: 7061266;
|
|
2517
3273
|
};
|
|
2518
3274
|
};
|
|
3275
|
+
readonly multicall3: {
|
|
3276
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3277
|
+
readonly blockCreated: 1;
|
|
3278
|
+
};
|
|
2519
3279
|
readonly gasPriceOracle: {
|
|
2520
3280
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2521
3281
|
};
|
|
@@ -2536,8 +3296,8 @@ declare const chains: ({
|
|
|
2536
3296
|
};
|
|
2537
3297
|
};
|
|
2538
3298
|
ensTlds?: readonly string[] | undefined;
|
|
2539
|
-
id:
|
|
2540
|
-
name: "
|
|
3299
|
+
id: 1868;
|
|
3300
|
+
name: "Soneium Mainnet";
|
|
2541
3301
|
nativeCurrency: {
|
|
2542
3302
|
readonly name: "Ether";
|
|
2543
3303
|
readonly symbol: "ETH";
|
|
@@ -2546,7 +3306,7 @@ declare const chains: ({
|
|
|
2546
3306
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2547
3307
|
rpcUrls: {
|
|
2548
3308
|
readonly default: {
|
|
2549
|
-
readonly http: readonly ["https://
|
|
3309
|
+
readonly http: readonly ["https://rpc.soneium.org"];
|
|
2550
3310
|
};
|
|
2551
3311
|
};
|
|
2552
3312
|
sourceId: 1;
|
|
@@ -2799,30 +3559,72 @@ declare const chains: ({
|
|
|
2799
3559
|
} | {
|
|
2800
3560
|
blockExplorers: {
|
|
2801
3561
|
readonly default: {
|
|
2802
|
-
readonly name: "
|
|
2803
|
-
readonly url: "https://
|
|
2804
|
-
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
3562
|
+
readonly name: "Sonic Explorer";
|
|
3563
|
+
readonly url: "https://sonicscan.org";
|
|
2805
3564
|
};
|
|
2806
3565
|
};
|
|
2807
|
-
blockTime:
|
|
3566
|
+
blockTime: 630;
|
|
2808
3567
|
contracts: {
|
|
2809
3568
|
readonly multicall3: {
|
|
2810
3569
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2811
|
-
readonly blockCreated:
|
|
3570
|
+
readonly blockCreated: 60;
|
|
2812
3571
|
};
|
|
2813
3572
|
};
|
|
2814
3573
|
ensTlds?: readonly string[] | undefined;
|
|
2815
|
-
id:
|
|
2816
|
-
name: "
|
|
3574
|
+
id: 146;
|
|
3575
|
+
name: "Sonic";
|
|
2817
3576
|
nativeCurrency: {
|
|
2818
|
-
readonly name: "Ether";
|
|
2819
|
-
readonly symbol: "ETH";
|
|
2820
3577
|
readonly decimals: 18;
|
|
3578
|
+
readonly name: "Sonic";
|
|
3579
|
+
readonly symbol: "S";
|
|
2821
3580
|
};
|
|
2822
3581
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2823
3582
|
rpcUrls: {
|
|
2824
3583
|
readonly default: {
|
|
2825
|
-
readonly http: readonly ["https://
|
|
3584
|
+
readonly http: readonly ["https://rpc.soniclabs.com"];
|
|
3585
|
+
};
|
|
3586
|
+
};
|
|
3587
|
+
sourceId?: number | undefined | undefined;
|
|
3588
|
+
testnet: false;
|
|
3589
|
+
custom?: Record<string, unknown> | undefined;
|
|
3590
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3591
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3592
|
+
formatters?: undefined;
|
|
3593
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3594
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3595
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3596
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3597
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3598
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3599
|
+
}] | undefined;
|
|
3600
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3601
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3602
|
+
} | {
|
|
3603
|
+
blockExplorers: {
|
|
3604
|
+
readonly default: {
|
|
3605
|
+
readonly name: "PlasmaScan";
|
|
3606
|
+
readonly url: "https://plasmascan.to";
|
|
3607
|
+
};
|
|
3608
|
+
};
|
|
3609
|
+
blockTime: 1000;
|
|
3610
|
+
contracts: {
|
|
3611
|
+
readonly multicall3: {
|
|
3612
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3613
|
+
readonly blockCreated: 0;
|
|
3614
|
+
};
|
|
3615
|
+
};
|
|
3616
|
+
ensTlds?: readonly string[] | undefined;
|
|
3617
|
+
id: 9745;
|
|
3618
|
+
name: "Plasma";
|
|
3619
|
+
nativeCurrency: {
|
|
3620
|
+
readonly name: "Plasma";
|
|
3621
|
+
readonly symbol: "XPL";
|
|
3622
|
+
readonly decimals: 18;
|
|
3623
|
+
};
|
|
3624
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3625
|
+
rpcUrls: {
|
|
3626
|
+
readonly default: {
|
|
3627
|
+
readonly http: readonly ["https://rpc.plasma.to"];
|
|
2826
3628
|
};
|
|
2827
3629
|
};
|
|
2828
3630
|
sourceId?: number | undefined | undefined;
|
|
@@ -2843,30 +3645,31 @@ declare const chains: ({
|
|
|
2843
3645
|
} | {
|
|
2844
3646
|
blockExplorers: {
|
|
2845
3647
|
readonly default: {
|
|
2846
|
-
readonly name: "
|
|
2847
|
-
readonly url: "https://
|
|
2848
|
-
readonly apiUrl: "https://api.
|
|
3648
|
+
readonly name: "Gnosisscan";
|
|
3649
|
+
readonly url: "https://gnosisscan.io";
|
|
3650
|
+
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
2849
3651
|
};
|
|
2850
3652
|
};
|
|
2851
|
-
blockTime:
|
|
3653
|
+
blockTime: 5000;
|
|
2852
3654
|
contracts: {
|
|
2853
3655
|
readonly multicall3: {
|
|
2854
3656
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2855
|
-
readonly blockCreated:
|
|
3657
|
+
readonly blockCreated: 21022491;
|
|
2856
3658
|
};
|
|
2857
3659
|
};
|
|
2858
3660
|
ensTlds?: readonly string[] | undefined;
|
|
2859
|
-
id:
|
|
2860
|
-
name: "
|
|
3661
|
+
id: 100;
|
|
3662
|
+
name: "Gnosis";
|
|
2861
3663
|
nativeCurrency: {
|
|
2862
|
-
readonly name: "POL";
|
|
2863
|
-
readonly symbol: "POL";
|
|
2864
3664
|
readonly decimals: 18;
|
|
3665
|
+
readonly name: "xDAI";
|
|
3666
|
+
readonly symbol: "XDAI";
|
|
2865
3667
|
};
|
|
2866
3668
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2867
3669
|
rpcUrls: {
|
|
2868
3670
|
readonly default: {
|
|
2869
|
-
readonly http: readonly ["https://
|
|
3671
|
+
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
3672
|
+
readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
|
|
2870
3673
|
};
|
|
2871
3674
|
};
|
|
2872
3675
|
sourceId?: number | undefined | undefined;
|
|
@@ -2887,39 +3690,171 @@ declare const chains: ({
|
|
|
2887
3690
|
} | {
|
|
2888
3691
|
blockExplorers: {
|
|
2889
3692
|
readonly default: {
|
|
2890
|
-
readonly name: "
|
|
2891
|
-
readonly url: "https://
|
|
2892
|
-
readonly apiUrl: "https://
|
|
3693
|
+
readonly name: "BscScan";
|
|
3694
|
+
readonly url: "https://bscscan.com";
|
|
3695
|
+
readonly apiUrl: "https://api.bscscan.com/api";
|
|
3696
|
+
};
|
|
3697
|
+
};
|
|
3698
|
+
blockTime: 750;
|
|
3699
|
+
contracts: {
|
|
3700
|
+
readonly multicall3: {
|
|
3701
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3702
|
+
readonly blockCreated: 15921452;
|
|
3703
|
+
};
|
|
3704
|
+
};
|
|
3705
|
+
ensTlds?: readonly string[] | undefined;
|
|
3706
|
+
id: 56;
|
|
3707
|
+
name: "BNB Smart Chain";
|
|
3708
|
+
nativeCurrency: {
|
|
3709
|
+
readonly decimals: 18;
|
|
3710
|
+
readonly name: "BNB";
|
|
3711
|
+
readonly symbol: "BNB";
|
|
3712
|
+
};
|
|
3713
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3714
|
+
rpcUrls: {
|
|
3715
|
+
readonly default: {
|
|
3716
|
+
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
3717
|
+
};
|
|
3718
|
+
};
|
|
3719
|
+
sourceId?: number | undefined | undefined;
|
|
3720
|
+
testnet?: boolean | undefined | undefined;
|
|
3721
|
+
custom?: Record<string, unknown> | undefined;
|
|
3722
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3723
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3724
|
+
formatters?: undefined;
|
|
3725
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3726
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3727
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3728
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3729
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3730
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3731
|
+
}] | undefined;
|
|
3732
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3733
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3734
|
+
} | {
|
|
3735
|
+
blockExplorers: {
|
|
3736
|
+
readonly default: {
|
|
3737
|
+
readonly name: "HyperEVMScan";
|
|
3738
|
+
readonly url: "https://hyperevmscan.io";
|
|
3739
|
+
};
|
|
3740
|
+
};
|
|
3741
|
+
blockTime?: number | undefined | undefined;
|
|
3742
|
+
contracts?: {
|
|
3743
|
+
[x: string]: import("viem").ChainContract | {
|
|
3744
|
+
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
3745
|
+
} | undefined;
|
|
3746
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3747
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3748
|
+
multicall3?: import("viem").ChainContract | undefined;
|
|
3749
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3750
|
+
} | undefined;
|
|
3751
|
+
ensTlds?: readonly string[] | undefined;
|
|
3752
|
+
id: 999;
|
|
3753
|
+
name: "HyperEVM";
|
|
3754
|
+
nativeCurrency: {
|
|
3755
|
+
readonly name: "HYPE";
|
|
3756
|
+
readonly symbol: "HYPE";
|
|
3757
|
+
readonly decimals: 18;
|
|
3758
|
+
};
|
|
3759
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3760
|
+
rpcUrls: {
|
|
3761
|
+
readonly default: {
|
|
3762
|
+
readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
|
|
3763
|
+
};
|
|
3764
|
+
};
|
|
3765
|
+
sourceId?: number | undefined | undefined;
|
|
3766
|
+
testnet: false;
|
|
3767
|
+
custom?: Record<string, unknown> | undefined;
|
|
3768
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3769
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3770
|
+
formatters?: undefined;
|
|
3771
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3772
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3773
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3774
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3775
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3776
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3777
|
+
}] | undefined;
|
|
3778
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3779
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3780
|
+
} | {
|
|
3781
|
+
blockExplorers: {
|
|
3782
|
+
readonly default: {
|
|
3783
|
+
readonly name: "MonadVision";
|
|
3784
|
+
readonly url: "https://monadvision.com";
|
|
3785
|
+
};
|
|
3786
|
+
readonly monadscan: {
|
|
3787
|
+
readonly name: "Monadscan";
|
|
3788
|
+
readonly url: "https://monadscan.com";
|
|
3789
|
+
readonly apiUrl: "https://api.monadscan.com/api";
|
|
3790
|
+
};
|
|
3791
|
+
};
|
|
3792
|
+
blockTime: 400;
|
|
3793
|
+
contracts: {
|
|
3794
|
+
readonly multicall3: {
|
|
3795
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3796
|
+
readonly blockCreated: 9248132;
|
|
3797
|
+
};
|
|
3798
|
+
};
|
|
3799
|
+
ensTlds?: readonly string[] | undefined;
|
|
3800
|
+
id: 143;
|
|
3801
|
+
name: "Monad";
|
|
3802
|
+
nativeCurrency: {
|
|
3803
|
+
readonly name: "Monad";
|
|
3804
|
+
readonly symbol: "MON";
|
|
3805
|
+
readonly decimals: 18;
|
|
3806
|
+
};
|
|
3807
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3808
|
+
rpcUrls: {
|
|
3809
|
+
readonly default: {
|
|
3810
|
+
readonly http: readonly ["https://rpc.monad.xyz", "https://rpc1.monad.xyz"];
|
|
3811
|
+
readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
|
|
3812
|
+
};
|
|
3813
|
+
};
|
|
3814
|
+
sourceId?: number | undefined | undefined;
|
|
3815
|
+
testnet: false;
|
|
3816
|
+
custom?: Record<string, unknown> | undefined;
|
|
3817
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3818
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3819
|
+
formatters?: undefined;
|
|
3820
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3821
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3822
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3823
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3824
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3825
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3826
|
+
}] | undefined;
|
|
3827
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3828
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3829
|
+
} | {
|
|
3830
|
+
blockExplorers: {
|
|
3831
|
+
readonly default: {
|
|
3832
|
+
readonly name: "Uniscan";
|
|
3833
|
+
readonly url: "https://uniscan.xyz";
|
|
3834
|
+
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
2893
3835
|
};
|
|
2894
3836
|
};
|
|
2895
|
-
blockTime:
|
|
3837
|
+
blockTime: 1000;
|
|
2896
3838
|
contracts: {
|
|
2897
|
-
readonly
|
|
2898
|
-
readonly
|
|
2899
|
-
|
|
2900
|
-
};
|
|
3839
|
+
readonly multicall3: {
|
|
3840
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3841
|
+
readonly blockCreated: 0;
|
|
2901
3842
|
};
|
|
2902
|
-
readonly
|
|
3843
|
+
readonly disputeGameFactory: {
|
|
2903
3844
|
readonly 1: {
|
|
2904
|
-
readonly address: "
|
|
3845
|
+
readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
|
|
2905
3846
|
};
|
|
2906
3847
|
};
|
|
2907
3848
|
readonly portal: {
|
|
2908
3849
|
readonly 1: {
|
|
2909
|
-
readonly address: "
|
|
2910
|
-
readonly blockCreated: 7061266;
|
|
3850
|
+
readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
|
|
2911
3851
|
};
|
|
2912
3852
|
};
|
|
2913
3853
|
readonly l1StandardBridge: {
|
|
2914
3854
|
readonly 1: {
|
|
2915
|
-
readonly address: "
|
|
2916
|
-
readonly blockCreated: 7061266;
|
|
3855
|
+
readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
|
|
2917
3856
|
};
|
|
2918
3857
|
};
|
|
2919
|
-
readonly multicall3: {
|
|
2920
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2921
|
-
readonly blockCreated: 1;
|
|
2922
|
-
};
|
|
2923
3858
|
readonly gasPriceOracle: {
|
|
2924
3859
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2925
3860
|
};
|
|
@@ -2940,8 +3875,8 @@ declare const chains: ({
|
|
|
2940
3875
|
};
|
|
2941
3876
|
};
|
|
2942
3877
|
ensTlds?: readonly string[] | undefined;
|
|
2943
|
-
id:
|
|
2944
|
-
name: "
|
|
3878
|
+
id: 130;
|
|
3879
|
+
name: "Unichain";
|
|
2945
3880
|
nativeCurrency: {
|
|
2946
3881
|
readonly name: "Ether";
|
|
2947
3882
|
readonly symbol: "ETH";
|
|
@@ -2950,7 +3885,7 @@ declare const chains: ({
|
|
|
2950
3885
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2951
3886
|
rpcUrls: {
|
|
2952
3887
|
readonly default: {
|
|
2953
|
-
readonly http: readonly ["https://
|
|
3888
|
+
readonly http: readonly ["https://mainnet.unichain.org/"];
|
|
2954
3889
|
};
|
|
2955
3890
|
};
|
|
2956
3891
|
sourceId: 1;
|
|
@@ -3203,183 +4138,8 @@ declare const chains: ({
|
|
|
3203
4138
|
} | {
|
|
3204
4139
|
blockExplorers: {
|
|
3205
4140
|
readonly default: {
|
|
3206
|
-
readonly name: "
|
|
3207
|
-
readonly url: "https://
|
|
3208
|
-
};
|
|
3209
|
-
};
|
|
3210
|
-
blockTime: 630;
|
|
3211
|
-
contracts: {
|
|
3212
|
-
readonly multicall3: {
|
|
3213
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3214
|
-
readonly blockCreated: 60;
|
|
3215
|
-
};
|
|
3216
|
-
};
|
|
3217
|
-
ensTlds?: readonly string[] | undefined;
|
|
3218
|
-
id: 146;
|
|
3219
|
-
name: "Sonic";
|
|
3220
|
-
nativeCurrency: {
|
|
3221
|
-
readonly decimals: 18;
|
|
3222
|
-
readonly name: "Sonic";
|
|
3223
|
-
readonly symbol: "S";
|
|
3224
|
-
};
|
|
3225
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3226
|
-
rpcUrls: {
|
|
3227
|
-
readonly default: {
|
|
3228
|
-
readonly http: readonly ["https://rpc.soniclabs.com"];
|
|
3229
|
-
};
|
|
3230
|
-
};
|
|
3231
|
-
sourceId?: number | undefined | undefined;
|
|
3232
|
-
testnet: false;
|
|
3233
|
-
custom?: Record<string, unknown> | undefined;
|
|
3234
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3235
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3236
|
-
formatters?: undefined;
|
|
3237
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3238
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3239
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3240
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3241
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3242
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3243
|
-
}] | undefined;
|
|
3244
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3245
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3246
|
-
} | {
|
|
3247
|
-
blockExplorers: {
|
|
3248
|
-
readonly default: {
|
|
3249
|
-
readonly name: "PlasmaScan";
|
|
3250
|
-
readonly url: "https://plasmascan.to";
|
|
3251
|
-
};
|
|
3252
|
-
};
|
|
3253
|
-
blockTime: 1000;
|
|
3254
|
-
contracts: {
|
|
3255
|
-
readonly multicall3: {
|
|
3256
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3257
|
-
readonly blockCreated: 0;
|
|
3258
|
-
};
|
|
3259
|
-
};
|
|
3260
|
-
ensTlds?: readonly string[] | undefined;
|
|
3261
|
-
id: 9745;
|
|
3262
|
-
name: "Plasma";
|
|
3263
|
-
nativeCurrency: {
|
|
3264
|
-
readonly name: "Plasma";
|
|
3265
|
-
readonly symbol: "XPL";
|
|
3266
|
-
readonly decimals: 18;
|
|
3267
|
-
};
|
|
3268
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3269
|
-
rpcUrls: {
|
|
3270
|
-
readonly default: {
|
|
3271
|
-
readonly http: readonly ["https://rpc.plasma.to"];
|
|
3272
|
-
};
|
|
3273
|
-
};
|
|
3274
|
-
sourceId?: number | undefined | undefined;
|
|
3275
|
-
testnet?: boolean | undefined | undefined;
|
|
3276
|
-
custom?: Record<string, unknown> | undefined;
|
|
3277
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3278
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3279
|
-
formatters?: undefined;
|
|
3280
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3281
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3282
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3283
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3284
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3285
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3286
|
-
}] | undefined;
|
|
3287
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3288
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3289
|
-
} | {
|
|
3290
|
-
blockExplorers: {
|
|
3291
|
-
readonly default: {
|
|
3292
|
-
readonly name: "Gnosisscan";
|
|
3293
|
-
readonly url: "https://gnosisscan.io";
|
|
3294
|
-
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
3295
|
-
};
|
|
3296
|
-
};
|
|
3297
|
-
blockTime: 5000;
|
|
3298
|
-
contracts: {
|
|
3299
|
-
readonly multicall3: {
|
|
3300
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3301
|
-
readonly blockCreated: 21022491;
|
|
3302
|
-
};
|
|
3303
|
-
};
|
|
3304
|
-
ensTlds?: readonly string[] | undefined;
|
|
3305
|
-
id: 100;
|
|
3306
|
-
name: "Gnosis";
|
|
3307
|
-
nativeCurrency: {
|
|
3308
|
-
readonly decimals: 18;
|
|
3309
|
-
readonly name: "xDAI";
|
|
3310
|
-
readonly symbol: "XDAI";
|
|
3311
|
-
};
|
|
3312
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3313
|
-
rpcUrls: {
|
|
3314
|
-
readonly default: {
|
|
3315
|
-
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
3316
|
-
readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
|
|
3317
|
-
};
|
|
3318
|
-
};
|
|
3319
|
-
sourceId?: number | undefined | undefined;
|
|
3320
|
-
testnet?: boolean | undefined | undefined;
|
|
3321
|
-
custom?: Record<string, unknown> | undefined;
|
|
3322
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3323
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3324
|
-
formatters?: undefined;
|
|
3325
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3326
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3327
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3328
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3329
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3330
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3331
|
-
}] | undefined;
|
|
3332
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3333
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3334
|
-
} | {
|
|
3335
|
-
blockExplorers: {
|
|
3336
|
-
readonly default: {
|
|
3337
|
-
readonly name: "BscScan";
|
|
3338
|
-
readonly url: "https://bscscan.com";
|
|
3339
|
-
readonly apiUrl: "https://api.bscscan.com/api";
|
|
3340
|
-
};
|
|
3341
|
-
};
|
|
3342
|
-
blockTime: 750;
|
|
3343
|
-
contracts: {
|
|
3344
|
-
readonly multicall3: {
|
|
3345
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3346
|
-
readonly blockCreated: 15921452;
|
|
3347
|
-
};
|
|
3348
|
-
};
|
|
3349
|
-
ensTlds?: readonly string[] | undefined;
|
|
3350
|
-
id: 56;
|
|
3351
|
-
name: "BNB Smart Chain";
|
|
3352
|
-
nativeCurrency: {
|
|
3353
|
-
readonly decimals: 18;
|
|
3354
|
-
readonly name: "BNB";
|
|
3355
|
-
readonly symbol: "BNB";
|
|
3356
|
-
};
|
|
3357
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3358
|
-
rpcUrls: {
|
|
3359
|
-
readonly default: {
|
|
3360
|
-
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
3361
|
-
};
|
|
3362
|
-
};
|
|
3363
|
-
sourceId?: number | undefined | undefined;
|
|
3364
|
-
testnet?: boolean | undefined | undefined;
|
|
3365
|
-
custom?: Record<string, unknown> | undefined;
|
|
3366
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3367
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3368
|
-
formatters?: undefined;
|
|
3369
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3370
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3371
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3372
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3373
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3374
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3375
|
-
}] | undefined;
|
|
3376
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3377
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3378
|
-
} | {
|
|
3379
|
-
blockExplorers: {
|
|
3380
|
-
readonly default: {
|
|
3381
|
-
readonly name: "HyperEVMScan";
|
|
3382
|
-
readonly url: "https://hyperevmscan.io";
|
|
4141
|
+
readonly name: "katana explorer";
|
|
4142
|
+
readonly url: "https://katanascan.com";
|
|
3383
4143
|
};
|
|
3384
4144
|
};
|
|
3385
4145
|
blockTime?: number | undefined | undefined;
|
|
@@ -3393,66 +4153,17 @@ declare const chains: ({
|
|
|
3393
4153
|
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3394
4154
|
} | undefined;
|
|
3395
4155
|
ensTlds?: readonly string[] | undefined;
|
|
3396
|
-
id:
|
|
3397
|
-
name: "
|
|
3398
|
-
nativeCurrency: {
|
|
3399
|
-
readonly name: "HYPE";
|
|
3400
|
-
readonly symbol: "HYPE";
|
|
3401
|
-
readonly decimals: 18;
|
|
3402
|
-
};
|
|
3403
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3404
|
-
rpcUrls: {
|
|
3405
|
-
readonly default: {
|
|
3406
|
-
readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
|
|
3407
|
-
};
|
|
3408
|
-
};
|
|
3409
|
-
sourceId?: number | undefined | undefined;
|
|
3410
|
-
testnet: false;
|
|
3411
|
-
custom?: Record<string, unknown> | undefined;
|
|
3412
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
3413
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3414
|
-
formatters?: undefined;
|
|
3415
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3416
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3417
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3418
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3419
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3420
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3421
|
-
}] | undefined;
|
|
3422
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3423
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3424
|
-
} | {
|
|
3425
|
-
blockExplorers: {
|
|
3426
|
-
readonly default: {
|
|
3427
|
-
readonly name: "MonadVision";
|
|
3428
|
-
readonly url: "https://monadvision.com";
|
|
3429
|
-
};
|
|
3430
|
-
readonly monadscan: {
|
|
3431
|
-
readonly name: "Monadscan";
|
|
3432
|
-
readonly url: "https://monadscan.com";
|
|
3433
|
-
readonly apiUrl: "https://api.monadscan.com/api";
|
|
3434
|
-
};
|
|
3435
|
-
};
|
|
3436
|
-
blockTime: 400;
|
|
3437
|
-
contracts: {
|
|
3438
|
-
readonly multicall3: {
|
|
3439
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3440
|
-
readonly blockCreated: 9248132;
|
|
3441
|
-
};
|
|
3442
|
-
};
|
|
3443
|
-
ensTlds?: readonly string[] | undefined;
|
|
3444
|
-
id: 143;
|
|
3445
|
-
name: "Monad";
|
|
4156
|
+
id: 747474;
|
|
4157
|
+
name: "Katana";
|
|
3446
4158
|
nativeCurrency: {
|
|
3447
|
-
readonly name: "
|
|
3448
|
-
readonly symbol: "
|
|
4159
|
+
readonly name: "Ether";
|
|
4160
|
+
readonly symbol: "ETH";
|
|
3449
4161
|
readonly decimals: 18;
|
|
3450
4162
|
};
|
|
3451
4163
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3452
4164
|
rpcUrls: {
|
|
3453
4165
|
readonly default: {
|
|
3454
|
-
readonly http: readonly ["https://rpc.
|
|
3455
|
-
readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
|
|
4166
|
+
readonly http: readonly ["https://rpc.katana.network"];
|
|
3456
4167
|
};
|
|
3457
4168
|
};
|
|
3458
4169
|
sourceId?: number | undefined | undefined;
|
|
@@ -3470,6 +4181,7 @@ declare const chains: ({
|
|
|
3470
4181
|
}] | undefined;
|
|
3471
4182
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3472
4183
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4184
|
+
readonly network: "katana";
|
|
3473
4185
|
} | {
|
|
3474
4186
|
blockExplorers: {
|
|
3475
4187
|
readonly default: {
|
|
@@ -4250,8 +4962,10 @@ declare enum MainnetNetwork {
|
|
|
4250
4962
|
BSC,
|
|
4251
4963
|
HYPEREVM,
|
|
4252
4964
|
MONAD,
|
|
4965
|
+
UNICHAIN,
|
|
4253
4966
|
SOLANA = 792703809,
|
|
4254
|
-
TRON = 728126428
|
|
4967
|
+
TRON = 728126428,
|
|
4968
|
+
KATANA
|
|
4255
4969
|
}
|
|
4256
4970
|
declare enum TestnetNetwork {
|
|
4257
4971
|
ETHEREUM_SEPOLIA,
|
|
@@ -4264,6 +4978,7 @@ declare enum OPStackChains {
|
|
|
4264
4978
|
MAINNET_OPTIMISM,
|
|
4265
4979
|
MAINNET_BASE,
|
|
4266
4980
|
MAINNET_SONEIUM,
|
|
4981
|
+
MAINNET_UNICHAIN,
|
|
4267
4982
|
TESTNET_OPTIMISM,
|
|
4268
4983
|
TESTNET_BASE
|
|
4269
4984
|
}
|