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.
This commit is contained in:
chandanthundercore 2019-03-08 09:21:50 -08:00 committed by GitHub
parent 998f2bac38
commit 87ba6bd59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
}
]