Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 34 additions & 21 deletions src/scripts/reference/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1550,10 +1550,43 @@
"chainId": 4326,
"networkId": 4326,
"icon": "megaeth",
"explorers": [{ "name": "MegaETH Etherscan", "url": "https://mega.etherscan.io", "standard": "EIP3091" }],
"explorers": [
{ "name": "MegaETH Etherscan", "url": "https://mega.etherscan.io", "standard": "EIP3091" },
{
"name": "MegaETH Blockscout",
"url": "https://megaeth.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://rabbithole.megaeth.com" }] },
"status": "active"
},
{
"name": "Robinhood Chain",
"chain": "ETH",
"rpc": ["https://rpc.mainnet.chain.robinhood.com"],
"faucets": [],
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
"infoURL": "https://docs.robinhood.com/chain",
"shortName": "robinhoodchain",
"chainId": 4663,
"networkId": 4663,
"explorers": [
{
"name": "blockscout",
"url": "https://robinhoodchain.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"status": "active",
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://portal.arbitrum.io/bridge?destinationChain=robinhood-chain&sourceChain=ethereum" }]
}
},
{
"name": "World Chain Sepolia Testnet",
"chain": "ETH",
Expand Down Expand Up @@ -2229,26 +2262,6 @@
],
"parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://portal.arbitrum.io/bridge" }] }
},
{
"name": "Robinhood Chain",
"title": "Robinhood Chain",
"chain": "ETH",
"rpc": ["https://rpc.mainnet.chain.robinhood.com"],
"faucets": [],
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
"infoURL": "https://docs.robinhood.com/chain/",
"shortName": "rh-mainnet",
"chainId": 4663,
"networkId": 4663,
"explorers": [
{
"name": "blockscout",
"url": "https://robinhoodchain.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
},
{
"name": "Neo X Mainnet",
"chain": "Neo X",
Expand Down
Loading