Update Scroll Alpha testnet (#2254)

* update Scroll Alpha testnet

* add status: incubating
This commit is contained in:
Péter Garamvölgyi 2023-02-09 15:14:57 +01:00 committed by GitHub
parent 4ca64e2cb3
commit 37ae173350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
{ {
"name": "Scroll Goerli Testnet", "name": "Scroll Alpha Testnet",
"chain": "ETH", "chain": "ETH",
"rpc": [], "status": "incubating",
"rpc": ["https://alpha-rpc.scroll.io/l2"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
@ -9,10 +10,16 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://scroll.io", "infoURL": "https://scroll.io",
"shortName": "scr-goerli", "shortName": "scr-alpha",
"chainId": 534353, "chainId": 534353,
"networkId": 534353, "networkId": 534353,
"explorers": [], "explorers": [
{
"name": "Scroll Alpha Testnet Block Explorer",
"url": "https://blockscout.scroll.io",
"standard": "EIP3091"
}
],
"parent": { "parent": {
"type": "L2", "type": "L2",
"chain": "eip155-5", "chain": "eip155-5",