|
315 | 315 | "https://polygon-bor-rpc.publicnode.com", |
316 | 316 | "wss://polygon-bor-rpc.publicnode.com", |
317 | 317 | "https://polygon.gateway.tenderly.co", |
318 | | - "wss://polygon.gateway.tenderly.co" |
| 318 | + "wss://polygon.gateway.tenderly.co", |
| 319 | + "https://rpc.satelink.network/rpc/polygon", |
| 320 | + "https://rpcfree.com/polygon-rpc" |
319 | 321 | ], |
320 | 322 | "faucets": [], |
321 | 323 | "nativeCurrency": { "name": "POL", "symbol": "POL", "decimals": 18 }, |
|
1520 | 1522 | }, |
1521 | 1523 | { |
1522 | 1524 | "name": "MegaETH Mainnet", |
1523 | | - "chain": "ETH", |
1524 | | - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, |
1525 | | - "rpc": [], |
| 1525 | + "chain": "MegaETH", |
| 1526 | + "rpc": ["https://mainnet.megaeth.com/rpc", "wss://mainnet.megaeth.com/ws"], |
1526 | 1527 | "faucets": [], |
1527 | | - "explorers": [], |
| 1528 | + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, |
1528 | 1529 | "infoURL": "https://megaeth.com", |
1529 | 1530 | "shortName": "megaeth", |
1530 | 1531 | "chainId": 4326, |
1531 | | - "networkId": 4326 |
| 1532 | + "networkId": 4326, |
| 1533 | + "icon": "megaeth", |
| 1534 | + "explorers": [ |
| 1535 | + { "name": "MegaETH Etherscan", "url": "https://mega.etherscan.io", "standard": "EIP3091" }, |
| 1536 | + { |
| 1537 | + "name": "MegaETH Blockscout", |
| 1538 | + "url": "https://megaeth.blockscout.com", |
| 1539 | + "icon": "blockscout", |
| 1540 | + "standard": "EIP3091" |
| 1541 | + } |
| 1542 | + ], |
| 1543 | + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://rabbithole.megaeth.com" }] }, |
| 1544 | + "status": "active" |
1532 | 1545 | }, |
1533 | 1546 | { |
1534 | 1547 | "name": "World Chain Sepolia Testnet", |
|
1646 | 1659 | }, |
1647 | 1660 | { |
1648 | 1661 | "name": "MegaETH Testnet", |
1649 | | - "chain": "ETH", |
1650 | | - "nativeCurrency": { "name": "MegaETH Testnet Ether", "symbol": "ETH", "decimals": 18 }, |
1651 | | - "rpc": ["https://carrot.megaeth.com/rpc", "wss://carrot.megaeth.com/ws"], |
1652 | | - "faucets": [], |
1653 | | - "infoURL": "https://testnet.megaeth.com", |
1654 | | - "shortName": "megatest", |
| 1662 | + "chain": "MegaETH", |
| 1663 | + "rpc": ["https://carrot.megaeth.com/rpc"], |
| 1664 | + "faucets": ["https://testnet.megaeth.com"], |
| 1665 | + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, |
| 1666 | + "infoURL": "https://megaeth.com", |
| 1667 | + "shortName": "megaeth-testnet", |
1655 | 1668 | "chainId": 6343, |
1656 | 1669 | "networkId": 6343, |
1657 | | - "slip44": 1 |
| 1670 | + "icon": "megaeth", |
| 1671 | + "explorers": [ |
| 1672 | + { "name": "MegaETH Testnet Explorer", "url": "https://testnet-mega.etherscan.io", "standard": "EIP3091" } |
| 1673 | + ], |
| 1674 | + "parent": { "type": "L2", "chain": "eip155-11155111" }, |
| 1675 | + "status": "active" |
1658 | 1676 | }, |
1659 | 1677 | { |
1660 | 1678 | "name": "Kaia Mainnet", |
|
0 commit comments