Skip to content

Commit

Permalink
Fix: LIVE-12323 Rename crypto.org to cronos POS chain (#7232)
Browse files Browse the repository at this point in the history
fix: rename crypto.org to cronos POS chain
  • Loading branch information
hzheng-ledger committed Jul 22, 2024
1 parent 5d29293 commit 8553b3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/odd-countries-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/cryptoassets": patch
---

fix: rename crypto.org to cronos POS chain
2 changes: 1 addition & 1 deletion libs/ledgerjs/packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3151,7 +3151,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
id: "crypto_org",
coinType: CoinType.CRYPTO_ORG,
name: "Cronos POS Chain",
managerAppName: "Crypto.org Chain",
managerAppName: "Cronos POS Chain",
ticker: "CRO",
scheme: "crypto_org",
color: "#0e1c37",
Expand Down

0 comments on commit 8553b3e

Please sign in to comment.