Skip to content

Commit

Permalink
Bump contracts to v0.7.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Oct 11, 2023
1 parent cef6288 commit 9889cf2
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/testdata/download_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if [ $# -ne 1 ]; then
fi
tag="$1"

for contract in external_staking mesh_converter mesh_native_staking mesh_native_staking_proxy mesh_simple_price_feed \
mesh_vault mesh_virtual_staking ; do
for contract in mesh_external_staking mesh_converter mesh_native_staking mesh_native_staking_proxy mesh_simple_price_feed \
mesh_vault mesh_virtual_staking; do
url="https://github.com/osmosis-labs/mesh-security/releases/download/$tag/${contract}.wasm"
echo "Downloading $url ..."
wget -O "${contract}.wasm" "$url"
Expand Down
Empty file.
Binary file removed tests/testdata/external_staking.wasm.gz
Binary file not shown.
Binary file modified tests/testdata/mesh_converter.wasm.gz
Binary file not shown.
Binary file added tests/testdata/mesh_external_staking.wasm.gz
Binary file not shown.
Binary file modified tests/testdata/mesh_native_staking.wasm.gz
Binary file not shown.
Binary file modified tests/testdata/mesh_native_staking_proxy.wasm.gz
Binary file not shown.
Binary file modified tests/testdata/mesh_simple_price_feed.wasm.gz
Binary file not shown.
Binary file modified tests/testdata/mesh_vault.wasm.gz
Binary file not shown.
Binary file modified tests/testdata/mesh_virtual_staking.wasm.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/testdata/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0-alpha.1
v0.7.0-alpha.1

0 comments on commit 9889cf2

Please sign in to comment.