Skip to content

Commit

Permalink
opt into ip ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Nov 15, 2023
1 parent 5dce100 commit d4b9d29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ parameters:

jobs:
check_sepolia_rpc_endpoints:
circleci_ip_ranges: true
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps:
Expand All @@ -47,6 +48,7 @@ jobs:
- l1_sepolia_rpc_url
- l2_sepolia_rpc_url
check_goerli_rpc_endpoints:
circleci_ip_ranges: true
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps:
Expand Down Expand Up @@ -92,6 +94,7 @@ jobs:
- l2_mainnet_rpc_url
# TODO: remove/replace when there are real consumers of the RPC URLs
example_mainnet_job:
circleci_ip_ranges: true
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps:
Expand Down

0 comments on commit d4b9d29

Please sign in to comment.