Skip to content

Commit

Permalink
dex: fix state keys for params (#4085)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence authored Mar 22, 2024
1 parent d231a61 commit 45f2b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/component/dex/src/state_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ use crate::{lp::position, DirectedTradingPair, TradingPair};

pub mod config {
pub fn dex_params() -> &'static str {
"sct/config/dex_params"
"dex/config/dex_params"
}

pub fn dex_params_updated() -> &'static str {
"sct/config/dex_params_updated"
"dex/config/dex_params_updated"
}
}

Expand Down

0 comments on commit 45f2b21

Please sign in to comment.