Skip to content

Contract Execution Reverts on Base Network with RETH Node Client #431

New issue

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

Open
tonatoz opened this issue Mar 21, 2025 · 0 comments
Open

Contract Execution Reverts on Base Network with RETH Node Client #431

tonatoz opened this issue Mar 21, 2025 · 0 comments

Comments

@tonatoz
Copy link

tonatoz commented Mar 21, 2025

Description

When attempting to execute contract calls on the Base network using RETH node client, transactions are consistently reverting.

Environment

  • Network: Base
  • Node Client: RETH

Reproduction Steps

  1. Call RPC method
{
    "id": 1,
    "method": "eth_call",
    "params": [
        {
            "data": "0x295212be00000000000000000000000000000000000000000000000000000000000003e80000000000000000000000000000000000000000000000000000000000000bb80000000000000000000000000e8e965a7774367a4f5383ae7e0750d14e476a2200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000",
            "to": "0x92294D631E995f1dd9CeE4097426e6a71aB87Bcf"
        },
        "0x19BAC31"
    ]
}

Current Behavior

  • Contract calls consistently revert when using RETH node client with error Request completed with error: execution reverted

Expected Behavior

  • Contract calls should execute successfully
  • Return expected data from the contract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant