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",
|
"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": []
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
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