You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
celestia-appd tx ibc-transfer transfer transfer channel-78 $warp_contract_address 1utia \
432
-
--from my-key -y --fees 420utia --memo "$memo"
392
+
celestia-appd tx ibc-transfer transfer transfer channel-78 $warp_contract_address 1utia --from my-key -y --fees 420utia --memo "$memo"
433
393
```
434
394
435
395
:::tip
436
396
Stride has IBC middleware installed that automatically forwards and routes transfers directly to the rollup, therefore we only need to sign one transaction on Celestia!
437
397
438
-
See the `memo` field in the above command to see how we can encode a message for the Wasm contract and send it along with the funds.
398
+
See the `memo` field in the above command to see how we can encode a message for the wasm contract and send it along with the funds.
439
399
:::
440
400
441
401
Confirm the tokens landed in the wasm account with:
0 commit comments