Merge pull request #33 from chandanthundercore/patch-1

Add ThunderCore's chainids to the chainids list
This commit is contained in:
ligi 2019-03-09 20:56:08 +01:00 committed by GitHub
commit b31865c979
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"]
}
]