From e93e59e731216c61f45c1f41fef3d087a708c3c0 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Thu, 21 Feb 2019 14:44:01 +0800 Subject: Add Yilan network --- cmd/gdex/consolecmd.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/gdex/consolecmd.go') diff --git a/cmd/gdex/consolecmd.go b/cmd/gdex/consolecmd.go index 8b9d58dad..bc447fefd 100644 --- a/cmd/gdex/consolecmd.go +++ b/cmd/gdex/consolecmd.go @@ -126,6 +126,8 @@ func remoteConsole(ctx *cli.Context) error { path = filepath.Join(path, "testnet") } else if ctx.GlobalBool(utils.TaipeiFlag.Name) { path = filepath.Join(path, "taipei") + } else if ctx.GlobalBool(utils.YilanFlag.Name) { + path = filepath.Join(path, "yilan") } } endpoint = fmt.Sprintf("%s/gdex.ipc", path) -- cgit v1.2.3