@rhinestone/shared-configs 1.6.1 → 1.6.2
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 +64 -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.d.ts.map +1 -1
- package/dist/src/chains.js +68 -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 +18 -0
- package/dist/src/generated/contracts.js +18 -0
- package/dist/src/generated/networks.d.ts +1220 -600
- package/dist/src/generated/networks.d.ts.map +1 -1
- package/dist/src/generated/networks.js +3 -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;
|
|
@@ -1713,42 +1659,89 @@ declare const testnetChains: ({
|
|
|
1713
1659
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
1714
1660
|
};
|
|
1715
1661
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1662
|
+
})[];
|
|
1663
|
+
declare const testnetChains: ({
|
|
1664
|
+
blockExplorers: {
|
|
1665
|
+
readonly default: {
|
|
1666
|
+
readonly name: "Etherscan";
|
|
1667
|
+
readonly url: "https://sepolia.etherscan.io";
|
|
1668
|
+
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
1669
|
+
};
|
|
1670
|
+
};
|
|
1671
|
+
blockTime?: number | undefined | undefined;
|
|
1672
|
+
contracts: {
|
|
1673
|
+
readonly multicall3: {
|
|
1674
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1675
|
+
readonly blockCreated: 751532;
|
|
1676
|
+
};
|
|
1677
|
+
readonly ensUniversalResolver: {
|
|
1678
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
1679
|
+
readonly blockCreated: 8928790;
|
|
1680
|
+
};
|
|
1681
|
+
};
|
|
1682
|
+
ensTlds?: readonly string[] | undefined;
|
|
1683
|
+
id: 11155111;
|
|
1684
|
+
name: "Sepolia";
|
|
1685
|
+
nativeCurrency: {
|
|
1686
|
+
readonly name: "Sepolia Ether";
|
|
1687
|
+
readonly symbol: "ETH";
|
|
1688
|
+
readonly decimals: 18;
|
|
1689
|
+
};
|
|
1690
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1691
|
+
rpcUrls: {
|
|
1692
|
+
readonly default: {
|
|
1693
|
+
readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
|
|
1694
|
+
};
|
|
1695
|
+
};
|
|
1696
|
+
sourceId?: number | undefined | undefined;
|
|
1697
|
+
testnet: true;
|
|
1698
|
+
custom?: Record<string, unknown> | undefined;
|
|
1699
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1700
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1701
|
+
formatters?: undefined;
|
|
1702
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1703
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1704
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1705
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1706
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1707
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1708
|
+
}] | undefined;
|
|
1709
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1710
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1716
1711
|
} | {
|
|
1717
1712
|
blockExplorers: {
|
|
1718
1713
|
readonly default: {
|
|
1719
|
-
readonly name: "
|
|
1720
|
-
readonly url: "https://sepolia.
|
|
1721
|
-
readonly apiUrl: "https://
|
|
1714
|
+
readonly name: "Blockscout";
|
|
1715
|
+
readonly url: "https://optimism-sepolia.blockscout.com";
|
|
1716
|
+
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
1722
1717
|
};
|
|
1723
1718
|
};
|
|
1724
1719
|
blockTime: 2000;
|
|
1725
1720
|
contracts: {
|
|
1726
1721
|
readonly disputeGameFactory: {
|
|
1727
1722
|
readonly 11155111: {
|
|
1728
|
-
readonly address: "
|
|
1723
|
+
readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
|
|
1729
1724
|
};
|
|
1730
1725
|
};
|
|
1731
1726
|
readonly l2OutputOracle: {
|
|
1732
1727
|
readonly 11155111: {
|
|
1733
|
-
readonly address: "
|
|
1728
|
+
readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
|
|
1734
1729
|
};
|
|
1735
1730
|
};
|
|
1731
|
+
readonly multicall3: {
|
|
1732
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1733
|
+
readonly blockCreated: 1620204;
|
|
1734
|
+
};
|
|
1736
1735
|
readonly portal: {
|
|
1737
1736
|
readonly 11155111: {
|
|
1738
|
-
readonly address: "
|
|
1739
|
-
readonly blockCreated: 4446677;
|
|
1737
|
+
readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
|
|
1740
1738
|
};
|
|
1741
1739
|
};
|
|
1742
1740
|
readonly l1StandardBridge: {
|
|
1743
1741
|
readonly 11155111: {
|
|
1744
|
-
readonly address: "
|
|
1745
|
-
readonly blockCreated: 4446677;
|
|
1742
|
+
readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
|
|
1746
1743
|
};
|
|
1747
1744
|
};
|
|
1748
|
-
readonly multicall3: {
|
|
1749
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1750
|
-
readonly blockCreated: 1059647;
|
|
1751
|
-
};
|
|
1752
1745
|
readonly gasPriceOracle: {
|
|
1753
1746
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
1754
1747
|
};
|
|
@@ -1769,8 +1762,8 @@ declare const testnetChains: ({
|
|
|
1769
1762
|
};
|
|
1770
1763
|
};
|
|
1771
1764
|
ensTlds?: readonly string[] | undefined;
|
|
1772
|
-
id:
|
|
1773
|
-
name: "
|
|
1765
|
+
id: 11155420;
|
|
1766
|
+
name: "OP Sepolia";
|
|
1774
1767
|
nativeCurrency: {
|
|
1775
1768
|
readonly name: "Sepolia Ether";
|
|
1776
1769
|
readonly symbol: "ETH";
|
|
@@ -1779,7 +1772,7 @@ declare const testnetChains: ({
|
|
|
1779
1772
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1780
1773
|
rpcUrls: {
|
|
1781
1774
|
readonly default: {
|
|
1782
|
-
readonly http: readonly ["https://sepolia.
|
|
1775
|
+
readonly http: readonly ["https://sepolia.optimism.io"];
|
|
1783
1776
|
};
|
|
1784
1777
|
};
|
|
1785
1778
|
sourceId: 11155111;
|
|
@@ -2029,215 +2022,80 @@ declare const testnetChains: ({
|
|
|
2029
2022
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2030
2023
|
};
|
|
2031
2024
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2032
|
-
readonly network: "base-sepolia";
|
|
2033
2025
|
} | {
|
|
2034
2026
|
blockExplorers: {
|
|
2035
2027
|
readonly default: {
|
|
2036
|
-
readonly name: "
|
|
2037
|
-
readonly url: "https://sepolia.
|
|
2038
|
-
readonly apiUrl: "https://api-sepolia.
|
|
2028
|
+
readonly name: "Basescan";
|
|
2029
|
+
readonly url: "https://sepolia.basescan.org";
|
|
2030
|
+
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
2039
2031
|
};
|
|
2040
2032
|
};
|
|
2041
|
-
blockTime:
|
|
2033
|
+
blockTime: 2000;
|
|
2042
2034
|
contracts: {
|
|
2035
|
+
readonly disputeGameFactory: {
|
|
2036
|
+
readonly 11155111: {
|
|
2037
|
+
readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
|
|
2038
|
+
};
|
|
2039
|
+
};
|
|
2040
|
+
readonly l2OutputOracle: {
|
|
2041
|
+
readonly 11155111: {
|
|
2042
|
+
readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
|
|
2043
|
+
};
|
|
2044
|
+
};
|
|
2045
|
+
readonly portal: {
|
|
2046
|
+
readonly 11155111: {
|
|
2047
|
+
readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
|
|
2048
|
+
readonly blockCreated: 4446677;
|
|
2049
|
+
};
|
|
2050
|
+
};
|
|
2051
|
+
readonly l1StandardBridge: {
|
|
2052
|
+
readonly 11155111: {
|
|
2053
|
+
readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
|
|
2054
|
+
readonly blockCreated: 4446677;
|
|
2055
|
+
};
|
|
2056
|
+
};
|
|
2043
2057
|
readonly multicall3: {
|
|
2044
2058
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2045
|
-
readonly blockCreated:
|
|
2059
|
+
readonly blockCreated: 1059647;
|
|
2060
|
+
};
|
|
2061
|
+
readonly gasPriceOracle: {
|
|
2062
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2063
|
+
};
|
|
2064
|
+
readonly l1Block: {
|
|
2065
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2066
|
+
};
|
|
2067
|
+
readonly l2CrossDomainMessenger: {
|
|
2068
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2069
|
+
};
|
|
2070
|
+
readonly l2Erc721Bridge: {
|
|
2071
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2072
|
+
};
|
|
2073
|
+
readonly l2StandardBridge: {
|
|
2074
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2075
|
+
};
|
|
2076
|
+
readonly l2ToL1MessagePasser: {
|
|
2077
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2046
2078
|
};
|
|
2047
2079
|
};
|
|
2048
2080
|
ensTlds?: readonly string[] | undefined;
|
|
2049
|
-
id:
|
|
2050
|
-
name: "
|
|
2081
|
+
id: 84532;
|
|
2082
|
+
name: "Base Sepolia";
|
|
2051
2083
|
nativeCurrency: {
|
|
2052
|
-
readonly name: "
|
|
2084
|
+
readonly name: "Sepolia Ether";
|
|
2053
2085
|
readonly symbol: "ETH";
|
|
2054
2086
|
readonly decimals: 18;
|
|
2055
2087
|
};
|
|
2056
2088
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2057
2089
|
rpcUrls: {
|
|
2058
2090
|
readonly default: {
|
|
2059
|
-
readonly http: readonly ["https://sepolia
|
|
2091
|
+
readonly http: readonly ["https://sepolia.base.org"];
|
|
2060
2092
|
};
|
|
2061
2093
|
};
|
|
2062
|
-
sourceId
|
|
2094
|
+
sourceId: 11155111;
|
|
2063
2095
|
testnet: true;
|
|
2064
2096
|
custom?: Record<string, unknown> | undefined;
|
|
2065
2097
|
extendSchema?: Record<string, unknown> | undefined;
|
|
2066
2098
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2067
|
-
formatters?: undefined;
|
|
2068
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2069
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2070
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2071
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2072
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2073
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2074
|
-
}] | undefined;
|
|
2075
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2076
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2077
|
-
} | {
|
|
2078
|
-
blockExplorers: {
|
|
2079
|
-
readonly default: {
|
|
2080
|
-
readonly name: "RouteScan";
|
|
2081
|
-
readonly url: "https://testnet.plasmascan.to";
|
|
2082
|
-
};
|
|
2083
|
-
};
|
|
2084
|
-
blockTime?: number | undefined | undefined;
|
|
2085
|
-
contracts: {
|
|
2086
|
-
readonly multicall3: {
|
|
2087
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2088
|
-
readonly blockCreated: 0;
|
|
2089
|
-
};
|
|
2090
|
-
};
|
|
2091
|
-
ensTlds?: readonly string[] | undefined;
|
|
2092
|
-
id: 9746;
|
|
2093
|
-
name: "Plasma Testnet";
|
|
2094
|
-
nativeCurrency: {
|
|
2095
|
-
readonly name: "Testnet Plasma";
|
|
2096
|
-
readonly symbol: "XPL";
|
|
2097
|
-
readonly decimals: 18;
|
|
2098
|
-
};
|
|
2099
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2100
|
-
rpcUrls: {
|
|
2101
|
-
readonly default: {
|
|
2102
|
-
readonly http: readonly ["https://testnet-rpc.plasma.to"];
|
|
2103
|
-
};
|
|
2104
|
-
};
|
|
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
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2112
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2113
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2114
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2115
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2116
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2117
|
-
}] | undefined;
|
|
2118
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2119
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
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
|
-
};
|
|
2153
|
-
};
|
|
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
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2169
|
-
} | {
|
|
2170
|
-
blockExplorers: {
|
|
2171
|
-
readonly default: {
|
|
2172
|
-
readonly name: "Optimism Explorer";
|
|
2173
|
-
readonly url: "https://optimistic.etherscan.io";
|
|
2174
|
-
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
2175
|
-
};
|
|
2176
|
-
};
|
|
2177
|
-
blockTime: 2000;
|
|
2178
|
-
contracts: {
|
|
2179
|
-
readonly disputeGameFactory: {
|
|
2180
|
-
readonly 1: {
|
|
2181
|
-
readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
|
|
2182
|
-
};
|
|
2183
|
-
};
|
|
2184
|
-
readonly l2OutputOracle: {
|
|
2185
|
-
readonly 1: {
|
|
2186
|
-
readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
|
|
2187
|
-
};
|
|
2188
|
-
};
|
|
2189
|
-
readonly multicall3: {
|
|
2190
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2191
|
-
readonly blockCreated: 4286263;
|
|
2192
|
-
};
|
|
2193
|
-
readonly portal: {
|
|
2194
|
-
readonly 1: {
|
|
2195
|
-
readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
|
|
2196
|
-
};
|
|
2197
|
-
};
|
|
2198
|
-
readonly l1StandardBridge: {
|
|
2199
|
-
readonly 1: {
|
|
2200
|
-
readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
|
|
2201
|
-
};
|
|
2202
|
-
};
|
|
2203
|
-
readonly gasPriceOracle: {
|
|
2204
|
-
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2205
|
-
};
|
|
2206
|
-
readonly l1Block: {
|
|
2207
|
-
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2208
|
-
};
|
|
2209
|
-
readonly l2CrossDomainMessenger: {
|
|
2210
|
-
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2211
|
-
};
|
|
2212
|
-
readonly l2Erc721Bridge: {
|
|
2213
|
-
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2214
|
-
};
|
|
2215
|
-
readonly l2StandardBridge: {
|
|
2216
|
-
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2217
|
-
};
|
|
2218
|
-
readonly l2ToL1MessagePasser: {
|
|
2219
|
-
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2220
|
-
};
|
|
2221
|
-
};
|
|
2222
|
-
ensTlds?: readonly string[] | undefined;
|
|
2223
|
-
id: 10;
|
|
2224
|
-
name: "OP Mainnet";
|
|
2225
|
-
nativeCurrency: {
|
|
2226
|
-
readonly name: "Ether";
|
|
2227
|
-
readonly symbol: "ETH";
|
|
2228
|
-
readonly decimals: 18;
|
|
2229
|
-
};
|
|
2230
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2231
|
-
rpcUrls: {
|
|
2232
|
-
readonly default: {
|
|
2233
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
2234
|
-
};
|
|
2235
|
-
};
|
|
2236
|
-
sourceId: 1;
|
|
2237
|
-
testnet?: boolean | undefined | undefined;
|
|
2238
|
-
custom?: Record<string, unknown> | undefined;
|
|
2239
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
2240
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2241
2099
|
formatters: {
|
|
2242
2100
|
readonly block: {
|
|
2243
2101
|
exclude: [] | undefined;
|
|
@@ -2480,95 +2338,230 @@ declare const chains: ({
|
|
|
2480
2338
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2481
2339
|
};
|
|
2482
2340
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2341
|
+
readonly network: "base-sepolia";
|
|
2483
2342
|
} | {
|
|
2484
2343
|
blockExplorers: {
|
|
2485
2344
|
readonly default: {
|
|
2486
|
-
readonly name: "
|
|
2487
|
-
readonly url: "https://
|
|
2488
|
-
readonly apiUrl: "https://api.
|
|
2345
|
+
readonly name: "Arbiscan";
|
|
2346
|
+
readonly url: "https://sepolia.arbiscan.io";
|
|
2347
|
+
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
2489
2348
|
};
|
|
2490
2349
|
};
|
|
2491
|
-
blockTime:
|
|
2350
|
+
blockTime: 250;
|
|
2492
2351
|
contracts: {
|
|
2493
|
-
readonly disputeGameFactory: {
|
|
2494
|
-
readonly 1: {
|
|
2495
|
-
readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
|
|
2496
|
-
};
|
|
2497
|
-
};
|
|
2498
|
-
readonly l2OutputOracle: {
|
|
2499
|
-
readonly 1: {
|
|
2500
|
-
readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
|
|
2501
|
-
};
|
|
2502
|
-
};
|
|
2503
2352
|
readonly multicall3: {
|
|
2504
2353
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2505
|
-
readonly blockCreated:
|
|
2506
|
-
};
|
|
2507
|
-
readonly portal: {
|
|
2508
|
-
readonly 1: {
|
|
2509
|
-
readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
|
|
2510
|
-
readonly blockCreated: 17482143;
|
|
2511
|
-
};
|
|
2512
|
-
};
|
|
2513
|
-
readonly l1StandardBridge: {
|
|
2514
|
-
readonly 1: {
|
|
2515
|
-
readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
|
|
2516
|
-
readonly blockCreated: 17482143;
|
|
2517
|
-
};
|
|
2518
|
-
};
|
|
2519
|
-
readonly gasPriceOracle: {
|
|
2520
|
-
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2521
|
-
};
|
|
2522
|
-
readonly l1Block: {
|
|
2523
|
-
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2524
|
-
};
|
|
2525
|
-
readonly l2CrossDomainMessenger: {
|
|
2526
|
-
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2354
|
+
readonly blockCreated: 81930;
|
|
2527
2355
|
};
|
|
2528
|
-
|
|
2529
|
-
|
|
2356
|
+
};
|
|
2357
|
+
ensTlds?: readonly string[] | undefined;
|
|
2358
|
+
id: 421614;
|
|
2359
|
+
name: "Arbitrum Sepolia";
|
|
2360
|
+
nativeCurrency: {
|
|
2361
|
+
readonly name: "Arbitrum Sepolia Ether";
|
|
2362
|
+
readonly symbol: "ETH";
|
|
2363
|
+
readonly decimals: 18;
|
|
2364
|
+
};
|
|
2365
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2366
|
+
rpcUrls: {
|
|
2367
|
+
readonly default: {
|
|
2368
|
+
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2530
2369
|
};
|
|
2531
|
-
|
|
2532
|
-
|
|
2370
|
+
};
|
|
2371
|
+
sourceId?: number | undefined | undefined;
|
|
2372
|
+
testnet: true;
|
|
2373
|
+
custom?: Record<string, unknown> | undefined;
|
|
2374
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2375
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2376
|
+
formatters?: undefined;
|
|
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?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2385
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2386
|
+
} | {
|
|
2387
|
+
blockExplorers: {
|
|
2388
|
+
readonly default: {
|
|
2389
|
+
readonly name: "RouteScan";
|
|
2390
|
+
readonly url: "https://testnet.plasmascan.to";
|
|
2533
2391
|
};
|
|
2534
|
-
|
|
2535
|
-
|
|
2392
|
+
};
|
|
2393
|
+
blockTime?: number | undefined | undefined;
|
|
2394
|
+
contracts: {
|
|
2395
|
+
readonly multicall3: {
|
|
2396
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2397
|
+
readonly blockCreated: 0;
|
|
2536
2398
|
};
|
|
2537
2399
|
};
|
|
2538
2400
|
ensTlds?: readonly string[] | undefined;
|
|
2539
|
-
id:
|
|
2540
|
-
name: "
|
|
2401
|
+
id: 9746;
|
|
2402
|
+
name: "Plasma Testnet";
|
|
2541
2403
|
nativeCurrency: {
|
|
2542
|
-
readonly name: "
|
|
2543
|
-
readonly symbol: "
|
|
2404
|
+
readonly name: "Testnet Plasma";
|
|
2405
|
+
readonly symbol: "XPL";
|
|
2544
2406
|
readonly decimals: 18;
|
|
2545
2407
|
};
|
|
2546
2408
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2547
2409
|
rpcUrls: {
|
|
2548
2410
|
readonly default: {
|
|
2549
|
-
readonly http: readonly ["https://
|
|
2411
|
+
readonly http: readonly ["https://testnet-rpc.plasma.to"];
|
|
2550
2412
|
};
|
|
2551
2413
|
};
|
|
2552
|
-
sourceId
|
|
2553
|
-
testnet
|
|
2414
|
+
sourceId?: number | undefined | undefined;
|
|
2415
|
+
testnet: true;
|
|
2554
2416
|
custom?: Record<string, unknown> | undefined;
|
|
2555
2417
|
extendSchema?: Record<string, unknown> | undefined;
|
|
2556
2418
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2557
|
-
formatters
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2419
|
+
formatters?: undefined;
|
|
2420
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2421
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2422
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2423
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2424
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2425
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2426
|
+
}] | undefined;
|
|
2427
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2428
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2429
|
+
})[];
|
|
2430
|
+
declare const chains: ({
|
|
2431
|
+
blockExplorers: {
|
|
2432
|
+
readonly default: {
|
|
2433
|
+
readonly name: "Etherscan";
|
|
2434
|
+
readonly url: "https://etherscan.io";
|
|
2435
|
+
readonly apiUrl: "https://api.etherscan.io/api";
|
|
2436
|
+
};
|
|
2437
|
+
};
|
|
2438
|
+
blockTime: 12000;
|
|
2439
|
+
contracts: {
|
|
2440
|
+
readonly ensUniversalResolver: {
|
|
2441
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
2442
|
+
readonly blockCreated: 23085558;
|
|
2443
|
+
};
|
|
2444
|
+
readonly multicall3: {
|
|
2445
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2446
|
+
readonly blockCreated: 14353601;
|
|
2447
|
+
};
|
|
2448
|
+
};
|
|
2449
|
+
ensTlds?: readonly string[] | undefined;
|
|
2450
|
+
id: 1;
|
|
2451
|
+
name: "Ethereum";
|
|
2452
|
+
nativeCurrency: {
|
|
2453
|
+
readonly name: "Ether";
|
|
2454
|
+
readonly symbol: "ETH";
|
|
2455
|
+
readonly decimals: 18;
|
|
2456
|
+
};
|
|
2457
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2458
|
+
rpcUrls: {
|
|
2459
|
+
readonly default: {
|
|
2460
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
2461
|
+
};
|
|
2462
|
+
};
|
|
2463
|
+
sourceId?: number | undefined | undefined;
|
|
2464
|
+
testnet?: boolean | undefined | undefined;
|
|
2465
|
+
custom?: Record<string, unknown> | undefined;
|
|
2466
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2467
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2468
|
+
formatters?: undefined;
|
|
2469
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2470
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2471
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2472
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2473
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2474
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2475
|
+
}] | undefined;
|
|
2476
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2477
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2478
|
+
} | {
|
|
2479
|
+
blockExplorers: {
|
|
2480
|
+
readonly default: {
|
|
2481
|
+
readonly name: "Optimism Explorer";
|
|
2482
|
+
readonly url: "https://optimistic.etherscan.io";
|
|
2483
|
+
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
2484
|
+
};
|
|
2485
|
+
};
|
|
2486
|
+
blockTime: 2000;
|
|
2487
|
+
contracts: {
|
|
2488
|
+
readonly disputeGameFactory: {
|
|
2489
|
+
readonly 1: {
|
|
2490
|
+
readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
|
|
2491
|
+
};
|
|
2492
|
+
};
|
|
2493
|
+
readonly l2OutputOracle: {
|
|
2494
|
+
readonly 1: {
|
|
2495
|
+
readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
|
|
2496
|
+
};
|
|
2497
|
+
};
|
|
2498
|
+
readonly multicall3: {
|
|
2499
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2500
|
+
readonly blockCreated: 4286263;
|
|
2501
|
+
};
|
|
2502
|
+
readonly portal: {
|
|
2503
|
+
readonly 1: {
|
|
2504
|
+
readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
|
|
2505
|
+
};
|
|
2506
|
+
};
|
|
2507
|
+
readonly l1StandardBridge: {
|
|
2508
|
+
readonly 1: {
|
|
2509
|
+
readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
|
|
2510
|
+
};
|
|
2511
|
+
};
|
|
2512
|
+
readonly gasPriceOracle: {
|
|
2513
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2514
|
+
};
|
|
2515
|
+
readonly l1Block: {
|
|
2516
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2517
|
+
};
|
|
2518
|
+
readonly l2CrossDomainMessenger: {
|
|
2519
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2520
|
+
};
|
|
2521
|
+
readonly l2Erc721Bridge: {
|
|
2522
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2523
|
+
};
|
|
2524
|
+
readonly l2StandardBridge: {
|
|
2525
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2526
|
+
};
|
|
2527
|
+
readonly l2ToL1MessagePasser: {
|
|
2528
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2529
|
+
};
|
|
2530
|
+
};
|
|
2531
|
+
ensTlds?: readonly string[] | undefined;
|
|
2532
|
+
id: 10;
|
|
2533
|
+
name: "OP Mainnet";
|
|
2534
|
+
nativeCurrency: {
|
|
2535
|
+
readonly name: "Ether";
|
|
2536
|
+
readonly symbol: "ETH";
|
|
2537
|
+
readonly decimals: 18;
|
|
2538
|
+
};
|
|
2539
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2540
|
+
rpcUrls: {
|
|
2541
|
+
readonly default: {
|
|
2542
|
+
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
2543
|
+
};
|
|
2544
|
+
};
|
|
2545
|
+
sourceId: 1;
|
|
2546
|
+
testnet?: boolean | undefined | undefined;
|
|
2547
|
+
custom?: Record<string, unknown> | undefined;
|
|
2548
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2549
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2550
|
+
formatters: {
|
|
2551
|
+
readonly block: {
|
|
2552
|
+
exclude: [] | undefined;
|
|
2553
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
2554
|
+
baseFeePerGas: bigint | null;
|
|
2555
|
+
blobGasUsed: bigint;
|
|
2556
|
+
difficulty: bigint;
|
|
2557
|
+
excessBlobGas: bigint;
|
|
2558
|
+
extraData: import("viem").Hex;
|
|
2559
|
+
gasLimit: bigint;
|
|
2560
|
+
gasUsed: bigint;
|
|
2561
|
+
hash: `0x${string}` | null;
|
|
2562
|
+
logsBloom: `0x${string}` | null;
|
|
2563
|
+
miner: import("abitype").Address;
|
|
2564
|
+
mixHash: import("viem").Hash;
|
|
2572
2565
|
nonce: `0x${string}` | null;
|
|
2573
2566
|
number: bigint | null;
|
|
2574
2567
|
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
@@ -2799,161 +2792,73 @@ declare const chains: ({
|
|
|
2799
2792
|
} | {
|
|
2800
2793
|
blockExplorers: {
|
|
2801
2794
|
readonly default: {
|
|
2802
|
-
readonly name: "
|
|
2803
|
-
readonly url: "https://
|
|
2804
|
-
readonly apiUrl: "https://api.
|
|
2795
|
+
readonly name: "Basescan";
|
|
2796
|
+
readonly url: "https://basescan.org";
|
|
2797
|
+
readonly apiUrl: "https://api.basescan.org/api";
|
|
2805
2798
|
};
|
|
2806
2799
|
};
|
|
2807
|
-
blockTime:
|
|
2800
|
+
blockTime: 2000;
|
|
2808
2801
|
contracts: {
|
|
2802
|
+
readonly disputeGameFactory: {
|
|
2803
|
+
readonly 1: {
|
|
2804
|
+
readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
|
|
2805
|
+
};
|
|
2806
|
+
};
|
|
2807
|
+
readonly l2OutputOracle: {
|
|
2808
|
+
readonly 1: {
|
|
2809
|
+
readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
|
|
2810
|
+
};
|
|
2811
|
+
};
|
|
2809
2812
|
readonly multicall3: {
|
|
2810
2813
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
2811
|
-
readonly blockCreated:
|
|
2814
|
+
readonly blockCreated: 5022;
|
|
2812
2815
|
};
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
readonly name: "Ether";
|
|
2819
|
-
readonly symbol: "ETH";
|
|
2820
|
-
readonly decimals: 18;
|
|
2821
|
-
};
|
|
2822
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2823
|
-
rpcUrls: {
|
|
2824
|
-
readonly default: {
|
|
2825
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
2816
|
+
readonly portal: {
|
|
2817
|
+
readonly 1: {
|
|
2818
|
+
readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
|
|
2819
|
+
readonly blockCreated: 17482143;
|
|
2820
|
+
};
|
|
2826
2821
|
};
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2833
|
-
formatters?: undefined;
|
|
2834
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2835
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2836
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2837
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2838
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2839
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2840
|
-
}] | undefined;
|
|
2841
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2842
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2843
|
-
} | {
|
|
2844
|
-
blockExplorers: {
|
|
2845
|
-
readonly default: {
|
|
2846
|
-
readonly name: "PolygonScan";
|
|
2847
|
-
readonly url: "https://polygonscan.com";
|
|
2848
|
-
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
2822
|
+
readonly l1StandardBridge: {
|
|
2823
|
+
readonly 1: {
|
|
2824
|
+
readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
|
|
2825
|
+
readonly blockCreated: 17482143;
|
|
2826
|
+
};
|
|
2849
2827
|
};
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
readonly
|
|
2854
|
-
readonly address: "
|
|
2855
|
-
|
|
2828
|
+
readonly gasPriceOracle: {
|
|
2829
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2830
|
+
};
|
|
2831
|
+
readonly l1Block: {
|
|
2832
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2833
|
+
};
|
|
2834
|
+
readonly l2CrossDomainMessenger: {
|
|
2835
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2836
|
+
};
|
|
2837
|
+
readonly l2Erc721Bridge: {
|
|
2838
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2839
|
+
};
|
|
2840
|
+
readonly l2StandardBridge: {
|
|
2841
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2842
|
+
};
|
|
2843
|
+
readonly l2ToL1MessagePasser: {
|
|
2844
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2856
2845
|
};
|
|
2857
2846
|
};
|
|
2858
2847
|
ensTlds?: readonly string[] | undefined;
|
|
2859
|
-
id:
|
|
2860
|
-
name: "
|
|
2848
|
+
id: 8453;
|
|
2849
|
+
name: "Base";
|
|
2861
2850
|
nativeCurrency: {
|
|
2862
|
-
readonly name: "
|
|
2863
|
-
readonly symbol: "
|
|
2851
|
+
readonly name: "Ether";
|
|
2852
|
+
readonly symbol: "ETH";
|
|
2864
2853
|
readonly decimals: 18;
|
|
2865
2854
|
};
|
|
2866
2855
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2867
2856
|
rpcUrls: {
|
|
2868
2857
|
readonly default: {
|
|
2869
|
-
readonly http: readonly ["https://
|
|
2858
|
+
readonly http: readonly ["https://mainnet.base.org"];
|
|
2870
2859
|
};
|
|
2871
2860
|
};
|
|
2872
|
-
sourceId
|
|
2873
|
-
testnet?: boolean | undefined | undefined;
|
|
2874
|
-
custom?: Record<string, unknown> | undefined;
|
|
2875
|
-
extendSchema?: Record<string, unknown> | undefined;
|
|
2876
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2877
|
-
formatters?: undefined;
|
|
2878
|
-
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2879
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2880
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2881
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2882
|
-
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2883
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2884
|
-
}] | undefined;
|
|
2885
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
2886
|
-
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2887
|
-
} | {
|
|
2888
|
-
blockExplorers: {
|
|
2889
|
-
readonly default: {
|
|
2890
|
-
readonly name: "Blockscout";
|
|
2891
|
-
readonly url: "https://soneium.blockscout.com";
|
|
2892
|
-
readonly apiUrl: "https://soneium.blockscout.com/api";
|
|
2893
|
-
};
|
|
2894
|
-
};
|
|
2895
|
-
blockTime: 2000;
|
|
2896
|
-
contracts: {
|
|
2897
|
-
readonly disputeGameFactory: {
|
|
2898
|
-
readonly 1: {
|
|
2899
|
-
readonly address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0";
|
|
2900
|
-
};
|
|
2901
|
-
};
|
|
2902
|
-
readonly l2OutputOracle: {
|
|
2903
|
-
readonly 1: {
|
|
2904
|
-
readonly address: "0x0000000000000000000000000000000000000000";
|
|
2905
|
-
};
|
|
2906
|
-
};
|
|
2907
|
-
readonly portal: {
|
|
2908
|
-
readonly 1: {
|
|
2909
|
-
readonly address: "0x88e529a6ccd302c948689cd5156c83d4614fae92";
|
|
2910
|
-
readonly blockCreated: 7061266;
|
|
2911
|
-
};
|
|
2912
|
-
};
|
|
2913
|
-
readonly l1StandardBridge: {
|
|
2914
|
-
readonly 1: {
|
|
2915
|
-
readonly address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607";
|
|
2916
|
-
readonly blockCreated: 7061266;
|
|
2917
|
-
};
|
|
2918
|
-
};
|
|
2919
|
-
readonly multicall3: {
|
|
2920
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2921
|
-
readonly blockCreated: 1;
|
|
2922
|
-
};
|
|
2923
|
-
readonly gasPriceOracle: {
|
|
2924
|
-
readonly address: "0x420000000000000000000000000000000000000F";
|
|
2925
|
-
};
|
|
2926
|
-
readonly l1Block: {
|
|
2927
|
-
readonly address: "0x4200000000000000000000000000000000000015";
|
|
2928
|
-
};
|
|
2929
|
-
readonly l2CrossDomainMessenger: {
|
|
2930
|
-
readonly address: "0x4200000000000000000000000000000000000007";
|
|
2931
|
-
};
|
|
2932
|
-
readonly l2Erc721Bridge: {
|
|
2933
|
-
readonly address: "0x4200000000000000000000000000000000000014";
|
|
2934
|
-
};
|
|
2935
|
-
readonly l2StandardBridge: {
|
|
2936
|
-
readonly address: "0x4200000000000000000000000000000000000010";
|
|
2937
|
-
};
|
|
2938
|
-
readonly l2ToL1MessagePasser: {
|
|
2939
|
-
readonly address: "0x4200000000000000000000000000000000000016";
|
|
2940
|
-
};
|
|
2941
|
-
};
|
|
2942
|
-
ensTlds?: readonly string[] | undefined;
|
|
2943
|
-
id: 1868;
|
|
2944
|
-
name: "Soneium Mainnet";
|
|
2945
|
-
nativeCurrency: {
|
|
2946
|
-
readonly name: "Ether";
|
|
2947
|
-
readonly symbol: "ETH";
|
|
2948
|
-
readonly decimals: 18;
|
|
2949
|
-
};
|
|
2950
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2951
|
-
rpcUrls: {
|
|
2952
|
-
readonly default: {
|
|
2953
|
-
readonly http: readonly ["https://rpc.soneium.org"];
|
|
2954
|
-
};
|
|
2955
|
-
};
|
|
2956
|
-
sourceId: 1;
|
|
2861
|
+
sourceId: 1;
|
|
2957
2862
|
testnet?: boolean | undefined | undefined;
|
|
2958
2863
|
custom?: Record<string, unknown> | undefined;
|
|
2959
2864
|
extendSchema?: Record<string, unknown> | undefined;
|
|
@@ -3203,33 +3108,34 @@ declare const chains: ({
|
|
|
3203
3108
|
} | {
|
|
3204
3109
|
blockExplorers: {
|
|
3205
3110
|
readonly default: {
|
|
3206
|
-
readonly name: "
|
|
3207
|
-
readonly url: "https://
|
|
3111
|
+
readonly name: "Arbiscan";
|
|
3112
|
+
readonly url: "https://arbiscan.io";
|
|
3113
|
+
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
3208
3114
|
};
|
|
3209
3115
|
};
|
|
3210
|
-
blockTime:
|
|
3116
|
+
blockTime: 250;
|
|
3211
3117
|
contracts: {
|
|
3212
3118
|
readonly multicall3: {
|
|
3213
3119
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3214
|
-
readonly blockCreated:
|
|
3120
|
+
readonly blockCreated: 7654707;
|
|
3215
3121
|
};
|
|
3216
3122
|
};
|
|
3217
3123
|
ensTlds?: readonly string[] | undefined;
|
|
3218
|
-
id:
|
|
3219
|
-
name: "
|
|
3124
|
+
id: 42161;
|
|
3125
|
+
name: "Arbitrum One";
|
|
3220
3126
|
nativeCurrency: {
|
|
3127
|
+
readonly name: "Ether";
|
|
3128
|
+
readonly symbol: "ETH";
|
|
3221
3129
|
readonly decimals: 18;
|
|
3222
|
-
readonly name: "Sonic";
|
|
3223
|
-
readonly symbol: "S";
|
|
3224
3130
|
};
|
|
3225
3131
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3226
3132
|
rpcUrls: {
|
|
3227
3133
|
readonly default: {
|
|
3228
|
-
readonly http: readonly ["https://
|
|
3134
|
+
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
3229
3135
|
};
|
|
3230
3136
|
};
|
|
3231
3137
|
sourceId?: number | undefined | undefined;
|
|
3232
|
-
testnet
|
|
3138
|
+
testnet?: boolean | undefined | undefined;
|
|
3233
3139
|
custom?: Record<string, unknown> | undefined;
|
|
3234
3140
|
extendSchema?: Record<string, unknown> | undefined;
|
|
3235
3141
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
@@ -3246,29 +3152,30 @@ declare const chains: ({
|
|
|
3246
3152
|
} | {
|
|
3247
3153
|
blockExplorers: {
|
|
3248
3154
|
readonly default: {
|
|
3249
|
-
readonly name: "
|
|
3250
|
-
readonly url: "https://
|
|
3155
|
+
readonly name: "PolygonScan";
|
|
3156
|
+
readonly url: "https://polygonscan.com";
|
|
3157
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
3251
3158
|
};
|
|
3252
3159
|
};
|
|
3253
|
-
blockTime:
|
|
3160
|
+
blockTime: 2000;
|
|
3254
3161
|
contracts: {
|
|
3255
3162
|
readonly multicall3: {
|
|
3256
|
-
readonly address: "
|
|
3257
|
-
readonly blockCreated:
|
|
3163
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3164
|
+
readonly blockCreated: 25770160;
|
|
3258
3165
|
};
|
|
3259
3166
|
};
|
|
3260
3167
|
ensTlds?: readonly string[] | undefined;
|
|
3261
|
-
id:
|
|
3262
|
-
name: "
|
|
3168
|
+
id: 137;
|
|
3169
|
+
name: "Polygon";
|
|
3263
3170
|
nativeCurrency: {
|
|
3264
|
-
readonly name: "
|
|
3265
|
-
readonly symbol: "
|
|
3171
|
+
readonly name: "POL";
|
|
3172
|
+
readonly symbol: "POL";
|
|
3266
3173
|
readonly decimals: 18;
|
|
3267
3174
|
};
|
|
3268
3175
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3269
3176
|
rpcUrls: {
|
|
3270
3177
|
readonly default: {
|
|
3271
|
-
readonly http: readonly ["https://rpc.
|
|
3178
|
+
readonly http: readonly ["https://polygon-rpc.com"];
|
|
3272
3179
|
};
|
|
3273
3180
|
};
|
|
3274
3181
|
sourceId?: number | undefined | undefined;
|
|
@@ -3289,119 +3196,521 @@ declare const chains: ({
|
|
|
3289
3196
|
} | {
|
|
3290
3197
|
blockExplorers: {
|
|
3291
3198
|
readonly default: {
|
|
3292
|
-
readonly name: "
|
|
3293
|
-
readonly url: "https://
|
|
3294
|
-
readonly apiUrl: "https://
|
|
3199
|
+
readonly name: "Blockscout";
|
|
3200
|
+
readonly url: "https://soneium.blockscout.com";
|
|
3201
|
+
readonly apiUrl: "https://soneium.blockscout.com/api";
|
|
3295
3202
|
};
|
|
3296
3203
|
};
|
|
3297
|
-
blockTime:
|
|
3204
|
+
blockTime: 2000;
|
|
3298
3205
|
contracts: {
|
|
3299
|
-
readonly
|
|
3300
|
-
readonly
|
|
3301
|
-
|
|
3206
|
+
readonly disputeGameFactory: {
|
|
3207
|
+
readonly 1: {
|
|
3208
|
+
readonly address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0";
|
|
3209
|
+
};
|
|
3302
3210
|
};
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
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"];
|
|
3211
|
+
readonly l2OutputOracle: {
|
|
3212
|
+
readonly 1: {
|
|
3213
|
+
readonly address: "0x0000000000000000000000000000000000000000";
|
|
3214
|
+
};
|
|
3317
3215
|
};
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
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";
|
|
3216
|
+
readonly portal: {
|
|
3217
|
+
readonly 1: {
|
|
3218
|
+
readonly address: "0x88e529a6ccd302c948689cd5156c83d4614fae92";
|
|
3219
|
+
readonly blockCreated: 7061266;
|
|
3220
|
+
};
|
|
3221
|
+
};
|
|
3222
|
+
readonly l1StandardBridge: {
|
|
3223
|
+
readonly 1: {
|
|
3224
|
+
readonly address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607";
|
|
3225
|
+
readonly blockCreated: 7061266;
|
|
3226
|
+
};
|
|
3340
3227
|
};
|
|
3341
|
-
};
|
|
3342
|
-
blockTime: 750;
|
|
3343
|
-
contracts: {
|
|
3344
3228
|
readonly multicall3: {
|
|
3345
|
-
readonly address: "
|
|
3346
|
-
readonly blockCreated:
|
|
3229
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3230
|
+
readonly blockCreated: 1;
|
|
3231
|
+
};
|
|
3232
|
+
readonly gasPriceOracle: {
|
|
3233
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
3234
|
+
};
|
|
3235
|
+
readonly l1Block: {
|
|
3236
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
3237
|
+
};
|
|
3238
|
+
readonly l2CrossDomainMessenger: {
|
|
3239
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
3240
|
+
};
|
|
3241
|
+
readonly l2Erc721Bridge: {
|
|
3242
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
3243
|
+
};
|
|
3244
|
+
readonly l2StandardBridge: {
|
|
3245
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
3246
|
+
};
|
|
3247
|
+
readonly l2ToL1MessagePasser: {
|
|
3248
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
3347
3249
|
};
|
|
3348
3250
|
};
|
|
3349
3251
|
ensTlds?: readonly string[] | undefined;
|
|
3350
|
-
id:
|
|
3351
|
-
name: "
|
|
3252
|
+
id: 1868;
|
|
3253
|
+
name: "Soneium Mainnet";
|
|
3352
3254
|
nativeCurrency: {
|
|
3255
|
+
readonly name: "Ether";
|
|
3256
|
+
readonly symbol: "ETH";
|
|
3353
3257
|
readonly decimals: 18;
|
|
3354
|
-
readonly name: "BNB";
|
|
3355
|
-
readonly symbol: "BNB";
|
|
3356
3258
|
};
|
|
3357
3259
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3358
3260
|
rpcUrls: {
|
|
3359
3261
|
readonly default: {
|
|
3360
|
-
readonly http: readonly ["https://
|
|
3262
|
+
readonly http: readonly ["https://rpc.soneium.org"];
|
|
3361
3263
|
};
|
|
3362
3264
|
};
|
|
3363
|
-
sourceId
|
|
3265
|
+
sourceId: 1;
|
|
3364
3266
|
testnet?: boolean | undefined | undefined;
|
|
3365
3267
|
custom?: Record<string, unknown> | undefined;
|
|
3366
3268
|
extendSchema?: Record<string, unknown> | undefined;
|
|
3367
3269
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3368
|
-
formatters
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3270
|
+
formatters: {
|
|
3271
|
+
readonly block: {
|
|
3272
|
+
exclude: [] | undefined;
|
|
3273
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
3274
|
+
baseFeePerGas: bigint | null;
|
|
3275
|
+
blobGasUsed: bigint;
|
|
3276
|
+
difficulty: bigint;
|
|
3277
|
+
excessBlobGas: bigint;
|
|
3278
|
+
extraData: import("viem").Hex;
|
|
3279
|
+
gasLimit: bigint;
|
|
3280
|
+
gasUsed: bigint;
|
|
3281
|
+
hash: `0x${string}` | null;
|
|
3282
|
+
logsBloom: `0x${string}` | null;
|
|
3283
|
+
miner: import("abitype").Address;
|
|
3284
|
+
mixHash: import("viem").Hash;
|
|
3285
|
+
nonce: `0x${string}` | null;
|
|
3286
|
+
number: bigint | null;
|
|
3287
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
3288
|
+
parentHash: import("viem").Hash;
|
|
3289
|
+
receiptsRoot: import("viem").Hex;
|
|
3290
|
+
sealFields: import("viem").Hex[];
|
|
3291
|
+
sha3Uncles: import("viem").Hash;
|
|
3292
|
+
size: bigint;
|
|
3293
|
+
stateRoot: import("viem").Hash;
|
|
3294
|
+
timestamp: bigint;
|
|
3295
|
+
totalDifficulty: bigint | null;
|
|
3296
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
3297
|
+
transactionsRoot: import("viem").Hash;
|
|
3298
|
+
uncles: import("viem").Hash[];
|
|
3299
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
3300
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
3301
|
+
} & {};
|
|
3302
|
+
type: "block";
|
|
3303
|
+
};
|
|
3304
|
+
readonly transaction: {
|
|
3305
|
+
exclude: [] | undefined;
|
|
3306
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
3307
|
+
blockHash: `0x${string}` | null;
|
|
3308
|
+
blockNumber: bigint | null;
|
|
3309
|
+
from: import("abitype").Address;
|
|
3310
|
+
gas: bigint;
|
|
3311
|
+
hash: import("viem").Hash;
|
|
3312
|
+
input: import("viem").Hex;
|
|
3313
|
+
nonce: number;
|
|
3314
|
+
r: import("viem").Hex;
|
|
3315
|
+
s: import("viem").Hex;
|
|
3316
|
+
to: import("abitype").Address | null;
|
|
3317
|
+
transactionIndex: number | null;
|
|
3318
|
+
typeHex: import("viem").Hex | null;
|
|
3319
|
+
v: bigint;
|
|
3320
|
+
value: bigint;
|
|
3321
|
+
yParity: number;
|
|
3322
|
+
gasPrice?: undefined | undefined;
|
|
3323
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3324
|
+
maxFeePerGas: bigint;
|
|
3325
|
+
maxPriorityFeePerGas: bigint;
|
|
3326
|
+
isSystemTx?: boolean;
|
|
3327
|
+
mint?: bigint | undefined | undefined;
|
|
3328
|
+
sourceHash: import("viem").Hex;
|
|
3329
|
+
type: "deposit";
|
|
3330
|
+
} | {
|
|
3331
|
+
r: import("viem").Hex;
|
|
3332
|
+
s: import("viem").Hex;
|
|
3333
|
+
v: bigint;
|
|
3334
|
+
to: import("abitype").Address | null;
|
|
3335
|
+
from: import("abitype").Address;
|
|
3336
|
+
gas: bigint;
|
|
3337
|
+
nonce: number;
|
|
3338
|
+
value: bigint;
|
|
3339
|
+
blockHash: `0x${string}` | null;
|
|
3340
|
+
blockNumber: bigint | null;
|
|
3341
|
+
hash: import("viem").Hash;
|
|
3342
|
+
input: import("viem").Hex;
|
|
3343
|
+
transactionIndex: number | null;
|
|
3344
|
+
typeHex: import("viem").Hex | null;
|
|
3345
|
+
accessList?: undefined | undefined;
|
|
3346
|
+
authorizationList?: undefined | undefined;
|
|
3347
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3348
|
+
chainId?: number | undefined;
|
|
3349
|
+
yParity?: undefined | undefined;
|
|
3350
|
+
type: "legacy";
|
|
3351
|
+
gasPrice: bigint;
|
|
3352
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3353
|
+
maxFeePerGas?: undefined | undefined;
|
|
3354
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3355
|
+
isSystemTx?: undefined | undefined;
|
|
3356
|
+
mint?: undefined | undefined;
|
|
3357
|
+
sourceHash?: undefined | undefined;
|
|
3358
|
+
} | {
|
|
3359
|
+
blockHash: `0x${string}` | null;
|
|
3360
|
+
blockNumber: bigint | null;
|
|
3361
|
+
from: import("abitype").Address;
|
|
3362
|
+
gas: bigint;
|
|
3363
|
+
hash: import("viem").Hash;
|
|
3364
|
+
input: import("viem").Hex;
|
|
3365
|
+
nonce: number;
|
|
3366
|
+
r: import("viem").Hex;
|
|
3367
|
+
s: import("viem").Hex;
|
|
3368
|
+
to: import("abitype").Address | null;
|
|
3369
|
+
transactionIndex: number | null;
|
|
3370
|
+
typeHex: import("viem").Hex | null;
|
|
3371
|
+
v: bigint;
|
|
3372
|
+
value: bigint;
|
|
3373
|
+
yParity: number;
|
|
3374
|
+
accessList: import("viem").AccessList;
|
|
3375
|
+
authorizationList?: undefined | undefined;
|
|
3376
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3377
|
+
chainId: number;
|
|
3378
|
+
type: "eip2930";
|
|
3379
|
+
gasPrice: bigint;
|
|
3380
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3381
|
+
maxFeePerGas?: undefined | undefined;
|
|
3382
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3383
|
+
isSystemTx?: undefined | undefined;
|
|
3384
|
+
mint?: undefined | undefined;
|
|
3385
|
+
sourceHash?: undefined | undefined;
|
|
3386
|
+
} | {
|
|
3387
|
+
blockHash: `0x${string}` | null;
|
|
3388
|
+
blockNumber: bigint | null;
|
|
3389
|
+
from: import("abitype").Address;
|
|
3390
|
+
gas: bigint;
|
|
3391
|
+
hash: import("viem").Hash;
|
|
3392
|
+
input: import("viem").Hex;
|
|
3393
|
+
nonce: number;
|
|
3394
|
+
r: import("viem").Hex;
|
|
3395
|
+
s: import("viem").Hex;
|
|
3396
|
+
to: import("abitype").Address | null;
|
|
3397
|
+
transactionIndex: number | null;
|
|
3398
|
+
typeHex: import("viem").Hex | null;
|
|
3399
|
+
v: bigint;
|
|
3400
|
+
value: bigint;
|
|
3401
|
+
yParity: number;
|
|
3402
|
+
accessList: import("viem").AccessList;
|
|
3403
|
+
authorizationList?: undefined | undefined;
|
|
3404
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3405
|
+
chainId: number;
|
|
3406
|
+
type: "eip1559";
|
|
3407
|
+
gasPrice?: undefined | undefined;
|
|
3408
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3409
|
+
maxFeePerGas: bigint;
|
|
3410
|
+
maxPriorityFeePerGas: bigint;
|
|
3411
|
+
isSystemTx?: undefined | undefined;
|
|
3412
|
+
mint?: undefined | undefined;
|
|
3413
|
+
sourceHash?: undefined | undefined;
|
|
3414
|
+
} | {
|
|
3415
|
+
blockHash: `0x${string}` | null;
|
|
3416
|
+
blockNumber: bigint | null;
|
|
3417
|
+
from: import("abitype").Address;
|
|
3418
|
+
gas: bigint;
|
|
3419
|
+
hash: import("viem").Hash;
|
|
3420
|
+
input: import("viem").Hex;
|
|
3421
|
+
nonce: number;
|
|
3422
|
+
r: import("viem").Hex;
|
|
3423
|
+
s: import("viem").Hex;
|
|
3424
|
+
to: import("abitype").Address | null;
|
|
3425
|
+
transactionIndex: number | null;
|
|
3426
|
+
typeHex: import("viem").Hex | null;
|
|
3427
|
+
v: bigint;
|
|
3428
|
+
value: bigint;
|
|
3429
|
+
yParity: number;
|
|
3430
|
+
accessList: import("viem").AccessList;
|
|
3431
|
+
authorizationList?: undefined | undefined;
|
|
3432
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
3433
|
+
chainId: number;
|
|
3434
|
+
type: "eip4844";
|
|
3435
|
+
gasPrice?: undefined | undefined;
|
|
3436
|
+
maxFeePerBlobGas: bigint;
|
|
3437
|
+
maxFeePerGas: bigint;
|
|
3438
|
+
maxPriorityFeePerGas: bigint;
|
|
3439
|
+
isSystemTx?: undefined | undefined;
|
|
3440
|
+
mint?: undefined | undefined;
|
|
3441
|
+
sourceHash?: undefined | undefined;
|
|
3442
|
+
} | {
|
|
3443
|
+
blockHash: `0x${string}` | null;
|
|
3444
|
+
blockNumber: bigint | null;
|
|
3445
|
+
from: import("abitype").Address;
|
|
3446
|
+
gas: bigint;
|
|
3447
|
+
hash: import("viem").Hash;
|
|
3448
|
+
input: import("viem").Hex;
|
|
3449
|
+
nonce: number;
|
|
3450
|
+
r: import("viem").Hex;
|
|
3451
|
+
s: import("viem").Hex;
|
|
3452
|
+
to: import("abitype").Address | null;
|
|
3453
|
+
transactionIndex: number | null;
|
|
3454
|
+
typeHex: import("viem").Hex | null;
|
|
3455
|
+
v: bigint;
|
|
3456
|
+
value: bigint;
|
|
3457
|
+
yParity: number;
|
|
3458
|
+
accessList: import("viem").AccessList;
|
|
3459
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3460
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3461
|
+
chainId: number;
|
|
3462
|
+
type: "eip7702";
|
|
3463
|
+
gasPrice?: undefined | undefined;
|
|
3464
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3465
|
+
maxFeePerGas: bigint;
|
|
3466
|
+
maxPriorityFeePerGas: bigint;
|
|
3467
|
+
isSystemTx?: undefined | undefined;
|
|
3468
|
+
mint?: undefined | undefined;
|
|
3469
|
+
sourceHash?: undefined | undefined;
|
|
3470
|
+
}) & {};
|
|
3471
|
+
type: "transaction";
|
|
3472
|
+
};
|
|
3473
|
+
readonly transactionReceipt: {
|
|
3474
|
+
exclude: [] | undefined;
|
|
3475
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
3476
|
+
blobGasPrice?: bigint | undefined;
|
|
3477
|
+
blobGasUsed?: bigint | undefined;
|
|
3478
|
+
blockHash: import("viem").Hash;
|
|
3479
|
+
blockNumber: bigint;
|
|
3480
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
3481
|
+
cumulativeGasUsed: bigint;
|
|
3482
|
+
effectiveGasPrice: bigint;
|
|
3483
|
+
from: import("abitype").Address;
|
|
3484
|
+
gasUsed: bigint;
|
|
3485
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
3486
|
+
logsBloom: import("viem").Hex;
|
|
3487
|
+
root?: `0x${string}` | undefined;
|
|
3488
|
+
status: "success" | "reverted";
|
|
3489
|
+
to: import("abitype").Address | null;
|
|
3490
|
+
transactionHash: import("viem").Hash;
|
|
3491
|
+
transactionIndex: number;
|
|
3492
|
+
type: import("viem").TransactionType;
|
|
3493
|
+
l1GasPrice: bigint | null;
|
|
3494
|
+
l1GasUsed: bigint | null;
|
|
3495
|
+
l1Fee: bigint | null;
|
|
3496
|
+
l1FeeScalar: number | null;
|
|
3497
|
+
} & {};
|
|
3498
|
+
type: "transactionReceipt";
|
|
3499
|
+
};
|
|
3500
|
+
};
|
|
3501
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3502
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3503
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3504
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3505
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3506
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3507
|
+
}] | undefined;
|
|
3508
|
+
serializers: {
|
|
3509
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
3510
|
+
};
|
|
3511
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3512
|
+
} | {
|
|
3513
|
+
blockExplorers: {
|
|
3514
|
+
readonly default: {
|
|
3515
|
+
readonly name: "Sonic Explorer";
|
|
3516
|
+
readonly url: "https://sonicscan.org";
|
|
3517
|
+
};
|
|
3518
|
+
};
|
|
3519
|
+
blockTime: 630;
|
|
3520
|
+
contracts: {
|
|
3521
|
+
readonly multicall3: {
|
|
3522
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3523
|
+
readonly blockCreated: 60;
|
|
3524
|
+
};
|
|
3525
|
+
};
|
|
3526
|
+
ensTlds?: readonly string[] | undefined;
|
|
3527
|
+
id: 146;
|
|
3528
|
+
name: "Sonic";
|
|
3529
|
+
nativeCurrency: {
|
|
3530
|
+
readonly decimals: 18;
|
|
3531
|
+
readonly name: "Sonic";
|
|
3532
|
+
readonly symbol: "S";
|
|
3533
|
+
};
|
|
3534
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3535
|
+
rpcUrls: {
|
|
3536
|
+
readonly default: {
|
|
3537
|
+
readonly http: readonly ["https://rpc.soniclabs.com"];
|
|
3538
|
+
};
|
|
3539
|
+
};
|
|
3540
|
+
sourceId?: number | undefined | undefined;
|
|
3541
|
+
testnet: false;
|
|
3542
|
+
custom?: Record<string, unknown> | undefined;
|
|
3543
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3544
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3545
|
+
formatters?: undefined;
|
|
3546
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3547
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3548
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3549
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3550
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3551
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3552
|
+
}] | undefined;
|
|
3553
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3554
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3555
|
+
} | {
|
|
3556
|
+
blockExplorers: {
|
|
3557
|
+
readonly default: {
|
|
3558
|
+
readonly name: "PlasmaScan";
|
|
3559
|
+
readonly url: "https://plasmascan.to";
|
|
3560
|
+
};
|
|
3561
|
+
};
|
|
3562
|
+
blockTime: 1000;
|
|
3563
|
+
contracts: {
|
|
3564
|
+
readonly multicall3: {
|
|
3565
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3566
|
+
readonly blockCreated: 0;
|
|
3567
|
+
};
|
|
3568
|
+
};
|
|
3569
|
+
ensTlds?: readonly string[] | undefined;
|
|
3570
|
+
id: 9745;
|
|
3571
|
+
name: "Plasma";
|
|
3572
|
+
nativeCurrency: {
|
|
3573
|
+
readonly name: "Plasma";
|
|
3574
|
+
readonly symbol: "XPL";
|
|
3575
|
+
readonly decimals: 18;
|
|
3576
|
+
};
|
|
3577
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3578
|
+
rpcUrls: {
|
|
3579
|
+
readonly default: {
|
|
3580
|
+
readonly http: readonly ["https://rpc.plasma.to"];
|
|
3581
|
+
};
|
|
3582
|
+
};
|
|
3583
|
+
sourceId?: number | undefined | undefined;
|
|
3584
|
+
testnet?: boolean | undefined | undefined;
|
|
3585
|
+
custom?: Record<string, unknown> | undefined;
|
|
3586
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3587
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3588
|
+
formatters?: undefined;
|
|
3589
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3590
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3591
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3592
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3593
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3594
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3595
|
+
}] | undefined;
|
|
3596
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3597
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3598
|
+
} | {
|
|
3599
|
+
blockExplorers: {
|
|
3600
|
+
readonly default: {
|
|
3601
|
+
readonly name: "Gnosisscan";
|
|
3602
|
+
readonly url: "https://gnosisscan.io";
|
|
3603
|
+
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
3604
|
+
};
|
|
3605
|
+
};
|
|
3606
|
+
blockTime: 5000;
|
|
3607
|
+
contracts: {
|
|
3608
|
+
readonly multicall3: {
|
|
3609
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3610
|
+
readonly blockCreated: 21022491;
|
|
3611
|
+
};
|
|
3612
|
+
};
|
|
3613
|
+
ensTlds?: readonly string[] | undefined;
|
|
3614
|
+
id: 100;
|
|
3615
|
+
name: "Gnosis";
|
|
3616
|
+
nativeCurrency: {
|
|
3617
|
+
readonly decimals: 18;
|
|
3618
|
+
readonly name: "xDAI";
|
|
3619
|
+
readonly symbol: "XDAI";
|
|
3620
|
+
};
|
|
3621
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3622
|
+
rpcUrls: {
|
|
3623
|
+
readonly default: {
|
|
3624
|
+
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
3625
|
+
readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
|
|
3626
|
+
};
|
|
3627
|
+
};
|
|
3628
|
+
sourceId?: number | undefined | undefined;
|
|
3629
|
+
testnet?: boolean | undefined | undefined;
|
|
3630
|
+
custom?: Record<string, unknown> | undefined;
|
|
3631
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3632
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3633
|
+
formatters?: undefined;
|
|
3634
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3635
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3636
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3637
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3638
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3639
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3640
|
+
}] | undefined;
|
|
3641
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3642
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3643
|
+
} | {
|
|
3644
|
+
blockExplorers: {
|
|
3645
|
+
readonly default: {
|
|
3646
|
+
readonly name: "BscScan";
|
|
3647
|
+
readonly url: "https://bscscan.com";
|
|
3648
|
+
readonly apiUrl: "https://api.bscscan.com/api";
|
|
3649
|
+
};
|
|
3650
|
+
};
|
|
3651
|
+
blockTime: 750;
|
|
3652
|
+
contracts: {
|
|
3653
|
+
readonly multicall3: {
|
|
3654
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3655
|
+
readonly blockCreated: 15921452;
|
|
3656
|
+
};
|
|
3657
|
+
};
|
|
3658
|
+
ensTlds?: readonly string[] | undefined;
|
|
3659
|
+
id: 56;
|
|
3660
|
+
name: "BNB Smart Chain";
|
|
3661
|
+
nativeCurrency: {
|
|
3662
|
+
readonly decimals: 18;
|
|
3663
|
+
readonly name: "BNB";
|
|
3664
|
+
readonly symbol: "BNB";
|
|
3665
|
+
};
|
|
3666
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3667
|
+
rpcUrls: {
|
|
3668
|
+
readonly default: {
|
|
3669
|
+
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
3670
|
+
};
|
|
3671
|
+
};
|
|
3672
|
+
sourceId?: number | undefined | undefined;
|
|
3673
|
+
testnet?: boolean | undefined | undefined;
|
|
3674
|
+
custom?: Record<string, unknown> | undefined;
|
|
3675
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3676
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3677
|
+
formatters?: undefined;
|
|
3678
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3679
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3680
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3681
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3682
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3683
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3684
|
+
}] | undefined;
|
|
3685
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3686
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3687
|
+
} | {
|
|
3688
|
+
blockExplorers: {
|
|
3689
|
+
readonly default: {
|
|
3690
|
+
readonly name: "HyperEVMScan";
|
|
3691
|
+
readonly url: "https://hyperevmscan.io";
|
|
3692
|
+
};
|
|
3693
|
+
};
|
|
3694
|
+
blockTime?: number | undefined | undefined;
|
|
3695
|
+
contracts?: {
|
|
3696
|
+
[x: string]: import("viem").ChainContract | {
|
|
3697
|
+
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
3698
|
+
} | undefined;
|
|
3699
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3700
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3701
|
+
multicall3?: import("viem").ChainContract | undefined;
|
|
3702
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3703
|
+
} | undefined;
|
|
3704
|
+
ensTlds?: readonly string[] | undefined;
|
|
3705
|
+
id: 999;
|
|
3706
|
+
name: "HyperEVM";
|
|
3707
|
+
nativeCurrency: {
|
|
3708
|
+
readonly name: "HYPE";
|
|
3709
|
+
readonly symbol: "HYPE";
|
|
3710
|
+
readonly decimals: 18;
|
|
3711
|
+
};
|
|
3712
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3713
|
+
rpcUrls: {
|
|
3405
3714
|
readonly default: {
|
|
3406
3715
|
readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
|
|
3407
3716
|
};
|
|
@@ -3432,35 +3741,342 @@ declare const chains: ({
|
|
|
3432
3741
|
readonly url: "https://monadscan.com";
|
|
3433
3742
|
readonly apiUrl: "https://api.monadscan.com/api";
|
|
3434
3743
|
};
|
|
3435
|
-
};
|
|
3436
|
-
blockTime: 400;
|
|
3437
|
-
contracts: {
|
|
3438
|
-
readonly multicall3: {
|
|
3439
|
-
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3440
|
-
readonly blockCreated: 9248132;
|
|
3744
|
+
};
|
|
3745
|
+
blockTime: 400;
|
|
3746
|
+
contracts: {
|
|
3747
|
+
readonly multicall3: {
|
|
3748
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3749
|
+
readonly blockCreated: 9248132;
|
|
3750
|
+
};
|
|
3751
|
+
};
|
|
3752
|
+
ensTlds?: readonly string[] | undefined;
|
|
3753
|
+
id: 143;
|
|
3754
|
+
name: "Monad";
|
|
3755
|
+
nativeCurrency: {
|
|
3756
|
+
readonly name: "Monad";
|
|
3757
|
+
readonly symbol: "MON";
|
|
3758
|
+
readonly decimals: 18;
|
|
3759
|
+
};
|
|
3760
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3761
|
+
rpcUrls: {
|
|
3762
|
+
readonly default: {
|
|
3763
|
+
readonly http: readonly ["https://rpc.monad.xyz", "https://rpc1.monad.xyz"];
|
|
3764
|
+
readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
|
|
3765
|
+
};
|
|
3766
|
+
};
|
|
3767
|
+
sourceId?: number | undefined | undefined;
|
|
3768
|
+
testnet: false;
|
|
3769
|
+
custom?: Record<string, unknown> | undefined;
|
|
3770
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3771
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3772
|
+
formatters?: undefined;
|
|
3773
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3774
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3775
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3776
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3777
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3778
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3779
|
+
}] | undefined;
|
|
3780
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
3781
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3782
|
+
} | {
|
|
3783
|
+
blockExplorers: {
|
|
3784
|
+
readonly default: {
|
|
3785
|
+
readonly name: "Uniscan";
|
|
3786
|
+
readonly url: "https://uniscan.xyz";
|
|
3787
|
+
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
3788
|
+
};
|
|
3789
|
+
};
|
|
3790
|
+
blockTime: 1000;
|
|
3791
|
+
contracts: {
|
|
3792
|
+
readonly multicall3: {
|
|
3793
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3794
|
+
readonly blockCreated: 0;
|
|
3795
|
+
};
|
|
3796
|
+
readonly disputeGameFactory: {
|
|
3797
|
+
readonly 1: {
|
|
3798
|
+
readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
|
|
3799
|
+
};
|
|
3800
|
+
};
|
|
3801
|
+
readonly portal: {
|
|
3802
|
+
readonly 1: {
|
|
3803
|
+
readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
|
|
3804
|
+
};
|
|
3805
|
+
};
|
|
3806
|
+
readonly l1StandardBridge: {
|
|
3807
|
+
readonly 1: {
|
|
3808
|
+
readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
|
|
3809
|
+
};
|
|
3810
|
+
};
|
|
3811
|
+
readonly gasPriceOracle: {
|
|
3812
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
3813
|
+
};
|
|
3814
|
+
readonly l1Block: {
|
|
3815
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
3816
|
+
};
|
|
3817
|
+
readonly l2CrossDomainMessenger: {
|
|
3818
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
3819
|
+
};
|
|
3820
|
+
readonly l2Erc721Bridge: {
|
|
3821
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
3822
|
+
};
|
|
3823
|
+
readonly l2StandardBridge: {
|
|
3824
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
3825
|
+
};
|
|
3826
|
+
readonly l2ToL1MessagePasser: {
|
|
3827
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
3441
3828
|
};
|
|
3442
3829
|
};
|
|
3443
3830
|
ensTlds?: readonly string[] | undefined;
|
|
3444
|
-
id:
|
|
3445
|
-
name: "
|
|
3831
|
+
id: 130;
|
|
3832
|
+
name: "Unichain";
|
|
3446
3833
|
nativeCurrency: {
|
|
3447
|
-
readonly name: "
|
|
3448
|
-
readonly symbol: "
|
|
3834
|
+
readonly name: "Ether";
|
|
3835
|
+
readonly symbol: "ETH";
|
|
3449
3836
|
readonly decimals: 18;
|
|
3450
3837
|
};
|
|
3451
3838
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3452
3839
|
rpcUrls: {
|
|
3453
3840
|
readonly default: {
|
|
3454
|
-
readonly http: readonly ["https://
|
|
3455
|
-
readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
|
|
3841
|
+
readonly http: readonly ["https://mainnet.unichain.org/"];
|
|
3456
3842
|
};
|
|
3457
3843
|
};
|
|
3458
|
-
sourceId
|
|
3459
|
-
testnet
|
|
3844
|
+
sourceId: 1;
|
|
3845
|
+
testnet?: boolean | undefined | undefined;
|
|
3460
3846
|
custom?: Record<string, unknown> | undefined;
|
|
3461
3847
|
extendSchema?: Record<string, unknown> | undefined;
|
|
3462
3848
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3463
|
-
formatters
|
|
3849
|
+
formatters: {
|
|
3850
|
+
readonly block: {
|
|
3851
|
+
exclude: [] | undefined;
|
|
3852
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
3853
|
+
baseFeePerGas: bigint | null;
|
|
3854
|
+
blobGasUsed: bigint;
|
|
3855
|
+
difficulty: bigint;
|
|
3856
|
+
excessBlobGas: bigint;
|
|
3857
|
+
extraData: import("viem").Hex;
|
|
3858
|
+
gasLimit: bigint;
|
|
3859
|
+
gasUsed: bigint;
|
|
3860
|
+
hash: `0x${string}` | null;
|
|
3861
|
+
logsBloom: `0x${string}` | null;
|
|
3862
|
+
miner: import("abitype").Address;
|
|
3863
|
+
mixHash: import("viem").Hash;
|
|
3864
|
+
nonce: `0x${string}` | null;
|
|
3865
|
+
number: bigint | null;
|
|
3866
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
3867
|
+
parentHash: import("viem").Hash;
|
|
3868
|
+
receiptsRoot: import("viem").Hex;
|
|
3869
|
+
sealFields: import("viem").Hex[];
|
|
3870
|
+
sha3Uncles: import("viem").Hash;
|
|
3871
|
+
size: bigint;
|
|
3872
|
+
stateRoot: import("viem").Hash;
|
|
3873
|
+
timestamp: bigint;
|
|
3874
|
+
totalDifficulty: bigint | null;
|
|
3875
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
3876
|
+
transactionsRoot: import("viem").Hash;
|
|
3877
|
+
uncles: import("viem").Hash[];
|
|
3878
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
3879
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
3880
|
+
} & {};
|
|
3881
|
+
type: "block";
|
|
3882
|
+
};
|
|
3883
|
+
readonly transaction: {
|
|
3884
|
+
exclude: [] | undefined;
|
|
3885
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
3886
|
+
blockHash: `0x${string}` | null;
|
|
3887
|
+
blockNumber: bigint | null;
|
|
3888
|
+
from: import("abitype").Address;
|
|
3889
|
+
gas: bigint;
|
|
3890
|
+
hash: import("viem").Hash;
|
|
3891
|
+
input: import("viem").Hex;
|
|
3892
|
+
nonce: number;
|
|
3893
|
+
r: import("viem").Hex;
|
|
3894
|
+
s: import("viem").Hex;
|
|
3895
|
+
to: import("abitype").Address | null;
|
|
3896
|
+
transactionIndex: number | null;
|
|
3897
|
+
typeHex: import("viem").Hex | null;
|
|
3898
|
+
v: bigint;
|
|
3899
|
+
value: bigint;
|
|
3900
|
+
yParity: number;
|
|
3901
|
+
gasPrice?: undefined | undefined;
|
|
3902
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3903
|
+
maxFeePerGas: bigint;
|
|
3904
|
+
maxPriorityFeePerGas: bigint;
|
|
3905
|
+
isSystemTx?: boolean;
|
|
3906
|
+
mint?: bigint | undefined | undefined;
|
|
3907
|
+
sourceHash: import("viem").Hex;
|
|
3908
|
+
type: "deposit";
|
|
3909
|
+
} | {
|
|
3910
|
+
r: import("viem").Hex;
|
|
3911
|
+
s: import("viem").Hex;
|
|
3912
|
+
v: bigint;
|
|
3913
|
+
to: import("abitype").Address | null;
|
|
3914
|
+
from: import("abitype").Address;
|
|
3915
|
+
gas: bigint;
|
|
3916
|
+
nonce: number;
|
|
3917
|
+
value: bigint;
|
|
3918
|
+
blockHash: `0x${string}` | null;
|
|
3919
|
+
blockNumber: bigint | null;
|
|
3920
|
+
hash: import("viem").Hash;
|
|
3921
|
+
input: import("viem").Hex;
|
|
3922
|
+
transactionIndex: number | null;
|
|
3923
|
+
typeHex: import("viem").Hex | null;
|
|
3924
|
+
accessList?: undefined | undefined;
|
|
3925
|
+
authorizationList?: undefined | undefined;
|
|
3926
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3927
|
+
chainId?: number | undefined;
|
|
3928
|
+
yParity?: undefined | undefined;
|
|
3929
|
+
type: "legacy";
|
|
3930
|
+
gasPrice: bigint;
|
|
3931
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3932
|
+
maxFeePerGas?: undefined | undefined;
|
|
3933
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3934
|
+
isSystemTx?: undefined | undefined;
|
|
3935
|
+
mint?: undefined | undefined;
|
|
3936
|
+
sourceHash?: undefined | undefined;
|
|
3937
|
+
} | {
|
|
3938
|
+
blockHash: `0x${string}` | null;
|
|
3939
|
+
blockNumber: bigint | null;
|
|
3940
|
+
from: import("abitype").Address;
|
|
3941
|
+
gas: bigint;
|
|
3942
|
+
hash: import("viem").Hash;
|
|
3943
|
+
input: import("viem").Hex;
|
|
3944
|
+
nonce: number;
|
|
3945
|
+
r: import("viem").Hex;
|
|
3946
|
+
s: import("viem").Hex;
|
|
3947
|
+
to: import("abitype").Address | null;
|
|
3948
|
+
transactionIndex: number | null;
|
|
3949
|
+
typeHex: import("viem").Hex | null;
|
|
3950
|
+
v: bigint;
|
|
3951
|
+
value: bigint;
|
|
3952
|
+
yParity: number;
|
|
3953
|
+
accessList: import("viem").AccessList;
|
|
3954
|
+
authorizationList?: undefined | undefined;
|
|
3955
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3956
|
+
chainId: number;
|
|
3957
|
+
type: "eip2930";
|
|
3958
|
+
gasPrice: bigint;
|
|
3959
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3960
|
+
maxFeePerGas?: undefined | undefined;
|
|
3961
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3962
|
+
isSystemTx?: undefined | undefined;
|
|
3963
|
+
mint?: undefined | undefined;
|
|
3964
|
+
sourceHash?: undefined | undefined;
|
|
3965
|
+
} | {
|
|
3966
|
+
blockHash: `0x${string}` | null;
|
|
3967
|
+
blockNumber: bigint | null;
|
|
3968
|
+
from: import("abitype").Address;
|
|
3969
|
+
gas: bigint;
|
|
3970
|
+
hash: import("viem").Hash;
|
|
3971
|
+
input: import("viem").Hex;
|
|
3972
|
+
nonce: number;
|
|
3973
|
+
r: import("viem").Hex;
|
|
3974
|
+
s: import("viem").Hex;
|
|
3975
|
+
to: import("abitype").Address | null;
|
|
3976
|
+
transactionIndex: number | null;
|
|
3977
|
+
typeHex: import("viem").Hex | null;
|
|
3978
|
+
v: bigint;
|
|
3979
|
+
value: bigint;
|
|
3980
|
+
yParity: number;
|
|
3981
|
+
accessList: import("viem").AccessList;
|
|
3982
|
+
authorizationList?: undefined | undefined;
|
|
3983
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3984
|
+
chainId: number;
|
|
3985
|
+
type: "eip1559";
|
|
3986
|
+
gasPrice?: undefined | undefined;
|
|
3987
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3988
|
+
maxFeePerGas: bigint;
|
|
3989
|
+
maxPriorityFeePerGas: bigint;
|
|
3990
|
+
isSystemTx?: undefined | undefined;
|
|
3991
|
+
mint?: undefined | undefined;
|
|
3992
|
+
sourceHash?: undefined | undefined;
|
|
3993
|
+
} | {
|
|
3994
|
+
blockHash: `0x${string}` | null;
|
|
3995
|
+
blockNumber: bigint | null;
|
|
3996
|
+
from: import("abitype").Address;
|
|
3997
|
+
gas: bigint;
|
|
3998
|
+
hash: import("viem").Hash;
|
|
3999
|
+
input: import("viem").Hex;
|
|
4000
|
+
nonce: number;
|
|
4001
|
+
r: import("viem").Hex;
|
|
4002
|
+
s: import("viem").Hex;
|
|
4003
|
+
to: import("abitype").Address | null;
|
|
4004
|
+
transactionIndex: number | null;
|
|
4005
|
+
typeHex: import("viem").Hex | null;
|
|
4006
|
+
v: bigint;
|
|
4007
|
+
value: bigint;
|
|
4008
|
+
yParity: number;
|
|
4009
|
+
accessList: import("viem").AccessList;
|
|
4010
|
+
authorizationList?: undefined | undefined;
|
|
4011
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
4012
|
+
chainId: number;
|
|
4013
|
+
type: "eip4844";
|
|
4014
|
+
gasPrice?: undefined | undefined;
|
|
4015
|
+
maxFeePerBlobGas: bigint;
|
|
4016
|
+
maxFeePerGas: bigint;
|
|
4017
|
+
maxPriorityFeePerGas: bigint;
|
|
4018
|
+
isSystemTx?: undefined | undefined;
|
|
4019
|
+
mint?: undefined | undefined;
|
|
4020
|
+
sourceHash?: undefined | undefined;
|
|
4021
|
+
} | {
|
|
4022
|
+
blockHash: `0x${string}` | null;
|
|
4023
|
+
blockNumber: bigint | null;
|
|
4024
|
+
from: import("abitype").Address;
|
|
4025
|
+
gas: bigint;
|
|
4026
|
+
hash: import("viem").Hash;
|
|
4027
|
+
input: import("viem").Hex;
|
|
4028
|
+
nonce: number;
|
|
4029
|
+
r: import("viem").Hex;
|
|
4030
|
+
s: import("viem").Hex;
|
|
4031
|
+
to: import("abitype").Address | null;
|
|
4032
|
+
transactionIndex: number | null;
|
|
4033
|
+
typeHex: import("viem").Hex | null;
|
|
4034
|
+
v: bigint;
|
|
4035
|
+
value: bigint;
|
|
4036
|
+
yParity: number;
|
|
4037
|
+
accessList: import("viem").AccessList;
|
|
4038
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4039
|
+
blobVersionedHashes?: undefined | undefined;
|
|
4040
|
+
chainId: number;
|
|
4041
|
+
type: "eip7702";
|
|
4042
|
+
gasPrice?: undefined | undefined;
|
|
4043
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
4044
|
+
maxFeePerGas: bigint;
|
|
4045
|
+
maxPriorityFeePerGas: bigint;
|
|
4046
|
+
isSystemTx?: undefined | undefined;
|
|
4047
|
+
mint?: undefined | undefined;
|
|
4048
|
+
sourceHash?: undefined | undefined;
|
|
4049
|
+
}) & {};
|
|
4050
|
+
type: "transaction";
|
|
4051
|
+
};
|
|
4052
|
+
readonly transactionReceipt: {
|
|
4053
|
+
exclude: [] | undefined;
|
|
4054
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
4055
|
+
blobGasPrice?: bigint | undefined;
|
|
4056
|
+
blobGasUsed?: bigint | undefined;
|
|
4057
|
+
blockHash: import("viem").Hash;
|
|
4058
|
+
blockNumber: bigint;
|
|
4059
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
4060
|
+
cumulativeGasUsed: bigint;
|
|
4061
|
+
effectiveGasPrice: bigint;
|
|
4062
|
+
from: import("abitype").Address;
|
|
4063
|
+
gasUsed: bigint;
|
|
4064
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
4065
|
+
logsBloom: import("viem").Hex;
|
|
4066
|
+
root?: `0x${string}` | undefined;
|
|
4067
|
+
status: "success" | "reverted";
|
|
4068
|
+
to: import("abitype").Address | null;
|
|
4069
|
+
transactionHash: import("viem").Hash;
|
|
4070
|
+
transactionIndex: number;
|
|
4071
|
+
type: import("viem").TransactionType;
|
|
4072
|
+
l1GasPrice: bigint | null;
|
|
4073
|
+
l1GasUsed: bigint | null;
|
|
4074
|
+
l1Fee: bigint | null;
|
|
4075
|
+
l1FeeScalar: number | null;
|
|
4076
|
+
} & {};
|
|
4077
|
+
type: "transactionReceipt";
|
|
4078
|
+
};
|
|
4079
|
+
};
|
|
3464
4080
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3465
4081
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3466
4082
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
@@ -3468,7 +4084,9 @@ declare const chains: ({
|
|
|
3468
4084
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3469
4085
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3470
4086
|
}] | undefined;
|
|
3471
|
-
serializers
|
|
4087
|
+
serializers: {
|
|
4088
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4089
|
+
};
|
|
3472
4090
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3473
4091
|
} | {
|
|
3474
4092
|
blockExplorers: {
|
|
@@ -4250,6 +4868,7 @@ declare enum MainnetNetwork {
|
|
|
4250
4868
|
BSC,
|
|
4251
4869
|
HYPEREVM,
|
|
4252
4870
|
MONAD,
|
|
4871
|
+
UNICHAIN,
|
|
4253
4872
|
SOLANA = 792703809,
|
|
4254
4873
|
TRON = 728126428
|
|
4255
4874
|
}
|
|
@@ -4264,6 +4883,7 @@ declare enum OPStackChains {
|
|
|
4264
4883
|
MAINNET_OPTIMISM,
|
|
4265
4884
|
MAINNET_BASE,
|
|
4266
4885
|
MAINNET_SONEIUM,
|
|
4886
|
+
MAINNET_UNICHAIN,
|
|
4267
4887
|
TESTNET_OPTIMISM,
|
|
4268
4888
|
TESTNET_BASE
|
|
4269
4889
|
}
|