aboutsummaryrefslogtreecommitdiffstats
path: root/dex/config.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-06-16 14:31:45 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:30 +0800
commit8dddb63449d3d1439357a3bccd5c3cf828136ea5 (patch)
tree3e1097004e9e0266ff5d7562fd7a2461134b9504 /dex/config.go
parent35998179f05b6c65250ef2dcfd8f83e49d2280a8 (diff)
downloadgo-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.gz
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.bz2
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.lz
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.xz
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.tar.zst
go-tangerine-8dddb63449d3d1439357a3bccd5c3cf828136ea5.zip
params: update testnet and remove DEXON testnets
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 1c1b588d3..dd93146bd 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: 237,
+ NetworkId: 373,
LightPeers: 100,
DatabaseCache: 768,
TrieCleanCache: 256,