Skip to content

Commit

Permalink
update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AStox committed Apr 15, 2024
1 parent 896acda commit 2d072af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
ethereum-testnet = "https://eth-sepolia.api.onfinality.io/rpc?apikey=${ONFINALITY_API_KEY}"

0 comments on commit 2d072af

Please sign in to comment.