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