@ckb-ccc/core 1.9.0 → 1.9.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ckb-ccc/core
2
2
 
3
+ ## 1.9.1
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [`a4d1a08`](https://github.com/ckb-devrel/ccc/commit/a4d1a08700cb861e49fbd961e8e6d6b26c06dfb6) Thanks [@ashuralyk](https://github.com/ashuralyk)! - Update JoyId celldep information on testnet
9
+
3
10
  ## 1.9.0
4
11
  ### Minor Changes
5
12
 
@@ -107,7 +107,7 @@ export const TESTNET_SCRIPTS = Object.freeze({
107
107
  {
108
108
  cellDep: {
109
109
  outPoint: {
110
- txHash: "0x4dcf3f3b09efac8995d6cbee87c5345e812d310094651e0c3d9a730f32dc9263",
110
+ txHash: "0x759f281588c96979764cb21c196478cf8e13ea81fede7f4ba26d1ff29dbc6a81",
111
111
  index: 0,
112
112
  },
113
113
  depType: "depGroup",
@@ -110,7 +110,7 @@ exports.TESTNET_SCRIPTS = Object.freeze({
110
110
  {
111
111
  cellDep: {
112
112
  outPoint: {
113
- txHash: "0x4dcf3f3b09efac8995d6cbee87c5345e812d310094651e0c3d9a730f32dc9263",
113
+ txHash: "0x759f281588c96979764cb21c196478cf8e13ea81fede7f4ba26d1ff29dbc6a81",
114
114
  index: 0,
115
115
  },
116
116
  depType: "depGroup",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/core",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Core of CCC - CKBer's Codebase",
5
5
  "author": "Hanssen0 <hanssen0@hanssen0.com>",
6
6
  "license": "MIT",
@@ -126,7 +126,7 @@ export const TESTNET_SCRIPTS: Record<KnownScript, ScriptInfoLike> =
126
126
  cellDep: {
127
127
  outPoint: {
128
128
  txHash:
129
- "0x4dcf3f3b09efac8995d6cbee87c5345e812d310094651e0c3d9a730f32dc9263",
129
+ "0x759f281588c96979764cb21c196478cf8e13ea81fede7f4ba26d1ff29dbc6a81",
130
130
  index: 0,
131
131
  },
132
132
  depType: "depGroup",