From 2d072af52f14a34d8582ea676466f4b8eaf35b73 Mon Sep 17 00:00:00 2001 From: Adam Stox Date: Mon, 15 Apr 2024 16:09:57 -0400 Subject: [PATCH] update env vars --- .github/workflows/ci.yml | 3 +++ .github/workflows/deploy.yml | 3 +++ foundry.toml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea367148..799d3cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,9 @@ jobs: env: SPHINX_API_KEY: ${{ secrets.SPHINX_API_KEY }} ONFINALITY_API_KEY: ${{ secrets.ONFINALITY_API_KEY }} + ADMIN: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f + PAUSERS: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f + AXELAR_GATEWAY: 0xe432150cce91c13a887f7D836923d5597adD8E31 # slither-analyze: # runs-on: "ubuntu-latest" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 88cda5f2..cf45f8b1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,6 +2,9 @@ name: "Deploy" env: SPHINX_API_KEY: ${{ secrets.SPHINX_API_KEY }} ONFINALITY_API_KEY: ${{ secrets.ONFINALITY_API_KEY }} + ADMIN: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f + PAUSERS: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f + AXELAR_GATEWAY: 0xe432150cce91c13a887f7D836923d5597adD8E31 on: push: diff --git a/foundry.toml b/foundry.toml index 6dda9dfc..026d8511 100644 --- a/foundry.toml +++ b/foundry.toml @@ -87,4 +87,4 @@ ethereum-mainnet = "https://eth.api.onfinality.io/rpc?apikey=${ONFINALITY_API_KE arbitrum-mainnet = "https://arbitrum.api.onfinality.io/rpc?apikey=${ONFINALITY_API_KEY}" celo-mainnet = "https://celo.api.onfinality.io/rpc?apikey=${ONFINALITY_API_KEY}" base-mainnet = "https://base.api.onfinality.io/rpc?apikey=${ONFINALITY_API_KEY}" -ethereum-testnet = "https://eth-sepolia.infura.io/v3/${INFURA_API_KEY}" \ No newline at end of file +ethereum-testnet = "https://eth-sepolia.api.onfinality.io/rpc?apikey=${ONFINALITY_API_KEY}" \ No newline at end of file