Skip to content

Commit 3d0e2ca

Browse files
Add Plasma Mainnet (9745) and update Testnet configuration (#7587)
* 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. --------- Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 5dc7994 commit 3d0e2ca

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

_data/chains/eip155-9745.json

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

_data/chains/eip155-9746.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
"decimals": 18
1010
},
1111
"infoURL": "https://plasma.to",
12-
"shortName": "plasma",
12+
"shortName": "plasma-testnet",
1313
"chainId": 9746,
1414
"networkId": 9746,
1515
"icon": "plasma",
1616
"explorers": [
1717
{
18-
"name": "RouteScan",
19-
"url": "https://testnet.plasmaexplorer.io",
20-
"icon": "plasma",
18+
"name": "Routescan",
19+
"url": "https://testnet.plasmascan.to",
2120
"standard": "EIP3091"
2221
}
2322
]

_data/icons/plasma.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://QmV34vcJ1sDpUyDJkskLv77H99Nxn8qRf6TvscJcywYwG6",
4-
"width": 1024,
5-
"height": 1024,
3+
"url": "ipfs://bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy",
4+
"width": 500,
5+
"height": 500,
66
"format": "svg"
77
}
88
]

0 commit comments

Comments
 (0)