Skip to content

Commit

Permalink
feat: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed Oct 22, 2023
1 parent cdc2afc commit 09b2daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oracle/oracle.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ mod Oracle {
// Store Packing constants

// For the entry storage
const MAX_FELT : u256 = 3618502788666131213697322783095070105623107215331596699973092056135872020480; //max felt value
const MAX_FELT: u256 =
3618502788666131213697322783095070105623107215331596699973092056135872020480; //max felt value
const TIMESTAMP_SHIFT_U32: felt252 = 0x100000000;
const VOLUME_SHIFT_U132: felt252 = 0x1000000000000000000000000000000000;

Expand Down

0 comments on commit 09b2daf

Please sign in to comment.