File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ serde.workspace = true
2828serde_json.workspace = true
2929strum.workspace = true
3030tap_core.workspace = true
31+ tap_eip712_message.workspace = true
3132tap_graph.workspace = true
3233thegraph-core = { workspace = true , features = [" alloy-eip712" ] }
3334tokio.workspace = true
Original file line number Diff line number Diff line change 88//!
99//! # Example
1010//! ```rust
11- //! # use thegraph_core::alloy::{dyn_abi::Eip712Domain, primitives::Address, signers::local::PrivateKeySigner};
11+ //! # use tap_eip712_message::{Eip712SignedMessage, PrivateKeySigner, Eip712Domain};
12+ //! # use thegraph_core::alloy::primitives::Address;
1213//! # let domain_separator = Eip712Domain::default();
13- //! use tap_eip712_message::Eip712SignedMessage;
1414//! # let wallet = PrivateKeySigner::random();
1515//! # let wallet_address = wallet.address();
1616//! # let message = msg::Receipt::new(Address::from([0x11u8; 20]), 100).unwrap();
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ anyhow.workspace = true
1717jsonrpsee = { workspace = true , features = [" jsonrpsee-http-client" ] }
1818jsonrpsee-core.workspace = true
1919rand.workspace = true
20- thegraph-core.workspace = true
2120tokio.workspace = true
2221
2322[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments