Override cast send
input data
#3534
Answered
by
CreamyMilk
CreamyMilk
asked this question in
Q&A
-
When using Similar to input data present here |
Beta Was this translation helpful? Give feedback.
Answered by
CreamyMilk
Oct 23, 2022
Replies: 1 comment
-
Sort of figured this out similar to # example
cast send 0x00000000CF0D6a036022a78D694aF77456b32394 0x466f756e64727920697320736f20636f6f6c203b29 foundry/cli/src/cmd/cast/send.rs Lines 239 to 244 in 9e29032 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CreamyMilk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sort of figured this out similar to
seth send [<options>] <to> [<data>]
you have to encode you data in hex and prefix it with0x
# example cast send 0x00000000CF0D6a036022a78D694aF77456b32394 0x466f756e64727920697320736f20636f6f6c203b29
foundry/cli/src/cmd/cast/send.rs
Lines 239 to 244 in 9e29032