We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b5911 commit 06a9c6dCopy full SHA for 06a9c6d
crates/hyperdrive-test-utils/src/chain/deploy.rs
@@ -226,7 +226,7 @@ impl Default for TestChainConfig {
226
factory_max_position_duration: U256::from(60 * 60 * 24 * 365 * 10), // 10 years
227
factory_min_circuit_breaker_delta: uint256!(0.15e18),
228
factory_max_circuit_breaker_delta: uint256!(2e18),
229
- factory_min_fixed_apr: uint256!(0.001*1e18),
+ factory_min_fixed_apr: uint256!(0.001 * 1e18),
230
factory_max_fixed_apr: uint256!(10e18),
231
factory_min_time_stretch_apr: uint256!(0),
232
factory_max_time_stretch_apr: uint256!(10e18),
0 commit comments