File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 \
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.
You can’t perform that action at this time.
0 commit comments