mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"name": "Scroll Pre-Alpha Testnet",
|
|
"chain": "ETH",
|
|
"rpc": ["https://prealpha-rpc.scroll.io/l2"],
|
|
"faucets": ["https://prealpha.scroll.io/faucet"],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "TSETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://scroll.io",
|
|
"shortName": "scr-prealpha",
|
|
"chainId": 534354,
|
|
"networkId": 534354,
|
|
"explorers": [
|
|
{
|
|
"name": "Scroll L2 Block Explorer",
|
|
"url": "https://l2scan.scroll.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|