@clawlabz/clawnetwork 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -15,7 +15,7 @@ const DEFAULT_P2P_PORT = 9711
|
|
|
15
15
|
const DEFAULT_NETWORK = 'mainnet'
|
|
16
16
|
const DEFAULT_SYNC_MODE = 'light'
|
|
17
17
|
const DEFAULT_HEALTH_CHECK_SECONDS = 30
|
|
18
|
-
const MIN_NODE_VERSION = '0.4.
|
|
18
|
+
const MIN_NODE_VERSION = '0.4.21'
|
|
19
19
|
const DEFAULT_UI_PORT = 19877
|
|
20
20
|
const MAX_RESTART_ATTEMPTS = 3
|
|
21
21
|
|