Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Apr 20, 2024
1 parent 860a3ef commit 7378459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chaindexing/src/chains.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// Represents the chain network ID for contracts being indexed.
/// Represents the network ID for an EVM Chain
/// For example, `ChainId::Mainnet`, `ChainId::Polygon`, etc.
pub type ChainId = ethers::types::Chain;

/// Represents chain network for contracts being indexed
/// Represents an EVM chain network
#[derive(Clone, Debug)]
pub struct Chain {
pub id: ChainId,
Expand Down
2 changes: 1 addition & 1 deletion chaindexing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod pruning;
mod repos;
mod root;

/// Augmenting modules for standard library to support Chaindexing's asynchronous operations
/// Augmenting modules for standard library to support Chaindexing's operations
pub mod augmenting_std;

pub use chains::{Chain, ChainId};
Expand Down

0 comments on commit 7378459

Please sign in to comment.