From 3b3e2706bd115cf455ef6e44ff631d63263fc4dc Mon Sep 17 00:00:00 2001 From: truemiller Date: Mon, 28 Oct 2024 12:22:02 +0000 Subject: [PATCH 1/2] fix: tenderly rpcs --- .github/workflows/release.yml | 12 ++++++------ .github/workflows/release_win.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ef9a5e24..47d7531ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,9 +141,9 @@ jobs: run: yarn build:frontend env: NODE_ENV: ${{ matrix.env }} - DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/7e67e659-9a8a-4830-b430-76203f1abde8 + DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }} - FORK_URL: https://virtual.gnosis.rpc.tenderly.co/7e67e659-9a8a-4830-b430-76203f1abde8 + FORK_URL: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf # Run the build and notarization process for production - name: Build, notarize, and publish (Production) @@ -173,9 +173,9 @@ jobs: GH_TOKEN: ${{ secrets.github_token }} NODE_ENV: ${{ matrix.env }} ARCH: ${{ matrix.arch }} - DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/78ca845d-2b24-44a6-9ce2-869a979e8b5b - FORK_URL: https://virtual.gnosis.rpc.tenderly.co/78ca845d-2b24-44a6-9ce2-869a979e8b5b + DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf + FORK_URL: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf run: | - echo "DEV_RPC=https://virtual.gnosis.rpc.tenderly.co/78ca845d-2b24-44a6-9ce2-869a979e8b5b" >> .env - echo "FORK_URL=https://virtual.gnosis.rpc.tenderly.co/78ca845d-2b24-44a6-9ce2-869a979e8b5b" >> .env + echo "DEV_RPC=https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf" >> .env + echo "FORK_URL=https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf" >> .env node build.js diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index d9ffc9cf0..2b2fd80db 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -15,7 +15,7 @@ jobs: rpc: "https://rpc-gate.autonolas.tech/gnosis-rpc/" arch: "x64" - env: "development" - rpc: "https://virtual.gnosis.rpc.tenderly.co/7e67e659-9a8a-4830-b430-76203f1abde8" + rpc: "https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf" arch: "x64" defaults: run: From 64a25a83e18f73cc91a4addc8c1bd9cd9b848128 Mon Sep 17 00:00:00 2001 From: truemiller Date: Mon, 28 Oct 2024 12:34:45 +0000 Subject: [PATCH 2/2] fix: redeployed rpc --- .github/workflows/release.yml | 12 ++++++------ .github/workflows/release_win.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47d7531ea..eec34a418 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,9 +141,9 @@ jobs: run: yarn build:frontend env: NODE_ENV: ${{ matrix.env }} - DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf + DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0 IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }} - FORK_URL: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf + FORK_URL: https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0 # Run the build and notarization process for production - name: Build, notarize, and publish (Production) @@ -173,9 +173,9 @@ jobs: GH_TOKEN: ${{ secrets.github_token }} NODE_ENV: ${{ matrix.env }} ARCH: ${{ matrix.arch }} - DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf - FORK_URL: https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf + DEV_RPC: https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0 + FORK_URL: https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0 run: | - echo "DEV_RPC=https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf" >> .env - echo "FORK_URL=https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf" >> .env + echo "DEV_RPC=https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0" >> .env + echo "FORK_URL=https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0" >> .env node build.js diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index 2b2fd80db..15676dfb7 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -15,7 +15,7 @@ jobs: rpc: "https://rpc-gate.autonolas.tech/gnosis-rpc/" arch: "x64" - env: "development" - rpc: "https://virtual.gnosis.rpc.tenderly.co/07203b9d-fcf1-4ed3-8cb9-d356db9337cf" + rpc: "https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0" arch: "x64" defaults: run: