Skip to content

Commit

Permalink
added gnosis epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 12, 2024
1 parent 5a7c6d2 commit d778f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ impl Network {
Network::Sepolia => 4243456, // Epoch 132608
Network::Holesky => 950272, // Epoch 29696
Network::Devnet => 0,
Network::Gnosis => 14237696,
Network::Chiado => 8265728, // Epoch 516608
Network::Gnosis => 14237696, // Epoch 889856
Network::Chiado => 8265728, // Epoch 516608
}
}
}

0 comments on commit d778f55

Please sign in to comment.