mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
640 B
JSON
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"
|
|
}
|
|
]
|
|
}
|