Add LocalNet_WS

This commit is contained in:
Slavomir 2021-09-06 18:02:53 +02:00
parent b57a767108
commit b0c07ef8ea
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ const (
TestNet_WS = protocolWSS + hostTestNet
MainNetBeta_WS = protocolWSS + hostMainNetBeta
MainNetBetaSerum_WS = protocolWSS + hostMainNetBetaSerum
LocalNet_WS = "ws://127.0.0.1:8900"
)