Skip to content

Commit

Permalink
Change Coreum ticker CORE -> COREUM (#5820)
Browse files Browse the repository at this point in the history
* CORE -> COREUM

* changeset

* update sortByMarketcap

* update sortByMarketcap snapshot
  • Loading branch information
lvndry authored Jan 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e4c8b3a commit fc2cf04
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/angry-needles-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ledgerhq/cryptoassets": patch
"@ledgerhq/crypto-icons-ui": patch
"ledger-live-desktop": patch
---

Rename Coreum ticker to COREUM
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/cryptoassets.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
| Cardano | ADA | YES | cardano |
| Casper | CSPR | YES | casper |
| Celo | CELO | YES | celo |
| Coreum | CORE | YES | coreum |
| Coreum | COREUM | YES | coreum |
| Cosmos | ATOM | YES | cosmos |
| Cronos | CRO | YES | cronos |
| Cronos POS Chain | CRO | YES | crypto_org |
2 changes: 1 addition & 1 deletion libs/ledgerjs/packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
@@ -677,7 +677,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
coinType: CoinType.ATOM,
name: "Coreum",
managerAppName: "Cosmos",
ticker: "CORE",
ticker: "COREUM",
scheme: "coreum",
color: "#6DD39A",
family: "cosmos",

1 comment on commit fc2cf04

@vercel
Copy link

@vercel vercel bot commented on fc2cf04 Jan 5, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.