chains/_data/chains/eip155-41.json
Jesse Schulman cbe13eae9a
Add Telos mainnet & testnet (#191)
* 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
2021-03-22 17:58:23 +01:00

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
}