Skip to content

Commit

Permalink
🦺 Adding XRP3
Browse files Browse the repository at this point in the history
  • Loading branch information
VicAlbr committed Oct 30, 2024
1 parent 8e61fd5 commit e5eb299
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions apps/ledger-live-desktop/tests/enum/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit e5eb299

Please sign in to comment.