Skip to content

Commit

Permalink
test: 🐛 NFT and BTC address - E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VicAlbr committed Nov 27, 2024
1 parent fc95133 commit eb4a19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ test.describe("Send flows", () => {
}

test.describe("send NFT to ENS address", () => {
const transaction = new NFTTransaction(Account.ETH_1, Account.ETH_MC, "NY la muse", Fee.SLOW);
const transaction = new NFTTransaction(Account.ETH_1, Account.ETH_MC, "Podium", Fee.SLOW);
test.beforeAll(async () => {
process.env.DISABLE_TRANSACTION_BROADCAST = "true";
});
Expand Down
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/e2e/enum/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class Account {
static readonly BTC_NATIVE_SEGWIT_1 = new Account(
Currency.BTC,
"Bitcoin 1",
"bc1qm4mm7usmutz9sryheuytjpzj0yuy83pkg49qzk",
"bc1qd0jevdq89hlcazal9cak8t850t6nn9fmn5flnj",
undefined,
0,
undefined,
Expand Down

0 comments on commit eb4a19b

Please sign in to comment.