Skip to content

Commit

Permalink
Merge pull request #600 from valory-xyz/fix/dev-rpcs
Browse files Browse the repository at this point in the history
Update development RPCs in release flows, Gnosis & Base Tenderly
  • Loading branch information
truemiller authored Dec 17, 2024
2 parents e015095 + 44a79f9 commit 41e9e3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41e9e3a

Please sign in to comment.