Skip to content

Commit

Permalink
refactor: use Attestation from toolshed (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Oct 14, 2023
1 parent e60c996 commit 6a3f554
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 256 deletions.
130 changes: 12 additions & 118 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ edition = "2021"

[dependencies]
alloy-primitives = { version = "0.3.3", features = ["serde"] }
alloy-sol-types = "0.3"
anyhow = "1.0.75"
arc-swap = "1.6.0"
bs58 = "0.5.0"
eip-712-derive = { git = "https://github.com/graphprotocol/eip-712-derive" }
ethers = "2.0.10"
ethers-core = "2.0.10"
faux = { version = "0.1.10", optional = true }
Expand All @@ -21,7 +20,9 @@ secp256k1 = { version = "0.27.0", features = ["recovery"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
tokio = { version = "1.32.0", features = ["full", "macros", "rt"] }
toolshed = { git = "https://github.com/edgeandnode/toolshed", branch = "main", features = ["graphql"] }
toolshed = { git = "https://github.com/edgeandnode/toolshed", branch = "main", features = [
"graphql",
] }
graphql = { git = "https://github.com/edgeandnode/toolshed", branch = "main" }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 6a3f554

Please sign in to comment.