From e5eb2996ee3853b6353b7febaa42f0540fd8e82a Mon Sep 17 00:00:00 2001 From: Victor Alber Date: Wed, 30 Oct 2024 16:59:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=BA=20Adding=20XRP3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ledger-live-desktop/tests/enum/Account.ts | 8 ++++++++ .../tests/specs/speculos/send.tx.spec.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/ledger-live-desktop/tests/enum/Account.ts b/apps/ledger-live-desktop/tests/enum/Account.ts index 41537893aec..135a922e8c4 100644 --- a/apps/ledger-live-desktop/tests/enum/Account.ts +++ b/apps/ledger-live-desktop/tests/enum/Account.ts @@ -234,6 +234,14 @@ export class Account { 1, ); + static readonly XRP_3 = new Account( + Currency.XRP, + "XRP 3", + "rn2Z2yShWcvdTSQVo1EqjUpD1sjwBkZALb", + undefined, + 2, + ); + static readonly ADA_1 = new Account( Currency.ADA, "Cardano 1", diff --git a/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts b/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts index f2a04b9cac7..cdb5b54295c 100644 --- a/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts +++ b/apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts @@ -20,7 +20,7 @@ const transactionsAmountInvalid = [ xrayTicket: "B2CQA-2569", }, { - transaction: new Transaction(Account.XRP_1, Account.XRP_2, "1", Fee.MEDIUM), + transaction: new Transaction(Account.XRP_1, Account.XRP_3, "1", Fee.MEDIUM), expectedErrorMessage: "Recipient address is inactive. Send at least 10 XRP to activate it", xrayTicket: "B2CQA-2571", },