Skip to content

Commit

Permalink
Update modules/contracts/adapters/oracle/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mykhailo Donchenko <[email protected]>
  • Loading branch information
Kayanski and Buckram123 authored Jan 8, 2025
1 parent e52f504 commit c302d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/contracts/adapters/oracle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub mod interface {
.map(|(key, value)| (key.to_string(), Addr::unchecked(value)))
.collect()
}

Source: https://docs.pyth.network/price-feeds/contract-addresses/cosmwasm
pub const PYTH_XION_TEST_ADDRESS: &str =
"xion1w39ctwxxhxxc2kxarycjxj9rndn65gf8daek7ggarwh3rq3zl0lqqllnmt";
pub const PYTH_PION_ADDRESS: &str =
Expand Down

0 comments on commit c302d5f

Please sign in to comment.