Skip to content

Commit

Permalink
⬆️ bump 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Dec 10, 2024
1 parent 86d7ccd commit ee1f3f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.8.2
scarb 2.9.1
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ homepage = "https://github.com/astraly-labs/pragma-oracle/tree/main"
[lib]

[dependencies]
starknet = "2.8.2"
starknet = "2.9.1"
1 change: 1 addition & 0 deletions src/types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@ struct PragmaPricesResponse {
enum AggregationMode {
Median: (),
Mean: (),
ConversionRate,
Error: (),
}

0 comments on commit ee1f3f7

Please sign in to comment.