From 12469d96bf2467ebe97ebd8e2ccf191d98c1203f Mon Sep 17 00:00:00 2001 From: truemiller Date: Tue, 17 Dec 2024 09:47:30 +0000 Subject: [PATCH 1/2] fix: update RPC URLs in release workflow --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c77b1345..adc5cddc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -222,8 +222,8 @@ jobs: NODE_ENV: ${{ matrix.env }} IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }} OPTIMISM_RPC: https://rpc-gate.autonolas.tech/optimism-rpc/ - BASE_RPC: https://rpc-gate.autonolas.tech/base-rpc/ - GNOSIS_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/ + BASE_RPC: https://virtual.base.rpc.tenderly.co/2a91611a-3251-48a6-8095-b86815de84bf + GNOSIS_RPC: https://virtual.gnosis.rpc.tenderly.co/7de511da-9ad7-4e9f-98c1-e99052e92b15 ETHEREUM_RPC: https://rpc-gate.autonolas.tech/ethereum-rpc/ MODE_RPC: https://mainnet.mode.network @@ -264,15 +264,15 @@ jobs: GH_TOKEN: ${{ secrets.github_token }} NODE_ENV: ${{ matrix.env }} ARCH: ${{ env.OS_ARCH }} - OPTIMISM_RPC: https://rpc-gate.autonolas.tech/optimism-rpc/ - BASE_RPC: https://rpc-gate.autonolas.tech/base-rpc/ - GNOSIS_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/ + OPTIMISM_RPC: https://rpc-gate.autonolas.tech/optimism-rpc/ + BASE_RPC: https://virtual.base.rpc.tenderly.co/2a91611a-3251-48a6-8095-b86815de84bf + GNOSIS_RPC: https://virtual.gnosis.rpc.tenderly.co/7de511da-9ad7-4e9f-98c1-e99052e92b15 ETHEREUM_RPC: https://rpc-gate.autonolas.tech/ethereum-rpc/ MODE_RPC: https://mainnet.mode.network run: | echo "OPTIMISM_RPC=https://rpc-gate.autonolas.tech/optimism-rpc/" >> .env - echo "BASE_RPC=https://rpc-gate.autonolas.tech/base-rpc/" >> .env - echo "GNOSIS_RPC=https://rpc-gate.autonolas.tech/gnosis-rpc/" >> .env + echo "BASE_RPC=https://virtual.base.rpc.tenderly.co/2a91611a-3251-48a6-8095-b86815de84bf" >> .env + echo "GNOSIS_RPC=https://virtual.gnosis.rpc.tenderly.co/7de511da-9ad7-4e9f-98c1-e99052e92b15" >> .env echo "ETHEREUM_RPC=https://rpc-gate.autonolas.tech/ethereum-rpc/" >> .env echo "MODE_RPC=https://mainnet.mode.network" >> .env node build.js From 44a79f9cb6f022c0ede4257a29798cf890200350 Mon Sep 17 00:00:00 2001 From: truemiller Date: Tue, 17 Dec 2024 09:49:46 +0000 Subject: [PATCH 2/2] fix: update RPC URLs in window release workflow for development environment --- .github/workflows/release_win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index b9e3b4ec..4beeb065 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -20,8 +20,8 @@ jobs: arch: "x64" - env: "development" OPTIMISM_RPC: "https://rpc-gate.autonolas.tech/optimism-rpc/" - BASE_RPC: "https://rpc-gate.autonolas.tech/base-rpc/" - GNOSIS_RPC: "https://virtual.gnosis.rpc.tenderly.co/80ff70d1-71fd-4c9e-9402-913f0c4c58b0" + BASE_RPC: "https://virtual.base.rpc.tenderly.co/2a91611a-3251-48a6-8095-b86815de84bf" + GNOSIS_RPC: "https://virtual.gnosis.rpc.tenderly.co/7de511da-9ad7-4e9f-98c1-e99052e92b15" ETHEREUM_RPC: "https://rpc-gate.autonolas.tech/ethereum-rpc/" MODE_RPC: "https://mainnet.mode.network" arch: "x64"