Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jun 18, 2024
1 parent 9549ce6 commit b7c69b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
pub const GENERATION_INPUTS_DEFAULT_OUTPUT_DIR: &str = "generation_inputs";
/// The source directory to look for tests to parse.
/// We use the `BlockchainTests` subdirectory of the `Cancun` folder
/// as it contains all hardfork variants up to this one.
pub const MAIN_TEST_DIR: &str = "Cancun/BlockchainTests";
pub const MATIC_CHAIN_ID: u64 = 137;
pub const ETHEREUM_CHAIN_ID: u64 = 1;

0 comments on commit b7c69b7

Please sign in to comment.