Add Stratos testnet (#2247)

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
BoThe1K 2023-02-08 20:40:22 +01:00 committed by GitHub
parent 6e0580d587
commit e06da062fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,27 @@
{
"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"
}
]
}