Skip to content

Commit

Permalink
Merge pull request #82 from CosmWasm/update-cw1-subkeys-helper-link
Browse files Browse the repository at this point in the history
cw1-subkeys: Point helper to smart contract version v0.2.1
  • Loading branch information
ethanfrey authored Sep 10, 2020
2 parents 9d7fab2 + 33979c1 commit 06046a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/cw1-subkeys/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ const CW1 = (client: SigningCosmWasmClient): CW1Contract => {

const upload = async (): Promise<number> => {
const meta = {
source: "https://github.com/CosmWasm/cosmwasm-plus/tree/v0.1.1/contracts/cw1-subkeys",
source: "https://github.com/CosmWasm/cosmwasm-plus/tree/v0.2.1/contracts/cw1-subkeys",
builder: "cosmwasm/rust-optimizer:0.10.1"
};
const sourceUrl = "https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.1.1/cw1_subkeys.wasm";
const sourceUrl = "https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.2.1/cw1_subkeys.wasm";
const wasm = await downloadWasm(sourceUrl);
const result = await client.upload(wasm, meta);
return result.codeId;
Expand Down

0 comments on commit 06046a1

Please sign in to comment.