chains/_data/chains/eip155-41.json
Ashutosh Kumar 16bc050927
Validate Shortname (#1510)
* Validate Shortname with Max Length of 64

* Removed Spaces from `shortName`
2022-08-30 18:48:47 +02:00

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
}