Skip to content

Commit

Permalink
Update sepolia_deploy.sh
Browse files Browse the repository at this point in the history
remove env var setter(broken)
  • Loading branch information
ZackAttax authored Oct 18, 2024
1 parent 1479ff5 commit 85856a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/sepolia_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,3 @@ if [ -z "$KUDOS_CONTRACT_ADDRESS" ]; then
echo "Error: Failed to retrieve Kudos contract address."
exit 1
fi
# Export the contract address as an environment variable
export KUDOS_CONTRACT_ADDRESS=$KUDOS_CONTRACT_ADDRESS
echo "Environment variable KUDOS_CONTRACT_ADDRESS set to: $KUDOS_CONTRACT_ADDRESS"

0 comments on commit 85856a3

Please sign in to comment.