Skip to content

Commit 52b1d82

Browse files
github-actions[bot]aelmanaadev-dist
authored
chains metadata updated (#3792)
Co-authored-by: aelmanaa <4503543+aelmanaa@users.noreply.github.com> Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
1 parent 15cd3f5 commit 52b1d82

1 file changed

Lines changed: 31 additions & 13 deletions

File tree

src/scripts/reference/chains.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@
315315
"https://polygon-bor-rpc.publicnode.com",
316316
"wss://polygon-bor-rpc.publicnode.com",
317317
"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"
319321
],
320322
"faucets": [],
321323
"nativeCurrency": { "name": "POL", "symbol": "POL", "decimals": 18 },
@@ -1520,15 +1522,26 @@
15201522
},
15211523
{
15221524
"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"],
15261527
"faucets": [],
1527-
"explorers": [],
1528+
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
15281529
"infoURL": "https://megaeth.com",
15291530
"shortName": "megaeth",
15301531
"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"
15321545
},
15331546
{
15341547
"name": "World Chain Sepolia Testnet",
@@ -1646,15 +1659,20 @@
16461659
},
16471660
{
16481661
"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",
16551668
"chainId": 6343,
16561669
"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"
16581676
},
16591677
{
16601678
"name": "Kaia Mainnet",

0 commit comments

Comments
 (0)