Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamex committed Jun 1, 2024
1 parent 72b5911 commit 06a9c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hyperdrive-test-utils/src/chain/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl Default for TestChainConfig {
factory_max_position_duration: U256::from(60 * 60 * 24 * 365 * 10), // 10 years
factory_min_circuit_breaker_delta: uint256!(0.15e18),
factory_max_circuit_breaker_delta: uint256!(2e18),
factory_min_fixed_apr: uint256!(0.001*1e18),
factory_min_fixed_apr: uint256!(0.001 * 1e18),
factory_max_fixed_apr: uint256!(10e18),
factory_min_time_stretch_apr: uint256!(0),
factory_max_time_stretch_apr: uint256!(10e18),
Expand Down

0 comments on commit 06a9c6d

Please sign in to comment.