aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/consolecmd.go
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2019-02-21 14:44:01 +0800
committerMission Liao <mission.liao@dexon.org>2019-02-22 10:36:58 +0800
commite93e59e731216c61f45c1f41fef3d087a708c3c0 (patch)
tree0495fe07e9058a5907cfaf40bd97a92574ad2cc8 /cmd/gdex/consolecmd.go
parent7c3d44602d9e6d9547dd9d4e1ad8e167d33f11d2 (diff)
downloaddexon-e93e59e731216c61f45c1f41fef3d087a708c3c0.tar
dexon-e93e59e731216c61f45c1f41fef3d087a708c3c0.tar.gz
dexon-e93e59e731216c61f45c1f41fef3d087a708c3c0.tar.bz2
dexon-e93e59e731216c61f45c1f41fef3d087a708c3c0.tar.lz
dexon-e93e59e731216c61f45c1f41fef3d087a708c3c0.tar.xz
dexon-e93e59e731216c61f45c1f41fef3d087a708c3c0.tar.zst
dexon-e93e59e731216c61f45c1f41fef3d087a708c3c0.zip
Add Yilan network
Diffstat (limited to 'cmd/gdex/consolecmd.go')
-rw-r--r--cmd/gdex/consolecmd.go2
1 files changed, 2 insertions, 0 deletions
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)