aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/main.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-26 13:54:28 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commit61cb6c4428d46897b1cb812f431289cdbb9a4433 (patch)
treec37d1946a7557fb4e009adf9c0cd64ee1da9d8cd /cmd/gdex/main.go
parentf79bf330b4b649ea74d54faf749214c14f32af9c (diff)
downloaddexon-61cb6c4428d46897b1cb812f431289cdbb9a4433.tar
dexon-61cb6c4428d46897b1cb812f431289cdbb9a4433.tar.gz
dexon-61cb6c4428d46897b1cb812f431289cdbb9a4433.tar.bz2
dexon-61cb6c4428d46897b1cb812f431289cdbb9a4433.tar.lz
dexon-61cb6c4428d46897b1cb812f431289cdbb9a4433.tar.xz
dexon-61cb6c4428d46897b1cb812f431289cdbb9a4433.tar.zst
dexon-61cb6c4428d46897b1cb812f431289cdbb9a4433.zip
core: add Taipei testnet (#47)
Add a new testnet named Taipei.
Diffstat (limited to 'cmd/gdex/main.go')
-rw-r--r--cmd/gdex/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gdex/main.go b/cmd/gdex/main.go
index 376559ef3..6d495ba11 100644
--- a/cmd/gdex/main.go
+++ b/cmd/gdex/main.go
@@ -122,6 +122,7 @@ var (
utils.DeveloperFlag,
utils.DeveloperPeriodFlag,
utils.TestnetFlag,
+ utils.TaipeiFlag,
utils.VMEnableDebugFlag,
utils.NetworkIdFlag,
utils.ConstantinopleOverrideFlag,