update Scroll chains (#2879)

This commit is contained in:
Daniel Helm 2023-05-23 02:42:26 -05:00 committed by GitHub
parent ae5859bcd5
commit 07271771dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 1 deletions

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

View File

@ -1,6 +1,7 @@
{ {
"name": "Scroll", "name": "Scroll",
"chain": "ETH", "chain": "ETH",
"status": "incubating",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,7 @@
{ {
"name": "Scroll Alpha Testnet", "name": "Scroll Alpha Testnet",
"chain": "ETH", "chain": "ETH",
"status": "incubating", "status": "active",
"rpc": ["https://alpha-rpc.scroll.io/l2"], "rpc": ["https://alpha-rpc.scroll.io/l2"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,6 +1,7 @@
{ {
"name": "Scroll Pre-Alpha Testnet", "name": "Scroll Pre-Alpha Testnet",
"chain": "ETH", "chain": "ETH",
"status": "deprecated",
"rpc": ["https://prealpha-rpc.scroll.io/l2"], "rpc": ["https://prealpha-rpc.scroll.io/l2"],
"faucets": ["https://prealpha.scroll.io/faucet"], "faucets": ["https://prealpha.scroll.io/faucet"],
"nativeCurrency": { "nativeCurrency": {