mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update Scroll Alpha testnet (#2254)
* update Scroll Alpha testnet * add status: incubating
This commit is contained in:
parent
4ca64e2cb3
commit
37ae173350
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user