Skip to content

Commit

Permalink
remove whitespace in the beginning of the line
Browse files Browse the repository at this point in the history
  • Loading branch information
lukema95 committed Oct 22, 2024
1 parent deee8db commit 118431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const main = async (args: any, hre: HardhatRuntimeEnvironment) => {
🔐 EVM Mnemonic phrase: ${mnemonic.phrase}`);

console.log(`
😃 EVM address: ${address}
😃 EVM address: ${address}
😃 Bitcoin address: ${bitcoinAddress(pk, "testnet")}
😃 Bech32 address: ${hexToBech32Address(address, "zeta")}`);
solanaWallet &&
Expand Down

0 comments on commit 118431c

Please sign in to comment.