Deploying to gh-pages from @ ethereum-lists/chains@4227e6fa2d 🚀

This commit is contained in:
ligi 2022-11-04 02:43:02 +00:00
parent 542239474d
commit 5a73d7aa4f
8 changed files with 167 additions and 2 deletions

File diff suppressed because one or more lines are too long

21
chains/eip155-534352.json Normal file
View File

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

21
chains/eip155-534353.json Normal file
View File

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

22
chains/eip155-534354.json Normal file
View File

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

File diff suppressed because one or more lines are too long

View File

@ -6446,6 +6446,45 @@
"rpc": ["https://rpc.etherfair.org"], "rpc": ["https://rpc.etherfair.org"],
"faucets": [], "faucets": [],
"infoURL": "https://etherfair.org" "infoURL": "https://etherfair.org"
}, {
"name": "Scroll",
"chainId": 534352,
"shortName": "scr",
"networkId": 534352,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://scroll.io"
}, {
"name": "Scroll Görli Testnet",
"chainId": 534353,
"shortName": "scr-goerli",
"networkId": 534353,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://scroll.io"
}, {
"name": "Scroll Pre-Alpha Testnet",
"chainId": 534354,
"shortName": "scr-prealpha",
"networkId": 534354,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://prealpha.scroll.io/l2"],
"faucets": ["https://prealpha.scroll.io"],
"infoURL": "https://scroll.io"
}, { }, {
"name": "Vision - Vpioneer Test Chain", "name": "Vision - Vpioneer Test Chain",
"chainId": 666666, "chainId": 666666,

View File

@ -9364,6 +9364,65 @@
"faucets": [], "faucets": [],
"explorers": [], "explorers": [],
"infoURL": "https://etherfair.org" "infoURL": "https://etherfair.org"
}, {
"name": "Scroll",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://scroll.io",
"shortName": "scr",
"chainId": 534352,
"networkId": 534352,
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": []
}
}, {
"name": "Scroll Görli Testnet",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://scroll.io",
"shortName": "scr-goerli",
"chainId": 534353,
"networkId": 534353,
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": []
}
}, {
"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": "scr-prealpha",
"chainId": 534354,
"networkId": 534354,
"explorers": [{
"name": "Scroll L2 Block Explorer",
"url": "https://l2scan.scroll.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Vision - Vpioneer Test Chain", "name": "Vision - Vpioneer Test Chain",
"chain": "Vision-Vpioneer", "chain": "Vision-Vpioneer",

View File

@ -495,6 +495,9 @@
"oc": "eip155:474142", "oc": "eip155:474142",
"cmp": "eip155:512512", "cmp": "eip155:512512",
"etf": "eip155:513100", "etf": "eip155:513100",
"scr": "eip155:534352",
"scr-goerli": "eip155:534353",
"scr-prealpha": "eip155:534354",
"vpioneer": "eip155:666666", "vpioneer": "eip155:666666",
"bloqs4good": "eip155:846000", "bloqs4good": "eip155:846000",
"vision": "eip155:888888", "vision": "eip155:888888",