Skip to content

Commit

Permalink
Reexport crates used by gmp-evm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 12, 2025
1 parent edc5031 commit 84df6f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions rosetta-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ rosetta-server-ethereum.workspace = true
rosetta-server-polkadot.workspace = true
rosetta-tx-ethereum.workspace = true
rosetta-tx-polkadot.workspace = true
rosetta-ethereum-types.workspace = true
rosetta-ethereum-backend.workspace = true
rosetta-server.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions rosetta-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ use anyhow::Result;
pub use crate::wallet::Wallet;
pub use rosetta_config_ethereum::*;
pub use rosetta_core::{crypto, types, BlockOrIdentifier, BlockchainConfig, ClientEvent};
pub use rosetta_ethereum_backend;
pub use rosetta_ethereum_types;
pub use rosetta_server;
pub use rosetta_server_ethereum;

/// Clients that communicates to different blockchains
pub mod client;
Expand Down

0 comments on commit 84df6f5

Please sign in to comment.