mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
420 B
JSON
24 lines
420 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": "Telos EVM",
|
|
"chainId": 40,
|
|
"networkId": 40,
|
|
"explorers": [{
|
|
"name": "teloscan",
|
|
"url": "https://teloscan.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|