forked from gattaca-com/based-op
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_multiple_gateways.yml
More file actions
36 lines (35 loc) · 1.31 KB
/
config_multiple_gateways.yml
File metadata and controls
36 lines (35 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
optimism_package:
chains:
- participants:
# Vanilla Stack (OP-Node, OP-EL) for the Sequencer
- el_type: op-reth
cl_type: op-node
cl_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.10.3
# # Follower Node Stack (BOP-Node, BOP-EL)
- el_type: op-geth
el_image: based_op_geth
# el_extra_params:
# - --rollup.sequencerhttp
# - http://host.docker.internal:9997
cl_type: op-node
cl_image: based_op_node
cl_extra_params:
- --rpc.enable-based
batcher_params:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher:v1.11.0
mev_type: based-portal
mev_params:
based_portal_image: based_portal_local
# gateway_image: based_gateway_local
# Uncomment for local development, with the gateway starting out of the enclave via make dump gateway
builder_host: "172.17.0.1"
builder_port: "9997"
portal_extra_params:
- --gateway.update_url=http://172.17.0.1:9099/gateways.example.json
additional_services:
- blockscout
ethereum_package:
participants:
- el_type: geth
# This is fixed because v1.15.0 (latest) introduces breaking changes
el_image: ethereum/client-go:v1.14.13