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",
"rpc": ["https://prealpha.scroll.io/l2"],
"faucets": ["https://prealpha.scroll.io"],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://scroll.io",
"shortName": "scroll-testnet",
"shortName": "scroll-goerli",
"chainId": 534353,
"networkId": 534353,
"explorers": [
{
"name": "Scroll L2 Block Explorer",
"url": "https://l2scan.scroll.io",
"standard": "EIP3091"
}
]
}
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-5",
"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"
}
]
}