Skip to content

Commit

Permalink
hotfix: sequencer twap 2h
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jun 20, 2024
1 parent 7e0e01e commit d9e5485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processing/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub async fn process_sequencer_data() -> Result<(), MonitoringError> {
let config = get_config(None).await;
let network_env = config.network_str();

let result = query_pragma_api(&pair, network_env, "twap", "15min").await?;
let result = query_pragma_api(&pair, network_env, "twap", "2h").await?;

log::info!("Processing sequencer data");

Expand Down

0 comments on commit d9e5485

Please sign in to comment.