mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "Telos EVM Testnet",
|
|
"chain": "TLOS",
|
|
"rpc": ["https://testnet.telos.net/evm"],
|
|
"faucets": ["https://app.telos.net/testnet/developers"],
|
|
"nativeCurrency": {
|
|
"name": "Telos",
|
|
"symbol": "TLOS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://telos.net",
|
|
"shortName": "TelosEVMTestnet",
|
|
"chainId": 41,
|
|
"networkId": 41,
|
|
"explorers": [
|
|
{
|
|
"name": "teloscan",
|
|
"url": "https://testnet.teloscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|