We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d9dee commit af07898Copy full SHA for af07898
docs/migration.md
@@ -2,9 +2,10 @@
2
3
## BREAKING CHANGES
4
5
-1. Rename `sync-config` to `sync-scripts`
6
-2. Rename `deployed-scripts` to `my-scripts`
7
-3. Templates `offckb.config.ts` file are refactored with NEW structure
+1. Rename Devnet chain name in `dev.toml` config from `offckb` to standard `ckb_dev`
+2. Rename `sync-config` to `sync-scripts`
+3. Rename `deployed-scripts` to `my-scripts`
8
+4. Templates `offckb.config.ts` file are refactored with NEW structure
9
10
## Add new commands
11
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@offckb/cli",
- "version": "0.3.0-rc2",
+ "version": "0.3.0-rc3",
"description": "ckb development network for your first try",
"author": "CKB EcoFund",
"license": "MIT",
0 commit comments