Skip to content

Commit

Permalink
chore: use infura for sepolia
Browse files Browse the repository at this point in the history
ci: remove RPC_URL_SEPOLIA
  • Loading branch information
PaulRBerg committed Dec 17, 2023
1 parent 6830fc7 commit 6443c65
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-merkle-streamer-ll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
API_KEY_SNOWTRACE: ${{ secrets.API_KEY_SNOWTRACE }}
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
RPC_URL_SEPOLIA: ${{ secrets.RPC_URL_SEPOLIA }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}
RPC_URL_SEPOLIA: ${{ secrets.RPC_URL_SEPOLIA }}

on:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-merkle-streamer-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}
RPC_URL_SEPOLIA: ${{ secrets.RPC_URL_SEPOLIA }}

on:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}
RPC_URL_SEPOLIA: ${{ secrets.RPC_URL_SEPOLIA }}

on:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}
RPC_URL_SEPOLIA: ${{ secrets.RPC_URL_SEPOLIA }}

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
mainnet = "${RPC_URL_MAINNET}"
optimism = "https://optimism-mainnet.infura.io/v3/${API_KEY_INFURA}"
polygon = "https://polygon-mainnet.infura.io/v3/${API_KEY_INFURA}"
sepolia = "${RPC_URL_SEPOLIA}"
sepolia = "https://sepolia.infura.io/v3/${API_KEY_INFURA}"

0 comments on commit 6443c65

Please sign in to comment.