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