Skip to content

Commit

Permalink
params
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Nov 15, 2023
1 parent b74612c commit 46a49d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ parameters:

jobs:
check_sepolia_rpc_endpoints:
parameters:
l1_sepolia_rpc_url:
type: string
l2_sepolia_rpc_url:
type: string
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps:
Expand All @@ -48,6 +53,11 @@ jobs:
- l1_sepolia_rpc_url
- l2_sepolia_rpc_url
check_goerli_rpc_endpoints:
parameters:
l1_goerli_rpc_url:
type: string
l2_goerli_rpc_url:
type: string
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps:
Expand All @@ -71,6 +81,11 @@ jobs:
- l1_goerli_rpc_url
- l2_goerli_rpc_url
check_mainnet_rpc_endpoints:
parameters:
l1_mainnet_rpc_url:
type: string
l2_mainnet_rpc_url:
type: string
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps:
Expand Down

0 comments on commit 46a49d3

Please sign in to comment.