mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add goerli testnet
This commit is contained in:
parent
394d8f1e10
commit
50c71e1c49
|
@ -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": []
|
||||
}
|
||||
}
|
22
_data/chains/eip155-534354.json
Normal file
22
_data/chains/eip155-534354.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user