Skip to content

Commit e3bff41

Browse files
committed
fix: Updated to use ethers-rs
1 parent 127e9b7 commit e3bff41

File tree

14 files changed

+2788
-9814
lines changed

14 files changed

+2788
-9814
lines changed

Cargo.lock

Lines changed: 2148 additions & 605 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ members = [
33
"common",
44
"availability-oracle",
55
]
6-
7-
[patch.'https://github.com/graphprotocol/eip-712-derive']
8-
#eip-712-derive = { path = "../eip-712-derive" }
9-
10-
[patch.'https://github.com/graphprotocol/solidity-bindgen']
11-
#solidity-bindgen = { path = "../solidity-bindgen/solidity-bindgen" }

availability-oracle/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ multibase = "0.8.0"
2727
moka = { version = "0.8", features = ["future"] }
2828
graphql-parser = "0.4.0"
2929
secp256k1 = "0.20.3"
30+
ethers = "2.0.10"
31+
url = "2.5.0"

0 commit comments

Comments
 (0)