add Scroll Mainnet and Testnet

This commit is contained in:
Péter Garamvölgyi 2022-09-20 14:06:08 +02:00 committed by ligi
parent b2bc4c4635
commit 3399ec1980
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"name": "Scroll",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://scroll.io",
"shortName": "scroll",
"chainId": 534352,
"networkId": 534352,
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": []
},
}

View File

@ -0,0 +1,26 @@
{
"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-testnet",
"chainId": 534353,
"networkId": 534353,
"explorers": [
{
"name": "Scroll L2 Block Explorer",
"url": "https://l2scan.scroll.io",
"standard": "EIP3091"
}
]
}