chains/_data/chains/eip155-2047.json
BoThe1K e06da062fa
Add Stratos testnet (#2247)
Co-authored-by: ligi <ligi@ligi.de>
2023-02-08 20:40:22 +01:00

28 lines
640 B
JSON

{
"name": "Stratos Testnet",
"chain": "STOS",
"rpc": ["https://web3-testnet-rpc.thestratos.org"],
"faucets": [],
"nativeCurrency": {
"name": "STOS",
"symbol": "STOS",
"decimals": 18
},
"infoURL": "https://www.thestratos.org",
"shortName": "stos-testnet",
"chainId": 2047,
"networkId": 2047,
"explorers": [
{
"name": "Stratos EVM Explorer (Blockscout)",
"url": "https://web3-testnet-explorer.thestratos.org",
"standard": "none"
},
{
"name": "Stratos Cosmos Explorer (BigDipper)",
"url": "https://big-dipper-dev.thestratos.org",
"standard": "none"
}
]
}