add goerli testnet

This commit is contained in:
Péter Garamvölgyi 2022-09-22 08:56:33 +02:00 committed by ligi
parent 394d8f1e10
commit 50c71e1c49
2 changed files with 33 additions and 12 deletions

View File

@ -1,22 +1,21 @@
{ {
"name": "Scroll Pre-Alpha Testnet", "name": "Scroll Görli Testnet",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://prealpha.scroll.io/l2"], "rpc": [],
"faucets": ["https://prealpha.scroll.io"], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://scroll.io", "infoURL": "https://scroll.io",
"shortName": "scroll-testnet", "shortName": "scroll-goerli",
"chainId": 534353, "chainId": 534353,
"networkId": 534353, "networkId": 534353,
"explorers": [ "explorers": [],
{ "parent": {
"name": "Scroll L2 Block Explorer", "type": "L2",
"url": "https://l2scan.scroll.io", "chain": "eip155-5",
"standard": "EIP3091" "bridges": []
} }
] }
}

View File

@ -0,0 +1,22 @@
{
"name": "Scroll Pre-Alpha Testnet",
"chain": "ETH",
"rpc": ["https://prealpha.scroll.io/l2"],
"faucets": ["https://prealpha.scroll.io"],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://scroll.io",
"shortName": "scroll-prealpha",
"chainId": 534354,
"networkId": 534354,
"explorers": [
{
"name": "Scroll L2 Block Explorer",
"url": "https://l2scan.scroll.io",
"standard": "EIP3091"
}
]
}