Skip to content

Commit

Permalink
chore(service/market-data-feeder): Update contract version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed Feb 14, 2025
1 parent 588df0d commit 74b9279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/market-data-feeder/src/oracle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl Oracle {
) -> Result<Self> {
const QUERY_MSG: &[u8; 23] = br#"{"contract_version":{}}"#;

const CONTRACT_VERSION: SemVer = SemVer::new(0, 5, 15);
const CONTRACT_VERSION: SemVer = SemVer::new(0, 6, 0);

query_wasm
.smart::<SemVer>(address.clone(), QUERY_MSG.to_vec())
Expand Down

0 comments on commit 74b9279

Please sign in to comment.