Skip to content

Commit

Permalink
Format bash files
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Jan 22, 2025
1 parent 3ee6083 commit bcf808f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/docker/deployer/sh/build-publish-payloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@ aptos move build-publish-payload \
aptos move build-publish-payload \
--assume-yes \
--named-addresses \
rewards=$profile,integrator=$profile,emojicoin_dot_fun=$profile \
rewards=$profile,integrator=$profile,emojicoin_dot_fun=$profile \
--override-size-check \
--included-artifacts none \
--package-dir $move_dir/rewards/ \
--json-output-file $json_dir/rewards.json \
--skip-fetch-latest-git-deps \
--move-2

# arena_addresses="\
# emojicoin_arena=$profile,integrator=$profile,emojicoin_dot_fun=$profile"
#
# aptos move build-publish-payload \
# --assume-yes \
# --named-addresses $arena_addresses \
# emojicoin_arena=$profile,integrator=$profile,emojicoin_dot_fun=$profile"
# --package-dir $move_dir/emojicoin_arena/ \
# --json-output-file $json_dir/emojicoin_arena.json \
# --skip-fetch-latest-git-deps \
Expand Down
2 changes: 1 addition & 1 deletion src/docker/deployer/sh/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fund_and_publish() {
--max-gas 2000000 \
--gas-unit-price $gas_unit_price \
--profile $profile

# aptos move run \
# --assume-yes \
# --json-file /app/json/emojicoin_arena.json \
Expand Down

0 comments on commit bcf808f

Please sign in to comment.