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
In your docs there are examples of using --url such as HERE
But this does not work..
❯ eth transaction:get --url= http://localhost:8545 0xc83836f1b3acac94a31de8e24c913aceaa9ebc51c93cd374429590596091584a
› Error: Unexpected arguments: http://localhost:8545, 0xc83836f1b3acac94a31de8e24c913aceaa9ebc51c93cd374429590596091584a
› See more help with --help
❯ eth transaction:get --url=http://localhost:8545 0xc83836f1b3acac94a31de8e24c913aceaa9ebc51c93cd374429590596091584a
› Error: Unexpected argument: 0xc83836f1b3acac94a31de8e24c913aceaa9ebc51c93cd374429590596091584a
› See more help with --help
Based on the outputs of --help it seems like --url is no longer accepted?
The text was updated successfully, but these errors were encountered:
In your docs there are examples of using
--url
such as HEREBut this does not work..
Based on the outputs of
--help
it seems like--url
is no longer accepted?The text was updated successfully, but these errors were encountered: