We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cae04 commit 959e37eCopy full SHA for 959e37e
lib/constants.py
@@ -86,10 +86,10 @@ class BithereumMainnet(BithereumBase):
86
DEFAULT_SERVERS = read_json('servers.json', {})
87
CHECKPOINTS = read_json('checkpoints.json', [])
88
89
- PREMINE_SIZE = 10000
+ PREMINE_SIZE = 20000
90
BTH_HEIGHT = 555555
91
92
- LWMA_HEIGHT = 1
+ LWMA_HEIGHT = 555555
93
94
EQUIHASH_FORK_HEIGHT = 555555
95
0 commit comments