Skip to content

Commit 028ecfb

Browse files
aguillond4hines
authored andcommitted
fix: octez_client bash alias (#997)
Co-authored-by: aguillon <[email protected]>
1 parent c59842f commit 028ecfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/deploy_contracts.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deploy_contract() {
1818

1919
echo "Originating $1 contract"
2020
sleep 2
21-
octez-client \
21+
octez_client \
2222
--wait 1 \
2323
--endpoint "$DEKU_TEZOS_RPC_NODE" originate contract "$1" \
2424
transferring 0 from $wallet \
@@ -44,9 +44,9 @@ then
4444
message "Using Tezos RPC Node: $DEKU_TEZOS_RPC_NODE"
4545

4646
message "Configuring Tezos client"
47-
octez-client --endpoint "$DEKU_TEZOS_RPC_NODE" bootstrapped
48-
octez-client --endpoint "$DEKU_TEZOS_RPC_NODE" import secret key myWallet "unencrypted:$SECRET_KEY" --force
49-
octez-client --endpoint "$DEKU_TEZOS_RPC_NODE" import secret key bob "unencrypted:$SECRET_KEY2" --force
47+
octez_client --endpoint "$DEKU_TEZOS_RPC_NODE" bootstrapped
48+
octez_client --endpoint "$DEKU_TEZOS_RPC_NODE" import secret key myWallet "unencrypted:$SECRET_KEY" --force
49+
octez_client --endpoint "$DEKU_TEZOS_RPC_NODE" import secret key bob "unencrypted:$SECRET_KEY2" --force
5050

5151
# [deploy_contract name source_file initial_storage] compiles the Ligo code in [source_file],
5252
# the [initial_storage] expression and originates the contract as myWallet on Tezos.

0 commit comments

Comments
 (0)