From 07271771ddd781cc34de42c25aa66417ad02fbdb Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Tue, 23 May 2023 02:42:26 -0500 Subject: [PATCH] update Scroll chains (#2879) --- _data/chains/eip155-534351.json | 22 ++++++++++++++++++++++ _data/chains/eip155-534352.json | 1 + _data/chains/eip155-534353.json | 2 +- _data/chains/eip155-534354.json | 1 + 4 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 _data/chains/eip155-534351.json diff --git a/_data/chains/eip155-534351.json b/_data/chains/eip155-534351.json new file mode 100644 index 00000000..9a7380e8 --- /dev/null +++ b/_data/chains/eip155-534351.json @@ -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": [] + } +} diff --git a/_data/chains/eip155-534352.json b/_data/chains/eip155-534352.json index fc5c0ff5..e7cfa6a5 100644 --- a/_data/chains/eip155-534352.json +++ b/_data/chains/eip155-534352.json @@ -1,6 +1,7 @@ { "name": "Scroll", "chain": "ETH", + "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-534353.json b/_data/chains/eip155-534353.json index 776fd327..e5c4e6db 100644 --- a/_data/chains/eip155-534353.json +++ b/_data/chains/eip155-534353.json @@ -1,7 +1,7 @@ { "name": "Scroll Alpha Testnet", "chain": "ETH", - "status": "incubating", + "status": "active", "rpc": ["https://alpha-rpc.scroll.io/l2"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-534354.json b/_data/chains/eip155-534354.json index 5085e030..e477b853 100644 --- a/_data/chains/eip155-534354.json +++ b/_data/chains/eip155-534354.json @@ -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": {