Skip to content

Commit d44371f

Browse files
Update Plasma mainnet & devnet (#7668)
* Add Plasma Mainnet (9745) and update Testnet configuration - Add Plasma Mainnet with chain ID 9745 - Update Plasma Testnet (9746) explorer URL and shortName - Add Plasma icon (SVG) for both networks - Empty RPC/explorer for mainnet pending live deployment * Fix validation: use empty explorers array for mainnet The validator requires explorer entries to have valid URLs. Since the mainnet explorer isn't live yet, using an empty array instead. * Update Plasma chains: fix mainnet shortname, add devnet * Remove explorer from Plasma Devnet * Fix trailing newline for Plasma mainnet --------- Co-authored-by: Frederik Bolding <[email protected]> Co-authored-by: Hans Behrens <{"message":"Not Found","documentation_url":"https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user","status":"404"}>
1 parent e18493f commit d44371f

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

_data/chains/eip155-9745.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
{
22
"name": "Plasma Mainnet",
33
"chain": "Plasma",
4-
"rpc": [],
4+
"rpc": ["https://rpc.plasma.to"],
55
"faucets": [],
66
"nativeCurrency": {
77
"name": "Plasma",
88
"symbol": "XPL",
99
"decimals": 18
1010
},
1111
"infoURL": "https://plasma.to",
12-
"shortName": "plasma-mainnet",
12+
"shortName": "plasma",
1313
"chainId": 9745,
1414
"networkId": 9745,
1515
"icon": "plasma",
16-
"explorers": []
16+
"explorers": [
17+
{
18+
"name": "Routescan",
19+
"url": "https://plasmascan.to",
20+
"standard": "EIP3091"
21+
}
22+
]
1723
}

_data/chains/eip155-9747.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Plasma Devnet",
3+
"chain": "Plasma",
4+
"rpc": ["https://devnet-rpc.plasma.to"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Devnet Plasma",
8+
"symbol": "XPL",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://plasma.to",
12+
"shortName": "plasma-devnet",
13+
"chainId": 9747,
14+
"networkId": 9747,
15+
"icon": "plasma",
16+
"explorers": []
17+
}

0 commit comments

Comments
 (0)