Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/shaggy-gifts-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ckb-ccc/core": patch
---

chore(core): bump nostr-lock mainnet cell deps

2 changes: 1 addition & 1 deletion packages/core/src/client/clientPublicMainnet.advanced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export const MAINNET_SCRIPTS: Record<KnownScript, ScriptInfoLike | undefined> =
cellDep: {
outPoint: {
txHash:
"0x1911208b136957d5f7c1708a8835edfe8ae1d02700d5cb2c3a6aacf4d5906306",
"0x99b116dd1e4f1fa903b70112ae672c18bb34241d3d03a9ad555cd2a611be7327",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better long-term maintainability, it's helpful to add a comment explaining the origin of this transaction hash. The pull request description provides valuable context about the new deployment, and capturing this information in the code will help developers in the future understand where this value comes from without needing to search through git history.

Suggested change
"0x99b116dd1e4f1fa903b70112ae672c18bb34241d3d03a9ad555cd2a611be7327",
"0x99b116dd1e4f1fa903b70112ae672c18bb34241d3d03a9ad555cd2a611be7327", // From nostr-binding@eef134e

index: 0,
},
depType: "code",
Expand Down