Skip to content

Commit

Permalink
fix: ethers import
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal authored and jonathanpwang committed Mar 20, 2024
1 parent cbfd1f8 commit bec4dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axiom-circuit"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Lower-level API for writing Axiom compute circuits"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
axiom-codec = "0.2.0"
axiom-query = "2.0.14"
ethers = "2.0"
ethers = { version = "2.0", features = ["optimism"] }
anyhow = "1.0.75"
tokio = "1.34.0"
dotenv = "0.15.0"
Expand Down

0 comments on commit bec4dce

Please sign in to comment.