mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
update Scroll chains (#2879)
This commit is contained in:
parent
ae5859bcd5
commit
07271771dd
22
_data/chains/eip155-534351.json
Normal file
22
_data/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",
|
"name": "Scroll",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
"status": "incubating",
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user