We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0acc1 commit 1f4c0baCopy full SHA for 1f4c0ba
target-chains/cosmwasm/contracts/pyth/src/state.rs
@@ -29,7 +29,7 @@ use {
29
};
30
31
pub static CONFIG_KEY: &[u8] = b"config";
32
-pub static PRICE_INFO_KEY: &[u8] = b"price_info_v3";
+pub static PRICE_INFO_KEY: &[u8] = b"price_info_v4";
33
34
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, Hash, JsonSchema)]
35
pub struct PythDataSource {
0 commit comments