feat(assets): add CBTC brand logos, bump to 0.6.1#55
Open
gyorgybalazsi wants to merge 2 commits into
Open
Conversation
Add the official CBTC token mark (dark-bg and light-bg variants) under assets/, sourced from the BitSafe brand kit at https://www.bitsafe.finance/brand-kit. This lets integrators (e.g. canton-network/wallet's assets.json) link to a versioned, immutable URL on this repo instead of the moving bitsafe.finance path. Signed-off-by: gyorgybalazsi <gyorgy@bitsafe.finance> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
gyorgybalazsi
added a commit
to gyorgybalazsi/wallet
that referenced
this pull request
May 28, 2026
Swap the brand-kit URL on www.bitsafe.finance for an immutable raw URL pinned to the cbtc-1.2.0 tag on DLC-link/cbtc-lib, where the brand assets are now hosted (DLC-link/cbtc-lib#55). Signed-off-by: gyorgybalazsi <gyorgy@bitsafe.finance> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
scolear
previously approved these changes
May 28, 2026
Bump the crate version to 0.6.1 to ship the new assets/ directory introduced in the previous commit. Signed-off-by: gyorgybalazsi <gyorgy@bitsafe.finance> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
scolear
approved these changes
May 29, 2026
davidrichards-da
added a commit
to canton-network/wallet
that referenced
this pull request
May 29, 2026
* chore: add cbtc to assets.json for all networks Adds CBTC (BitSafe wrapped Bitcoin, CIP-56) listings for MainNet, TestNet, and DevNet. CBTC is the first wrapped Bitcoin asset on Canton Network, issued by BitSafe via a decentralized network of Attestor nodes using FROST threshold signatures. Per-network admin (dec_party) and utility registrar host are taken from the public Yaak environment files in DLC-link/api-collections-public. linkToDAR points to the public DAR folder in DLC-link/cbtc-lib. Note on assetLogo: temporarily set to the BitSafe corporate logo (https://www.bitsafe.finance/Logo.svg) because no token-specific icon URL is currently hosted publicly. Happy to update once a CBTC icon is published. Sources: - https://github.com/DLC-link/api-collections-public - https://github.com/DLC-link/cbtc-lib/tree/main/cbtc-dars/dars/cbtc - https://www.canton.network/blog/cbtc-launch-on-canton-network-wrapped-bitcoin-as-institutional-grade-collateral Signed-off-by: gyorgybalazsi <gyorgy@bitsafe.finance> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: use official cbtc logo for cbtc listings Swap assetLogo from the BitSafe corporate Logo.svg placeholder to the official CBTC token mark, taken from the BitSafe brand kit (https://www.bitsafe.finance/brand-kit). Same URL on all three networks. Signed-off-by: gyorgybalazsi <gyorgy@bitsafe.finance> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: pin cbtc assetLogo to versioned cbtc-lib tag Swap the brand-kit URL on www.bitsafe.finance for an immutable raw URL pinned to the cbtc-1.2.0 tag on DLC-link/cbtc-lib, where the brand assets are now hosted (DLC-link/cbtc-lib#55). Signed-off-by: gyorgybalazsi <gyorgy@bitsafe.finance> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: repin cbtc assetLogo to v0.6.1 of cbtc-lib The brand assets are versioned with the cbtc crate's library version, not the DAR version. Repoint to v0.6.1 (the release that introduces the assets/ directory). Signed-off-by: gyorgybalazsi <gyorgy@bitsafe.finance> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: davidrichards-da <89472028+davidrichards-da@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
assets/:assets/cbtc-logo.svg— dark-background variant (primary)assets/cbtc-logo-onlight.svg— light-background variantcbtccrate version: 0.6.0 → 0.6.1SVGs sourced from the BitSafe brand kit at https://www.bitsafe.finance/brand-kit.
Why
This lets external integrators link to a versioned, immutable URL on this repo instead of the moving
bitsafe.financepath. First consumer iscanton-network/wallet'sapi-specs/assets.json, which now references:Tag
v0.6.1has been pushed and the URL resolves now — independent of when this PR merges.Test plan
cargo checkpasses after the version bump🤖 Generated with Claude Code