Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:

# Hemi L2 node
op-geth-l2:
image: ghcr.io/hemilabs/op-geth:6ba3f1d@sha256:0b32cd4646ec55fddcb8620894e0404f546fe8c812d683b2e39215f682ae6e8e
image: ghcr.io/hemilabs/op-geth:bce106a@sha256:bdfa5b7a5922e4dc9e5c4e494c547d92899140e3c149e5c7ebdc01e92da8990b
platform: linux/amd64
# XXX does geth need to be fully synced
profiles: ["hemi", "hemi-min", "full"]
Expand Down Expand Up @@ -185,6 +185,7 @@ services:
ports:
- '18546:18546'
- '28546:28546'
- '5555:5555'
networks:
- "localnode"
entrypoint:
Expand Down Expand Up @@ -223,7 +224,7 @@ services:

# Hemi op-node
op-node:
image: ghcr.io/hemilabs/op-node:4c1032e@sha256:5424e6b54104c78e5398693aebfe82c381407065370bd73fa0cd0ed81c4121d7
image: ghcr.io/hemilabs/op-node:7c70d2d@sha256:7db35d5798615e572d80823a3238a8111b14a90aade876a34b6a2936b17cbd87
platform: linux/amd64
profiles: ["hemi", "hemi-min", "full"]
depends_on:
Expand Down
1 change: 1 addition & 0 deletions scripts/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ geth \\
$OVERRIDES \\
--tbc.network=$TBC_NET \\
--tbc.leveldbhome=/tbcdata/data \\
--tbc.prometheusaddress='0.0.0.0:5555' \\
--hvm.headerdatadir=/tbcdata/headers \\
--hvm.genesisheight=$HVM_GENESIS \\
--hvm.genesisheader=$HVM_GENESIS_HEADER \\
Expand Down
5 changes: 3 additions & 2 deletions testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ services:

# Hemi L2 node
op-geth-l2:
image: ghcr.io/hemilabs/op-geth:6ba3f1d@sha256:0b32cd4646ec55fddcb8620894e0404f546fe8c812d683b2e39215f682ae6e8e
image: ghcr.io/hemilabs/op-geth:bce106a@sha256:bdfa5b7a5922e4dc9e5c4e494c547d92899140e3c149e5c7ebdc01e92da8990b
platform: linux/amd64
# XXX does geth need to be fully synced
profiles: ["hemi", "hemi-min", "full"]
Expand Down Expand Up @@ -188,6 +188,7 @@ services:
ports:
- '18546:18546'
- '28546:28546'
- '5555:5555'
networks:
- "localnode"
entrypoint:
Expand Down Expand Up @@ -226,7 +227,7 @@ services:

# Hemi op-node
op-node:
image: ghcr.io/hemilabs/op-node:4c1032e@sha256:5424e6b54104c78e5398693aebfe82c381407065370bd73fa0cd0ed81c4121d7
image: ghcr.io/hemilabs/op-node:7c70d2d@sha256:7db35d5798615e572d80823a3238a8111b14a90aade876a34b6a2936b17cbd87
platform: linux/amd64
profiles: ["hemi", "hemi-min", "full"]
depends_on:
Expand Down