Skip to content

Commit

Permalink
fix frontend url
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj authored and BedrockSquirrel committed Aug 15, 2024
1 parent b84e78c commit 96e9b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN if [ "$TESTNET_TYPE" = "dev-testnet" ]; then \
elif [ "$TESTNET_TYPE" = "uat-testnet" ]; then \
echo "NEXT_PUBLIC_API_GATEWAY_URL=https://uat-testnet.ten.xyz" > .env; \
elif [ "$TESTNET_TYPE" = "sepolia-testnet" ]; then \
echo "NEXT_PUBLIC_API_GATEWAY_URL=https://testnet.ten.xyz" > .env; \
echo "NEXT_PUBLIC_API_GATEWAY_URL=https://dexynth-gateway.ten.xyz" > .env; \
else \
echo "NEXT_PUBLIC_API_GATEWAY_URL=http://127.0.0.1:3000" > .env; \
fi
Expand Down

0 comments on commit 96e9b5c

Please sign in to comment.