From cbe13eae9ae25f9cd672e6a348e1d4301d149e41 Mon Sep 17 00:00:00 2001 From: Jesse Schulman Date: Mon, 22 Mar 2021 09:58:23 -0700 Subject: [PATCH] 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 --- _data/chains/eip155-40.json | 19 +++++++++++++++++++ _data/chains/eip155-41.json | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-40.json create mode 100644 _data/chains/eip155-41.json diff --git a/_data/chains/eip155-40.json b/_data/chains/eip155-40.json new file mode 100644 index 00000000..d58e4bb4 --- /dev/null +++ b/_data/chains/eip155-40.json @@ -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 +} diff --git a/_data/chains/eip155-41.json b/_data/chains/eip155-41.json new file mode 100644 index 00000000..2649cc06 --- /dev/null +++ b/_data/chains/eip155-41.json @@ -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 +}