Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Apr 7, 2024
1 parent 7181c12 commit 5d5afcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion validators/oracle.ak
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ fn mint_oracle(
identifier: pool_id,
assets: ((#"", #""), (rberry_policy_id, rberry_token_name)),
circulating_lp: 1_000_000_000,
fees_per_10_thousand: (5, 5),
bid_fees_per_10_thousand: (5, 5),
ask_fees_per_10_thousand: (5, 5),
fee_manager: None,
market_open: 0,
fee_finalized: 0,
protocol_fees: 2_000_000,
Expand Down

0 comments on commit 5d5afcd

Please sign in to comment.