Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix: test erc20 deploy priv eth key env
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed May 13, 2024
1 parent adcb052 commit 10aaaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orai/scripts/test-erc20-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -eu

# hard-coded test private key. DO NOT USE!!
PRIVATE_KEY_ETH=${PRIVATE_KEY_ETH:"021646C7F742C743E60CC460C56242738A3951667E71C803929CB84B6FA4B0D6"}
PRIVATE_KEY_ETH=${PRIVATE_KEY_ETH:-"021646C7F742C743E60CC460C56242738A3951667E71C803929CB84B6FA4B0D6"}
# run erc20 tests
current_dir=$PWD

Expand Down

0 comments on commit 10aaaac

Please sign in to comment.