Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Oct 9, 2024
1 parent 73b3da1 commit 23885b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/networks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ impl ChainConfig {
policy: make_mainnet_policy!(v13),
eth_chain_id: ETH_CHAIN_ID,
breeze_gas_tamping_duration: BREEZE_GAS_TAMPING_DURATION,
// 1 year on mainnet
fip0081_ramp_duration_epochs: 365 * EPOCHS_IN_DAY as u64,
}
}
Expand All @@ -266,6 +267,7 @@ impl ChainConfig {
policy: make_calibnet_policy!(v13),
eth_chain_id: ETH_CHAIN_ID,
breeze_gas_tamping_duration: BREEZE_GAS_TAMPING_DURATION,
// 3 days on calibnet
fip0081_ramp_duration_epochs: 3 * EPOCHS_IN_DAY as u64,
}
}
Expand Down

0 comments on commit 23885b0

Please sign in to comment.