Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell authored and Jake Hartnell committed Mar 26, 2024
1 parent b5c173b commit 8985177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/external/cw-abc/src/abc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ impl CommonsPhaseConfig {

pub type CurveFn = Box<dyn Fn(DecimalPlaces) -> Box<dyn Curve>>;

// TODO add S-curve and taylor series
#[cw_serde]
pub enum CurveType {
/// Constant always returns `value * 10^-scale` as spot price
Expand Down

0 comments on commit 8985177

Please sign in to comment.