File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
contracts/nested-contracts Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ optimize = """docker run --rm -v "$(pwd)":/code \
30
30
[dependencies ]
31
31
cosmwasm-schema = " 2.1.0"
32
32
cosmwasm-std = { version = " 2.1.0" , features = [
33
- " cosmwasm_1_4" ,
34
- # Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35
- # "cosmwasm_2_0",
33
+ " cosmwasm_1_4" ,
34
+ # Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35
+ # "cosmwasm_2_0",
36
36
] }
37
37
cw-storage-plus = " 2.0.0"
38
38
cw2 = " 2.0.0"
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ optimize = """docker run --rm -v "$(pwd)":/code \
30
30
[dependencies ]
31
31
cosmwasm-schema = " 2.1.0"
32
32
cosmwasm-std = { version = " 2.1.0" , features = [
33
- " cosmwasm_1_4" ,
34
- # Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35
- # "cosmwasm_2_0",
33
+ " cosmwasm_1_4" ,
34
+ # Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35
+ # "cosmwasm_2_0",
36
36
] }
37
37
cw-storage-plus = " 2.0.0"
38
38
cw2 = " 2.0.0"
You can’t perform that action at this time.
0 commit comments