@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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. 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.19'
18
+ const MIN_NODE_VERSION = '0.4.21'
19
19
  const DEFAULT_UI_PORT = 19877
20
20
  const MAX_RESTART_ATTEMPTS = 3
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawlabz/clawnetwork",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Run a ClawNetwork blockchain node inside OpenClaw. Every agent is a blockchain node.",
5
5
  "type": "module",
6
6
  "license": "MIT",