Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Output example:

```
? 🔒 Enter Alchemy API key to fetch history: ********************************
🔍 Fetching transaction history on Rootstack Testnet for 0x19661D036D4e590948b9c00eef3807b88fBfA8e1 ...
🔍 Fetching transaction history on Rootstock Testnet for 0x19661D036D4e590948b9c00eef3807b88fBfA8e1 ...
✅ Transfer:
From: 0x19661d036d4e590948b9c00eef3807b88fbfa8e1
To: 0xb45805aead9407f5c7860ff8eccaedd4d0ab36a6
Expand Down
2 changes: 1 addition & 1 deletion src/commands/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function historyCommand(

console.log(
chalk.blue(
`🔍 Fetching transaction history on Rootstack ${
`🔍 Fetching transaction history on Rootstock ${
testnet ? "Testnet" : "Mainnet"
} for ${walletAddress} ... `
)
Expand Down
Loading