mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@07271771dd 🚀
This commit is contained in:
parent
e068fbf025
commit
ff7b192b31
File diff suppressed because one or more lines are too long
22
chains/eip155-534351.json
Normal file
22
chains/eip155-534351.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Scroll Sepolia Testnet",
|
||||
"chain": "ETH",
|
||||
"status": "incubating",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://scroll.io",
|
||||
"shortName": "scr-sepolia",
|
||||
"chainId": 534351,
|
||||
"networkId": 534351,
|
||||
"explorers": [],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-11155111",
|
||||
"bridges": []
|
||||
}
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Scroll",
|
||||
"chain": "ETH",
|
||||
"status": "incubating",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Scroll Alpha Testnet",
|
||||
"chain": "ETH",
|
||||
"status": "incubating",
|
||||
"status": "active",
|
||||
"rpc": ["https://alpha-rpc.scroll.io/l2"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Scroll Pre-Alpha Testnet",
|
||||
"chain": "ETH",
|
||||
"status": "deprecated",
|
||||
"rpc": ["https://prealpha-rpc.scroll.io/l2"],
|
||||
"faucets": ["https://prealpha.scroll.io/faucet"],
|
||||
"nativeCurrency": {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10515,6 +10515,19 @@
|
|||
"rpc": ["https://rpc.etherfair.org"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://etherfair.org"
|
||||
}, {
|
||||
"name": "Scroll Sepolia Testnet",
|
||||
"chainId": 534351,
|
||||
"shortName": "scr-sepolia",
|
||||
"networkId": 534351,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://scroll.io"
|
||||
}, {
|
||||
"name": "Scroll",
|
||||
"chainId": 534352,
|
||||
|
|
|
@ -15976,9 +15976,31 @@
|
|||
"standard": "EIP3091"
|
||||
}],
|
||||
"infoURL": "https://etherfair.org"
|
||||
}, {
|
||||
"name": "Scroll Sepolia Testnet",
|
||||
"chain": "ETH",
|
||||
"status": "incubating",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://scroll.io",
|
||||
"shortName": "scr-sepolia",
|
||||
"chainId": 534351,
|
||||
"networkId": 534351,
|
||||
"explorers": [],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-11155111",
|
||||
"bridges": []
|
||||
}
|
||||
}, {
|
||||
"name": "Scroll",
|
||||
"chain": "ETH",
|
||||
"status": "incubating",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -15999,7 +16021,7 @@
|
|||
}, {
|
||||
"name": "Scroll Alpha Testnet",
|
||||
"chain": "ETH",
|
||||
"status": "incubating",
|
||||
"status": "active",
|
||||
"rpc": ["https://alpha-rpc.scroll.io/l2"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -16028,6 +16050,7 @@
|
|||
}, {
|
||||
"name": "Scroll Pre-Alpha Testnet",
|
||||
"chain": "ETH",
|
||||
"status": "deprecated",
|
||||
"rpc": ["https://prealpha-rpc.scroll.io/l2"],
|
||||
"faucets": ["https://prealpha.scroll.io/faucet"],
|
||||
"nativeCurrency": {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -808,6 +808,7 @@
|
|||
"oc": "eip155:474142",
|
||||
"cmp": "eip155:512512",
|
||||
"ethf": "eip155:513100",
|
||||
"scr-sepolia": "eip155:534351",
|
||||
"scr": "eip155:534352",
|
||||
"scr-alpha": "eip155:534353",
|
||||
"scr-prealpha": "eip155:534354",
|
||||
|
|
Loading…
Reference in New Issue
Block a user