Skip to content

Commit b55791d

Browse files
committed
Fix cosmwasm-check capabilities
1 parent a3f0fa3 commit b55791d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/check/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use cosmwasm_vm::capabilities_from_csv;
1111
use cosmwasm_vm::internals::{check_wasm, compile, make_compiling_engine};
1212

1313
const DEFAULT_AVAILABLE_CAPABILITIES: &str =
14-
"iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4";
14+
"iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0";
1515

1616
pub fn main() {
1717
let matches = Command::new("Contract checking")

0 commit comments

Comments
 (0)