Remove hardcoded source/builder values
This commit is contained in:
parent
5bcdf286f6
commit
a0a4fbc555
@ -34,8 +34,8 @@ async function uploadContract(client, pen, wasm) {
|
||||
value: {
|
||||
sender: faucetAddress,
|
||||
wasm_byte_code: Encoding.toBase64(wasm),
|
||||
source: "https://github.com/confio/cosmwasm/raw/0.7/lib/vm/testdata/contract_0.6.wasm",
|
||||
builder: "cosmwasm-opt:0.6.2",
|
||||
source: "",
|
||||
builder: "",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user