File tree 1 file changed +2
-2
lines changed
pages/stack/interop/tutorials
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,14 @@ The tutorial uses these primary tools:
142
142
4 . Get your current balance (it should be zero).
143
143
144
144
``` sh
145
- cast call --rpc-url $RPC_DEV0 $TOKEN_ADDRESS " balanceOf(address)" $MY_ADDRESS | cast to-dec | cast --from-wei
145
+ cast call --rpc-url $RPC_DEV0 $TOKEN_ADDRESS " balanceOf(address)" $MY_ADDRESS | cast --from-wei
146
146
```
147
147
148
148
5 . Call the faucet to get a token and check the balance again.
149
149
150
150
``` sh
151
151
cast send --private-key $DEPLOYER_PRIVATE_KEY --rpc-url $RPC_DEV0 $TOKEN_ADDRESS " faucet()"
152
- cast call --rpc-url $RPC_DEV0 $TOKEN_ADDRESS " balanceOf(address)" $MY_ADDRESS | cast to-dec | cast --from-wei
152
+ cast call --rpc-url $RPC_DEV0 $TOKEN_ADDRESS " balanceOf(address)" $MY_ADDRESS | cast --from-wei
153
153
```
154
154
</details >
155
155
</Steps >
You can’t perform that action at this time.
0 commit comments