Skip to content

Commit 9f71394

Browse files
committed
chore: update pyth-price-store dependency
1 parent 4909cd9 commit 9f71394

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ once_cell = "1.12.0"
3737
ouroboros = "0.15.0"
3838
pyth-oracle = { git = "https://github.com/pyth-network/pyth-client", rev = "256b57", features = ["library"] }
3939
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "33f901aa45f4f0005aa5a84a1479b78ca9033074" }
40-
pyth-price-publisher = { git = "https://github.com/pyth-network/pyth-crosschain", branch = "add-publisher-program" }
40+
pyth-price-store = "0.1.0"
4141
rand = "0.7.0"
4242
rayon = "1.5.3"
4343
regex = "1.5.6"

runtime/src/bank/pyth/batch_publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use {
99
find_publisher_index, get_status_for_conf_price_ratio, solana_program::pubkey::Pubkey,
1010
OracleError, PriceAccount,
1111
},
12-
pyth_price_publisher::accounts::buffer,
12+
pyth_price_store::accounts::buffer,
1313
solana_sdk::{account::ReadableAccount, clock::Slot},
1414
std::collections::HashMap,
1515
thiserror::Error,

runtime/src/bank/pyth/tests/batch_publish_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use {
1010
pyth_oracle::{
1111
solana_program::account_info::AccountInfo, PriceAccount, PriceAccountFlags, PythAccount,
1212
},
13-
pyth_price_publisher::{
13+
pyth_price_store::{
1414
accounts::{
1515
buffer::{self, BufferedPrice},
1616
publisher_config,

0 commit comments

Comments
 (0)