Skip to content

Commit

Permalink
fix: Updated to use ethers-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Feb 8, 2024
1 parent 127e9b7 commit e3bff41
Show file tree
Hide file tree
Showing 14 changed files with 2,788 additions and 9,814 deletions.
2,753 changes: 2,148 additions & 605 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ members = [
"common",
"availability-oracle",
]

[patch.'https://github.com/graphprotocol/eip-712-derive']
#eip-712-derive = { path = "../eip-712-derive" }

[patch.'https://github.com/graphprotocol/solidity-bindgen']
#solidity-bindgen = { path = "../solidity-bindgen/solidity-bindgen" }
2 changes: 2 additions & 0 deletions availability-oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ multibase = "0.8.0"
moka = { version = "0.8", features = ["future"] }
graphql-parser = "0.4.0"
secp256k1 = "0.20.3"
ethers = "2.0.10"
url = "2.5.0"
Loading

0 comments on commit e3bff41

Please sign in to comment.