We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb506f4 commit 4dea373Copy full SHA for 4dea373
2 files changed
.changeset/dry-actors-open.md
@@ -0,0 +1,12 @@
1
+---
2
+'@offckb/cli': patch
3
4
+
5
+Upgrade default CKB version from 0.201.0 to 0.205.0
6
7
+CKB v0.205.0 includes:
8
9
+- Terminal module for CKB-TUI
10
+- Proxy protocol support
11
+- RPC logs subscription
12
+- Rust toolchain upgrade to 1.92.0
src/cfg/setting.ts
@@ -62,7 +62,7 @@ export const defaultSettings: Settings = {
62
proxy: undefined,
63
bins: {
64
rootFolder: path.resolve(dataPath, 'bins'),
65
- defaultCKBVersion: '0.201.0',
+ defaultCKBVersion: '0.205.0',
66
downloadPath: path.resolve(cachePath, 'download'),
67
},
68
devnet: {
0 commit comments