diff options
Diffstat (limited to 'dex/config.go')
-rw-r--r-- | dex/config.go | 2 |
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, |