Skip to content

Commit

Permalink
wrong env name
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Dec 14, 2023
1 parent 98fb10e commit 7134167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/docker/deploy_csc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
cd /app/contract
remove0x=${PARENTNET:2}
remove0x=${PARENTNET_WALLET_PK:2}
echo "PRIVATE_KEY=${remove0x}" >> .env
cp /app/generated/deployment.config.json /app/contract/deployment.config.json
echo "RELAYER_MODE=${RELAYER_MODE}"
Expand Down

0 comments on commit 7134167

Please sign in to comment.