Skip to content

Commit

Permalink
Remove unused cw1/cw3 contract deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Oct 2, 2021
1 parent f9548fe commit 07139bc
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 219 deletions.
16 changes: 0 additions & 16 deletions packages/cosmwasm-stargate/src/testutils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,22 +149,6 @@ export const deployedIbcReflect = {
],
};

/** Deployed as part of scripts/wasmd/init.sh */
export const deployedCw3 = {
codeId: 3,
instances: [
"wasm1xqeym28j9xgv0p93pwwt6qcxf9tdvf9z83duy9", // Multisig (1/3)
"wasm1jka38ckju8cpjap00jf9xdvdyttz9cauchu0zl", // Multisig (2/3)
"wasm12dnl585uxzddjw9hw4ca694f054shgpgffnawy", // Multisig (uneven weights)
],
};

/** Deployed as part of scripts/wasmd/init.sh */
export const deployedCw1 = {
codeId: 4,
instances: ["wasm1vs2vuks65rq7xj78mwtvn7vvnm2gn7ad78g6yp"],
};

export function wasmdEnabled(): boolean {
return !!process.env.WASMD_ENABLED;
}
Expand Down
2 changes: 0 additions & 2 deletions scripts/wasmd/contracts/checksums.sha256
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
37f868eda7a723a769f6ff77cc27435455c3cff7b14481a114895d3d93cf8326 cw1_subkeys.wasm
203ceb9ffa61fdcb34b859a4d1249bec517112ecbaf9a9092b3787dc8199dde6 cw3_fixed_multisig.wasm
716a97b1c086e0d7769ae7887edaa0e34faba2d7b8cda07f741f9fbf95706e8c hackatom.wasm
0a127c6e04c8aad95dd3d50177e95b6116606546f0a4fc894ba82a29ce3b6fc1 ibc_reflect.wasm
3 changes: 0 additions & 3 deletions scripts/wasmd/contracts/cw1_subkeys.wasm

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/wasmd/contracts/cw3_fixed_multisig.wasm

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/wasmd/contracts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
# This must get from 2-3 different repos, fix the versions here:

COSMWASM_VERSION="v0.16.0"
PLUS_VERSION="v0.8.0-rc1"

curl -sS -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VERSION}/hackatom.wasm"
curl -sS -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VERSION}/ibc_reflect.wasm"

curl -sS -L -O "https://github.com/CosmWasm/cosmwasm-plus/releases/download/${PLUS_VERSION}/cw1_subkeys.wasm"
curl -sS -L -O "https://github.com/CosmWasm/cosmwasm-plus/releases/download/${PLUS_VERSION}/cw3_fixed_multisig.wasm"

sha256sum *.wasm >checksums.sha256
75 changes: 0 additions & 75 deletions scripts/wasmd/deploy_cw1.js

This file was deleted.

114 changes: 0 additions & 114 deletions scripts/wasmd/deploy_cw3.js

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/wasmd/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ SCRIPT_DIR="$(realpath "$(dirname "$0")")"
)
"$SCRIPT_DIR/deploy_hackatom.js"
"$SCRIPT_DIR/deploy_ibc_reflect.js"
# "$SCRIPT_DIR/deploy_cw3.js"
# "$SCRIPT_DIR/deploy_cw1.js"

0 comments on commit 07139bc

Please sign in to comment.