mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
update networkIds
This commit is contained in:
parent
cd945e0815
commit
d70b34d02b
2 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue