From 5fba66d00a264cf7eff069f192af47e055227f90 Mon Sep 17 00:00:00 2001 From: dzimiks Date: Thu, 12 Dec 2024 16:47:47 +0100 Subject: [PATCH] chore: set CD mode --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4517067..2884b5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,12 +11,13 @@ jobs: # Create Tenderly Virtual TestNet environment: https://docs.tenderly.co/virtual-testnets - name: Setup Tenderly Virtual TestNet - uses: Tenderly/vnet-github-action@v1.0.9 + uses: Tenderly/vnet-github-action@v1.0.10 with: access_key: ${{ secrets.TENDERLY_ACCESS_KEY }} project_name: ${{ vars.TENDERLY_PROJECT_SLUG }} account_name: ${{ vars.TENDERLY_ACCOUNT_SLUG }} testnet_name: 'Uniswap VNet CI/CD ${{ github.run_id }}' + mode: 'CD' # ETH Mainnet config: https://docs.tenderly.co/supported-networks network_id: 1 chain_id: 1