Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Nov 26, 2024
1 parent 981f0ee commit 88b02d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/contracts/adapters/oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ The Oracle Adapter allows developers to query a price associated with a price so
pub enum OracleQueryMsg{
Price{
oracle: String,
price_source_key: String
price_source_key: String,
// Only successful if price is not too old
max_age: u64
}
}
// And returns
Expand Down

0 comments on commit 88b02d7

Please sign in to comment.