Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed Oct 1, 2024
1 parent 82a8df0 commit a5bbc98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dapps_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
if: contains( inputs.dapps, 'uniswap-v4')
env:
PROXY_URL: ${{ inputs.proxy_url }}
NETWORK_ID: ${{ inputs.network_id }}
NETWORK: ${{ inputs.network }}
SOLANA_URL: ${{ inputs.solana_url }}
FAUCET_URL: ${{ inputs.faucet_url }}
SOLANA_IP: ${{ inputs.solana_ip }}
Expand All @@ -208,8 +208,7 @@ jobs:
run: |
docker pull ${{ env.IMAGE }}
docker run --name=uniswap-v4-${{ github.run_number }} \
-e NEON_PROXY_URL=${{ env.PROXY_URL }} \
-e NEON_CHAIN_ID=${{ env.NETWORK_ID }} \
-e NETWORK=${{ env.NETWORK }} \
-e SOLANA_IP=${{ env.SOLANA_IP }} \
-e PROXY_IP=${{ env.PROXY_IP }} \
${{ env.IMAGE }}
Expand Down

0 comments on commit a5bbc98

Please sign in to comment.