diff --git a/scripts/sepolia_deploy.sh b/scripts/sepolia_deploy.sh index 2b6b571..8db7c55 100755 --- a/scripts/sepolia_deploy.sh +++ b/scripts/sepolia_deploy.sh @@ -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"