mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Scroll Mainnet and Testnet
This commit is contained in:
parent
b2bc4c4635
commit
3399ec1980
21
_data/chains/eip155-534352.json
Normal file
21
_data/chains/eip155-534352.json
Normal 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": []
|
||||||
|
},
|
||||||
|
}
|
26
_data/chains/eip155-534353.json
Normal file
26
_data/chains/eip155-534353.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user