Skip to content

Commit 6b9be90

Browse files
committed
some changes
1 parent fc9b76d commit 6b9be90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/course/customizing-evm/04-your-evm-blockchain/03-sending-tokens.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ To verify if the transaction was successful, check the balance of the address wi
1717
```bash
1818
cast balance --rpc-url myblockchain 0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc
1919
```
20+
```bash
21+
1000000000000000000
2022
```
21-
1
22-
```
23-
You should see that the balance of the address `0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc` is now 1.
23+
You should see that the balance of the address `0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc` is now 1 (1 * 10^18).
2424

2525

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

0 commit comments

Comments
 (0)