Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
owenwahlgren committed Sep 24, 2024
1 parent fc9b76d commit 6b9be90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ To verify if the transaction was successful, check the balance of the address wi
```bash
cast balance --rpc-url myblockchain 0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc
```
```bash
1000000000000000000
```
1
```
You should see that the balance of the address `0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc` is now 1.
You should see that the balance of the address `0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc` is now 1 (1 * 10^18).


Congratulations! You have successfully sent tokens on your EVM blockchain. 🎉
Expand Down

0 comments on commit 6b9be90

Please sign in to comment.