Skip to content

Commit

Permalink
fix: edited return message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchen-cb committed Dec 21, 2024
1 parent cd2e1ad commit f8038a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/safe/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RPC_URL=''
PRIVATE_KEY=''
2 changes: 1 addition & 1 deletion examples/safe/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if (currency.toUpperCase() == 'USDC') {
]
})

console.log(`✅ Eth sent: https://basescan.org/tx/${txHash}`)
console.log(`✅ USDC sent: https://basescan.org/tx/${txHash}`)
}


Expand Down

0 comments on commit f8038a1

Please sign in to comment.