Skip to content

Commit

Permalink
feat: repl: set clarity2 and epoch 2.1 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 20, 2023
1 parent 79bde56 commit 6cb1e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/clarity-repl/src/repl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pub use settings::{Settings, SettingsFile};
use clarity::types::StacksEpochId;
use clarity::vm::ClarityVersion;

pub const DEFAULT_CLARITY_VERSION: ClarityVersion = ClarityVersion::Clarity1;
pub const DEFAULT_EPOCH: StacksEpochId = StacksEpochId::Epoch2_05;
pub const DEFAULT_CLARITY_VERSION: ClarityVersion = ClarityVersion::Clarity2;
pub const DEFAULT_EPOCH: StacksEpochId = StacksEpochId::Epoch21;

#[derive(Deserialize, Debug, Clone)]
pub struct ClarityContract {
Expand Down

0 comments on commit 6cb1e21

Please sign in to comment.