We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b840a commit 6a13fe5Copy full SHA for 6a13fe5
packages/vm/benches/main.rs
@@ -31,7 +31,7 @@ const MEMORY_CACHE_SIZE: Size = Size::mebi(200);
31
const INSTANTIATION_THREADS: usize = 128;
32
const CONTRACTS: u64 = 10;
33
34
-const DEFAULT_CAPABILITIES: &str = "cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_1_5,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2,iterator,staking";
+const DEFAULT_CAPABILITIES: &str = "cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2,iterator,staking";
35
static HACKATOM: &[u8] = include_bytes!("../testdata/hackatom.wasm");
36
static CYBERPUNK: &[u8] = include_bytes!("../testdata/cyberpunk.wasm");
37
0 commit comments