Skip to content

Commit

Permalink
adjust stalness slots in trustless instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Aug 14, 2023
1 parent ea1a697 commit 08674bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn token_register_trustless(
oracle: ctx.accounts.oracle.key(),
oracle_config: OracleConfig {
conf_filter: I80F48::from_num(0.10),
max_staleness_slots: 600,
max_staleness_slots: 10000,
reserved: [0; 72],
},
stable_price_model: StablePriceModel::default(),
Expand Down

0 comments on commit 08674bb

Please sign in to comment.