Skip to content

Commit

Permalink
fix(thegraph-core): remove explicit dependency on alloy-sol-types (#374)
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Delgado <[email protected]>
  • Loading branch information
LNSD authored Nov 11, 2024
1 parent 2be728c commit 8a157d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ subgraph-client = [

[dependencies]
alloy = { version = "0.6", features = ["eip712", "signers", "sol-types"] }
alloy-sol-types = "0.8"
async-graphql = { version = "7.0", optional = true }
bs58 = "0.5"
indoc = { version = "2.0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion thegraph-core/src/attestation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct Attestation {
pub v: u8,
}

alloy::sol_types::sol! {
alloy::sol! {
/// EIP-712 receipt struct for attestation signing.
struct Receipt {
bytes32 requestCID;
Expand Down

0 comments on commit 8a157d5

Please sign in to comment.