File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2626 command : run-script
2727 args : optimize
2828
29+ - name : Run cargo optimize for Astroport TF LPer
30+ uses : actions-rs/cargo@v1
31+ with :
32+ command : run-script
33+ args : optimize
34+
2935 - name : Export checksums to json
3036 run : |
3137 jq -cR 'split(" ") | {"code_hash":.[0], "contract":.[1]}' ./artifacts/checksums.txt | jq -cs '.' > checksums.json
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \
3939 --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
4040 cosmwasm/optimizer:0.15.1
4141"""
42- optimize_astroport_tf_lper = """ docker run --rm -v "$(pwd)":/code \
42+ optimize-astroport-tf-lper = """ docker run --rm -v "$(pwd)":/code \
4343 --mount type=volume,source="astroport-tf-liquid-pooler",target=/code/contracts/astroport-tf-liquid-pooler/target \
4444 --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
4545 cosmwasm/optimizer:0.15.1 ./contracts/astroport-tf-liquid-pooler
You can’t perform that action at this time.
0 commit comments