Skip to content

Commit

Permalink
added oracles
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHaseebSaeed committed Feb 7, 2024
1 parent 18634c9 commit 606c102
Show file tree
Hide file tree
Showing 18 changed files with 3,578 additions and 2,935 deletions.
3 changes: 0 additions & 3 deletions contracts/liquidity_book/lb_pair/src/bin/secretcli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ fn main() -> io::Result<()> {

let collect_protocol_fees = ExecuteMsg::CollectProtocolFees {};

let increase_oracle_length = ExecuteMsg::IncreaseOracleLength { new_length: 100 };

let set_static_fee_parameters = ExecuteMsg::SetStaticFeeParameters {
base_factor: preset.get_base_factor(),
filter_period: preset.get_filter_period(),
Expand Down Expand Up @@ -184,7 +182,6 @@ fn main() -> io::Result<()> {
swap_tokens,
swap_tokens_invoke,
collect_protocol_fees,
increase_oracle_length,
set_static_fee_parameters,
force_decay,
calculte_rewards,
Expand Down
Loading

0 comments on commit 606c102

Please sign in to comment.