From 87ba6bd59fc1c4c1e8b8fbcea4be2ca2d799704a Mon Sep 17 00:00:00 2001 From: chandanthundercore <47679470+chandanthundercore@users.noreply.github.com> Date: Fri, 8 Mar 2019 09:21:50 -0800 Subject: [PATCH] Add ThunderCore's chainids to the chainids list ThunderCore (ThunderCore.com) is an EVM compatible blockchain. It's testnet and mainnet are already live. We were redirected to this github page by the approver of this pull request: https://github.com/ethereum/EIPs/pull/1755 Please merge these chainid changes to avoid any conflicts. --- _data/chains.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/_data/chains.json b/_data/chains.json index 56f96b70..c5532502 100644 --- a/_data/chains.json +++ b/_data/chains.json @@ -353,5 +353,23 @@ "chain_id": 385, "network_id": 385, "rpc": ["https://rpc-bitfalls1.lisinski.online"] + }, + { + "name": "ThunderCore Mainnet", + "short_name": "TT", + "chain": "TT", + "network": "mainnet", + "chain_id": 108, + "network_id": 108, + "rpc": ["https://mainnet-rpc.thundercore.com"] + }, + { + "name": "ThunderCore Testnet", + "short_name": "TST", + "chain": "TST", + "network": "testnet", + "chain_id": 18, + "network_id": 18, + "rpc": ["https://testnet-rpc.thundercore.com:8544"] } ]