Skip to content

Commit

Permalink
add web socket, block explorer url for ThaiChain (snapshot-labs#134)
Browse files Browse the repository at this point in the history
* add web socket, block explorer url for ThaiChain

web socket url for ThaiChain (chainId 7): "wss://ws.dome.cloud"
block explorer url for ThaiChain (chainId 7): "http://exp.tch.in.th"

* Update src/helpers/networks.json

Co-authored-by: Fabien <[email protected]>
  • Loading branch information
s111s and bonustrack authored Oct 7, 2020
1 parent 5d0eb87 commit d6f60be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"chainId": 7,
"network": "mainnet",
"rpcUrl": "https://rpc.dome.cloud",
"explorer": ""
"wsUrl": "wss://ws.dome.cloud",
"explorer": "https://exp.tch.in.th"
},
"42": {
"name": "Ethereum Testnet Kovan",
Expand Down

0 comments on commit d6f60be

Please sign in to comment.