aboutsummaryrefslogtreecommitdiffstats
path: root/dex/config.go
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-03-12 12:19:09 +0800
commit47e34a13cea3b07aebe20e47f02af6bce29b6ad5 (patch)
tree056a5c177bec542b12a4135552c13cf74e2598f7 /dex/config.go
parentb3a3e80b72d866cfcc7643c7ed6a3806f9b550c8 (diff)
downloaddexon-47e34a13cea3b07aebe20e47f02af6bce29b6ad5.tar.gz
dexon-47e34a13cea3b07aebe20e47f02af6bce29b6ad5.tar.zst
dexon-47e34a13cea3b07aebe20e47f02af6bce29b6ad5.zip
dex: update default network ID
Diffstat (limited to 'dex/config.go')
-rw-r--r--dex/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/config.go b/dex/config.go
index 4d76ec8fe..81e2636bd 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,