Skip to content

Commit

Permalink
[Bugfix] Add missing supported currency blast in LLM (#7258)
Browse files Browse the repository at this point in the history
* Adding missing blast in supported currency of LLM

* changeset
  • Loading branch information
lambertkevin authored Jul 4, 2024
1 parent c59adf2 commit 586e638
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-ties-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Add missing Blast currency in list of supported currencies of LLM
2 changes: 2 additions & 0 deletions apps/ledger-live-mobile/src/live-common-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ setSupportedCurrencies([
"lukso",
"linea",
"linea_sepolia",
"blast",
"blast_sepolia",
"scroll",
"scroll_sepolia",
]);
Expand Down

0 comments on commit 586e638

Please sign in to comment.