Add LocalNet_WS
This commit is contained in:
parent
b57a767108
commit
b0c07ef8ea
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue