aboutsummaryrefslogtreecommitdiffstats
path: root/dex
diff options
context:
space:
mode:
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,