mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
cbe13eae9a
* Create eip155-41.json * Create eip155-40.json * Update eip155-41.json * Update eip155-41.json * Update eip155-40.json * Remove ENS section * Remove ENS section and faucet API
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "Telos EVM Testnet",
|
|
"chain": "TLOS",
|
|
"network": "testnet",
|
|
"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": "Telos EVM Testnet",
|
|
"chainId": 41,
|
|
"networkId": 41
|
|
}
|