Skip to content

Commit

Permalink
Merge pull request #8631 from LedgerHQ/support/qaa_362_fix_solana
Browse files Browse the repository at this point in the history
[Playwright][Solana][Speculos] Change default validator
  • Loading branch information
ypolishchuk-ledger authored Dec 6, 2024
2 parents dfe2636 + 62459c8 commit 2d6b3d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const e2eDelegationAccounts = [
xrayTicket: "B2CQA-2740, B2CQA-2770",
},
{
delegate: new Delegate(Account.SOL_1, "0.001", "Ledger by Figment"),
delegate: new Delegate(Account.SOL_1, "0.001", "Ledger by Chorus One"),
xrayTicket: "B2CQA-2742",
},
{
Expand All @@ -28,7 +28,7 @@ const validators = [
xrayTicket: "B2CQA-2731, B2CQA-2763",
},
{
delegate: new Delegate(Account.SOL_2, "0.001", "Ledger by Figment"),
delegate: new Delegate(Account.SOL_2, "0.001", "Ledger by Chorus One"),
xrayTicket: "B2CQA-2730, B2CQA-2764",
},
{
Expand Down

0 comments on commit 2d6b3d8

Please sign in to comment.