We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cast
cast 0.2.0 (72e44fb 2024-07-11T00:19:12.649283000Z)
cast send
macOS (Apple Silicon)
> RUST_LOG=trace cast send --rpc-url "https://rpc.scroll.io" "0x1b6Fb2c650B8F9719762a8AE5041cBB3629B1647" --gas-price 0.2gwei --ledger ... 2024-07-11T13:10:48.687021Z TRACE alloy_rpc_client::call: serialized request request={"method":"eth_estimateGas","params":[{"from":"0x1b6Fb2c650B8F9719762a8AE5041cBB3629B1647","to":"0x1b6Fb2c650B8F9719762a8AE5041cBB3629B1647","gasPrice":"0x5fccfe2","maxFeePerGas":"0xbebc200","input":"0x","data":"0x","chainId":"0x82750"}],"id":2,"jsonrpc":"2.0"} ... Error: server returned an error response: error code -32000: both gasPrice and (maxFeePerGas or maxPriorityFeePerGas) specified
We just marked Scroll as an EIP-1559 chain, is this error because Foundry has not adopted the latest alloy-rs/chains version yet?
alloy-rs/chains
The text was updated successfully, but these errors were encountered:
we've indeed not yet updated alloy-rs/chains, but this error shouldn't happen anyway
#8420 will resolve it, for now you can manually pass --legacy flag as a workaround
--legacy
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
cast 0.2.0 (72e44fb 2024-07-11T00:19:12.649283000Z)
What command(s) is the bug in?
cast send
Operating System
macOS (Apple Silicon)
Describe the bug
We just marked Scroll as an EIP-1559 chain, is this error because Foundry has not adopted the latest
alloy-rs/chains
version yet?The text was updated successfully, but these errors were encountered: