mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
0d5a3dd785
commit
c7752f3c77
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user