Update Thundercore faucets and testnet RPC URLs (#69)

1. Use the shorter RPC-endpoint URL,
https://testnet-rpc.thundercore.com,
for thundercore testnet.

2. Correct the thundercore mainnet and testnet faucet URLs.
This commit is contained in:
Scott Tsai 2019-06-11 08:25:54 +08:00 committed by ligi
parent 0d5a3dd785
commit c7752f3c77
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"chain": "TT",
"network": "mainnet",
"rpc": ["https://mainnet-rpc.thundercore.com"],
"faucets": ["https://faucet-testnet.thundercore.com"],
"faucets": ["https://faucet.thundercore.com"],
"nativeCurrency": {
"name": "ThunderCore Mainnet Ether",
"symbol": "TT",

View File

@ -2,8 +2,8 @@
"name": "ThunderCore Testnet",
"chain": "TST",
"network": "testnet",
"rpc": ["https://testnet-rpc.thundercore.com:8544"],
"faucets": [],
"rpc": ["https://testnet-rpc.thundercore.com"],
"faucets": ["https://faucet-testnet.thundercore.com"],
"nativeCurrency": {
"name": "ThunderCore Testnet Ether",
"symbol": "TST",