fix: webapp-entrypoint.sh and e2e.yml hardcode Sepolia SwapRouter (#951)
This commit is contained in:
parent
be453a8db4
commit
45770d274f
2 changed files with 4 additions and 2 deletions
|
|
@ -167,7 +167,8 @@ services:
|
|||
export VITE_DEFAULT_CHAIN_ID=31337
|
||||
export VITE_LOCAL_RPC_PROXY_TARGET=http://anvil:8545
|
||||
export VITE_LOCAL_GRAPHQL_PROXY_TARGET=http://ponder:42069
|
||||
export VITE_SWAP_ROUTER=0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4
|
||||
# Default is the Sepolia SwapRouter; override via VITE_SWAP_ROUTER env var for other networks.
|
||||
export VITE_SWAP_ROUTER="${VITE_SWAP_ROUTER:-0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4}"
|
||||
export VITE_ENABLE_LOCAL_SWAP=true
|
||||
export VITE_BASE_PATH=/app/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue