aboutsummaryrefslogtreecommitdiffstats
path: root/dex
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-10-26 12:53:19 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:52 +0800
commit1c2bf4da423c97883eed73f8d7a144983cded582 (patch)
treea2e77d6b006b3268e0b6f512cde06225f3e29aa3 /dex
parent0921ea5d4f7f6f7d2151462534f0d0a4343c5979 (diff)
downloaddexon-1c2bf4da423c97883eed73f8d7a144983cded582.tar.gz
dexon-1c2bf4da423c97883eed73f8d7a144983cded582.tar.zst
dexon-1c2bf4da423c97883eed73f8d7a144983cded582.zip
dex: update default network ID
Diffstat (limited to 'dex')
-rw-r--r--dex/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/config.go b/dex/config.go
index 5eff28022..e74425ea3 100644
--- a/dex/config.go
+++ b/dex/config.go
@@ -34,7 +34,7 @@ import (
// DefaultConfig contains default settings for use on the Ethereum main net.
var DefaultConfig = Config{
SyncMode: downloader.FastSync,
- NetworkId: 1,
+ NetworkId: 237,
LightPeers: 100,
DatabaseCache: 768,
TrieCleanCache: 256,