Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Jan 3, 2025
1 parent 5ea4bcd commit 21bb48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts
2 changes: 1 addition & 1 deletion zkstack_cli/crates/types/src/l1_network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl L1Network {
match self {
L1Network::Localhost => None,
L1Network::Sepolia | L1Network::Holesky => {
Some(Address::from_str("0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").unwrap())
None
//TODO: add real address
}
L1Network::Mainnet => None, // TODO: add mainnet address after it is known
Expand Down

0 comments on commit 21bb48e

Please sign in to comment.