Skip to content

Commit

Permalink
chore: update contract version
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Nov 1, 2024
1 parent dcdabe2 commit cc98b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/contract-types/MarketFactory.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/market/src/main.sw
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use sway_libs::ownership::*;
use sway_libs::signed_integers::i256::I256;

// version of the smart contract
const VERSION: u8 = 2_u8;
const VERSION: u8 = 3_u8;

// pyth oracle configuration params
const ORACLE_MAX_STALENESS: u64 = 60; // 60 seconds
Expand Down

0 comments on commit cc98b9a

Please sign in to comment.