Skip to content

Commit

Permalink
Add actual mnemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jul 18, 2023
1 parent 0d821f3 commit adaf7aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/tests/wallet/address_generation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ async fn wallet_address_generation_ledger() -> Result<()> {
address.to_bech32_unchecked("smr"),
// Address generated with bip32 path: [44, 4218, 0, 0, 0].
// This address was generated with a MnemonicSecretManager and the ledger simulator mnemonic.
// "glory promote mansion idle axis finger extra february uncover one trip resource lawn turtle enact monster
// seven myth punch hobby comfort wild raise skin".
"smr1qqdnv60ryxynaeyu8paq3lp9rkll7d7d92vpumz88fdj4l0pn5mruy3qdpm"
);

Expand Down Expand Up @@ -152,6 +154,8 @@ async fn wallet_address_generation_ledger() -> Result<()> {
address.to_bech32_unchecked("smr"),
// Address generated with bip32 path: [44, 4218, 0, 0, 0].
// This address was generated with a MnemonicSecretManager and the ledger simulator mnemonic.
// "glory promote mansion idle axis finger extra february uncover one trip resource lawn turtle enact monster
// seven myth punch hobby comfort wild raise skin".
"smr1qqdnv60ryxynaeyu8paq3lp9rkll7d7d92vpumz88fdj4l0pn5mruy3qdpm"
);

Expand All @@ -164,6 +168,8 @@ async fn wallet_address_generation_ledger() -> Result<()> {
.to_bech32_unchecked("smr"),
// Address generated with bip32 path: [44, 4218, 0, 0, 0].
// This address was generated with a MnemonicSecretManager and the ledger simulator mnemonic.
// "glory promote mansion idle axis finger extra february uncover one trip resource lawn turtle enact monster
// seven myth punch hobby comfort wild raise skin".
"smr1qqdnv60ryxynaeyu8paq3lp9rkll7d7d92vpumz88fdj4l0pn5mruy3qdpm"
);

Expand Down

0 comments on commit adaf7aa

Please sign in to comment.