Skip to content

Commit 1f4c0ba

Browse files
author
Dev Kalra
authored
update key to v4 (#513)
1 parent 5d0acc1 commit 1f4c0ba

File tree

1 file changed

+1
-1
lines changed
  • target-chains/cosmwasm/contracts/pyth/src

1 file changed

+1
-1
lines changed

target-chains/cosmwasm/contracts/pyth/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use {
2929
};
3030

3131
pub static CONFIG_KEY: &[u8] = b"config";
32-
pub static PRICE_INFO_KEY: &[u8] = b"price_info_v3";
32+
pub static PRICE_INFO_KEY: &[u8] = b"price_info_v4";
3333

3434
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, Hash, JsonSchema)]
3535
pub struct PythDataSource {

0 commit comments

Comments
 (0)