Skip to content

Commit

Permalink
Merge pull request #9236 from LedgerHQ/support/qaa_482_fix_speculos_s…
Browse files Browse the repository at this point in the history
…epolia_ticker

[QAA][LLM][Speculos] Fix Sepolia ticker
  • Loading branch information
abdurrahman-ledger authored Feb 14, 2025
2 parents c59a877 + 8a08878 commit 3a67a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/e2e/enum/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class Currency {
);
static readonly sepETH = new Currency(
"Ethereum Sepolia",
"𝚝ETH",
"ETH",
"ethereum_sepolia",
AppInfos.ETHEREUM_SEPOLIA,
);
Expand Down

0 comments on commit 3a67a82

Please sign in to comment.