Skip to content

Commit

Permalink
fix: aptos addresses (LedgerHQ#8841)
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano authored Jan 8, 2025
1 parent 3315768 commit 114d419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ledger-live-common/src/e2e/enum/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ export class Account {
static readonly APTOS_1 = new Account(
Currency.APT,
"Aptos 1",
"0x98739115d8ba968aa0870a1ce6a988a0cb5aeb2e5f0cb5a0f346c7a1bb7e4a27",
"0xb69a68cc64f7aa193705193f4dd598320a0a74baf7e4b50c9980c5bd60a82390",
undefined,
0,
);

static readonly APTOS_2 = new Account(
Currency.APT,
"Aptos 2",
"0xb69a68cc64f7aa193705193f4dd598320a0a74baf7e4b50c9980c5bd60a82390",
"0x98739115d8ba968aa0870a1ce6a988a0cb5aeb2e5f0cb5a0f346c7a1bb7e4a27",
undefined,
1,
);
Expand Down

0 comments on commit 114d419

Please sign in to comment.