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 dd93146bd..ce6497ee8 100644 --- a/dex/config.go +++ b/dex/config.go @@ -36,7 +36,7 @@ import ( // DefaultConfig contains default settings for use on the Ethereum main net. var DefaultConfig = Config{ SyncMode: downloader.FastSync, - NetworkId: 373, + NetworkId: 411, LightPeers: 100, DatabaseCache: 768, TrieCleanCache: 256, |