mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 15:43:07 +00:00
Add environment variables.
This commit is contained in:
parent
50aff9f7b9
commit
4ae639c3a3
@ -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
|
||||
3
sz-poc-offsite-2025/uniswap/nomiswap/.env
Normal file
3
sz-poc-offsite-2025/uniswap/nomiswap/.env
Normal file
@ -0,0 +1,3 @@
|
||||
REACT_APP_NOMISWAP_ROUTER_ADDRESS=0x0
|
||||
REACT_APP_NOMISWAP_TOKEN_NET=0x1
|
||||
REACT_APP_NOMISWAP_TOKEN_MEM=0x2
|
||||
Loading…
x
Reference in New Issue
Block a user