Skip to content

Conversation

capossele
Copy link
Contributor

No description provided.

nategraf and others added 5 commits April 4, 2025 14:26
The following now returns the correct dispute game commit:
```rust
let builder = OpEvmEnv::builder()
    .dispute_game_from_rpc(
        optimism_portal,
        Url::parse(l1_rpc_url).expect("Failed to parse RPC URL"),
    )
    .game_index(DisputeGameIndex::Finalized);

let op_env = builder
    .rpc(Url::parse(l2_rpc_url).expect("Failed to parse RPC URL"))
    .build()
    .await
    .expect("Failed to build OP-EVM environment");

let op_env_commitment = op_env.commitment();
```
@capossele capossele requested a review from a team as a code owner April 4, 2025 14:10
@capossele capossele merged commit 728ec4b into release-2.0 Apr 4, 2025
11 checks passed
@capossele capossele deleted the angelo/backports-51f1802-60c6a20 branch April 4, 2025 14:30
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

Successfully merging this pull request may close these issues.

4 participants