Skip to content

Commit

Permalink
Update crates/net/peers/src/bootnodes/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Péter Garamvölgyi <[email protected]>
  • Loading branch information
georgehao and Thegaram authored Dec 3, 2024
1 parent e90b2cd commit 8368780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/peers/src/bootnodes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub fn scroll_nodes() -> Vec<NodeRecord> {

/// Returns parsed scroll seplo nodes
pub fn scroll_sepolia_nodes() -> Vec<NodeRecord> {
parse_nodes(SEPOLIA_BOOTNODES)
parse_nodes(SCROLL_SEPOLIA_BOOTNODES)
}

/// Parses all the nodes
Expand Down

0 comments on commit 8368780

Please sign in to comment.