@offckb/cli 0.2.3 → 0.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@offckb/cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "ckb development network for your first try",
5
5
  "author": "Retric Su <retric@cryptape.com>",
6
6
  "license": "MIT",
@@ -147,8 +147,8 @@ const mainnetLumosConfig: config.Config = { ...config.predefined.LINA, ...{} } a
147
147
 
148
148
  const offCKBConfig: OffCKBConfig = {
149
149
  version: 'update-me-offckb-config-version',
150
- lumosVersion: '0.21.0',
151
- contractBinFolder: '../../build/release',
150
+ lumosVersion: '0.21.1',
151
+ contractBinFolder: '../build/release',
152
152
  network: {
153
153
  devnet: {
154
154
  lumosConfig,