From 6e0580d58740cbf2fc224e369038b515761541c7 Mon Sep 17 00:00:00 2001 From: BoThe1K <121880388+BoThe1K@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:00:14 +0100 Subject: [PATCH] Add Stratos mainnet reservation (#2248) --- _data/chains/eip155-2048.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/eip155-2048.json diff --git a/_data/chains/eip155-2048.json b/_data/chains/eip155-2048.json new file mode 100644 index 00000000..a4c33239 --- /dev/null +++ b/_data/chains/eip155-2048.json @@ -0,0 +1,16 @@ +{ + "name": "Stratos Mainnet", + "chain": "STOS", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "STOS", + "symbol": "STOS", + "decimals": 18 + }, + "infoURL": "https://www.thestratos.org", + "shortName": "stos-mainnet", + "chainId": 2048, + "networkId": 2048, + "status": "incubating" +}