diff --git a/sz-poc-offsite-2025/uniswap/contracts/deploy-contracts.sh b/sz-poc-offsite-2025/uniswap/contracts/deploy-contracts.sh index e00741a..63632b6 100755 --- a/sz-poc-offsite-2025/uniswap/contracts/deploy-contracts.sh +++ b/sz-poc-offsite-2025/uniswap/contracts/deploy-contracts.sh @@ -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 \ No newline at end of file diff --git a/sz-poc-offsite-2025/uniswap/nomiswap/.env b/sz-poc-offsite-2025/uniswap/nomiswap/.env new file mode 100644 index 0000000..9ef8606 --- /dev/null +++ b/sz-poc-offsite-2025/uniswap/nomiswap/.env @@ -0,0 +1,3 @@ +REACT_APP_NOMISWAP_ROUTER_ADDRESS=0x0 +REACT_APP_NOMISWAP_TOKEN_NET=0x1 +REACT_APP_NOMISWAP_TOKEN_MEM=0x2 \ No newline at end of file