Skip to content

Commit b0f16ae

Browse files
committed
Change testdata/hackatom.wasm from link to copy
1 parent ec3b4e4 commit b0f16ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/vm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docker run --rm -v "$(pwd)":/code \
5858
--mount type=volume,source="devcontract_cache_hackatom",target=/target \
5959
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
6060
cosmwasm/optimizer:0.15.0 ./contracts/hackatom \
61-
&& cp artifacts/hackatom.wasm packages/vm/testdata/hackatom_1.2.wasm
61+
&& cp artifacts/hackatom.wasm packages/vm/testdata/hackatom.wasm
6262

6363
docker run --rm -v "$(pwd)":/code \
6464
--mount type=volume,source="devcontract_cache_ibc_reflect",target=/target \

packages/vm/testdata/hackatom.wasm

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/vm/testdata/hackatom.wasm

227 KB
Binary file not shown.

0 commit comments

Comments
 (0)