@ckb-ccc/core 1.12.4 → 1.12.5

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.12.5
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#354](https://github.com/ckb-devrel/ccc/pull/354) [`a96dec6`](https://github.com/ckb-devrel/ccc/commit/a96dec6d0517113391b0edc510f1af821a45d5a8) Thanks [@RetricSu](https://github.com/RetricSu)! - chore(core): bump nostr-lock mainnet cell deps
9
+
3
10
  ## 1.12.4
4
11
  ### Patch Changes
5
12
 
@@ -251,7 +251,7 @@ export const MAINNET_SCRIPTS = Object.freeze({
251
251
  {
252
252
  cellDep: {
253
253
  outPoint: {
254
- txHash: "0x1911208b136957d5f7c1708a8835edfe8ae1d02700d5cb2c3a6aacf4d5906306",
254
+ txHash: "0x99b116dd1e4f1fa903b70112ae672c18bb34241d3d03a9ad555cd2a611be7327",
255
255
  index: 0,
256
256
  },
257
257
  depType: "code",
@@ -254,7 +254,7 @@ exports.MAINNET_SCRIPTS = Object.freeze({
254
254
  {
255
255
  cellDep: {
256
256
  outPoint: {
257
- txHash: "0x1911208b136957d5f7c1708a8835edfe8ae1d02700d5cb2c3a6aacf4d5906306",
257
+ txHash: "0x99b116dd1e4f1fa903b70112ae672c18bb34241d3d03a9ad555cd2a611be7327",
258
258
  index: 0,
259
259
  },
260
260
  depType: "code",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/core",
3
- "version": "1.12.4",
3
+ "version": "1.12.5",
4
4
  "description": "Core of CCC - CKBer's Codebase",
5
5
  "author": "Hanssen0 <hanssen0@hanssen0.com>",
6
6
  "license": "MIT",
@@ -290,7 +290,7 @@ export const MAINNET_SCRIPTS: Record<KnownScript, ScriptInfoLike | undefined> =
290
290
  cellDep: {
291
291
  outPoint: {
292
292
  txHash:
293
- "0x1911208b136957d5f7c1708a8835edfe8ae1d02700d5cb2c3a6aacf4d5906306",
293
+ "0x99b116dd1e4f1fa903b70112ae672c18bb34241d3d03a9ad555cd2a611be7327",
294
294
  index: 0,
295
295
  },
296
296
  depType: "code",