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
This commit is contained in:
Jesse Schulman 2021-03-22 09:58:23 -07:00 committed by GitHub
parent 80af4023ef
commit cbe13eae9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"name": "Telos EVM Mainnet",
"chain": "TLOS",
"network": "mainnet",
"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
}

View File

@ -0,0 +1,20 @@
{
"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
}