Add environment variables.

This commit is contained in:
Alejandro Cabeza Romero 2025-04-24 10:17:10 +02:00 committed by Giacomo Pasini
parent 50aff9f7b9
commit 4ae639c3a3
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,8 @@ echo -e "${BLUE}[Step]${NC} ${YELLOW}Deploying contracts to http://localhost:854
node deploy-contracts.js
if [ $? -eq 0 ]; then
echo -e "\n${GREEN}✓ Uniswap Deployment Successful${NC}"
echo -e "\n${GREEN}✓ Uniswap Deployment Successful.${NC}"
echo -e "\n${YELLOW}⚠️ Please update the Uniswap-related addresses as needed.${NC}"
else
echo -e "\n${RED}✗ Uniswap Deployment Failed${NC}"
fi

View File

@ -0,0 +1,3 @@
REACT_APP_NOMISWAP_ROUTER_ADDRESS=0x0
REACT_APP_NOMISWAP_TOKEN_NET=0x1
REACT_APP_NOMISWAP_TOKEN_MEM=0x2