Skip to content

Commit

Permalink
fix: revert deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Dec 13, 2024
1 parent 36e5b72 commit ab80c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

set -e

PRIVATE_KEY=$DEPLOYER_PRIVATE_KEY
PRIVATE_KEY=$PRIVATE_KEY
RPC_URL=$RPC_URL

PREMIUM_USER_ADDRESS=$PREMIUM_USER_ADDRESS
BASIC_USER_ADDRESS=$BASIC_USER_ADDRESS

# Validate environment variables
if [ -z "$DEPLOYER_PRIVATE_KEY" ]; then
echo "DEPLOYER_PRIVATE_KEY is not set"
if [ -z "$PRIVATE_KEY" ]; then
echo "PRIVATE_KEY is not set"
exit 1
fi

Expand Down

0 comments on commit ab80c19

Please sign in to comment.