update networkIds

This commit is contained in:
Luke Williams 2019-02-23 16:43:37 +01:00
parent cd945e0815
commit d70b34d02b
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ var DefaultConfig = Config{
UbqhashCachesOnDisk: 3, UbqhashCachesOnDisk: 3,
UbqhashDatasetsInMem: 1, UbqhashDatasetsInMem: 1,
UbqhashDatasetsOnDisk: 2, UbqhashDatasetsOnDisk: 2,
NetworkId: 1, NetworkId: 88,
LightPeers: 20, LightPeers: 20,
DatabaseCache: 128, DatabaseCache: 128,
GasPrice: big.NewInt(18 * params.Shannon), GasPrice: big.NewInt(18 * params.Shannon),

View file

@ -80,7 +80,7 @@ var defaultNodeConfig = &NodeConfig{
BootstrapNodes: FoundationBootnodes(), BootstrapNodes: FoundationBootnodes(),
MaxPeers: 25, MaxPeers: 25,
EthereumEnabled: true, EthereumEnabled: true,
EthereumNetworkID: 1, EthereumNetworkID: 88,
EthereumDatabaseCache: 16, EthereumDatabaseCache: 16,
} }