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
1 change: 0 additions & 1 deletion mainnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"overrides": {
"ecotone": "1725868497",
"canyon": "1725868497",
"cancun": "1725868497",
"hvm0": "1739286001",
"isthmus": "1751554801",
"holocene": "1751554801",
Expand Down
4 changes: 2 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:e79d992@sha256:dbe292e013345a8a41c9dc8ee09088853410b17c06ef779258d251f55356c501
image: ghcr.io/hemilabs/op-geth:6ba3f1d@sha256:0b32cd4646ec55fddcb8620894e0404f546fe8c812d683b2e39215f682ae6e8e
platform: linux/amd64
# XXX does geth need to be fully synced
profiles: ["hemi", "hemi-min", "full"]
Expand Down Expand Up @@ -223,7 +223,7 @@ services:

# Hemi op-node
op-node:
image: ghcr.io/hemilabs/op-node:ea9fe7b@sha256:7110e3c4c61e495ea0a6621d7ec211ceb7e948e25c648b05bd51fcc557ad06bc
image: ghcr.io/hemilabs/op-node:4c1032e@sha256:5424e6b54104c78e5398693aebfe82c381407065370bd73fa0cd0ed81c4121d7
platform: linux/amd64
profiles: ["hemi", "hemi-min", "full"]
depends_on:
Expand Down
1 change: 0 additions & 1 deletion testnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"overrides": {
"ecotone": "1715865630",
"canyon": "1715865630",
"cancun": "1715865630",
"hvm0": "1733930401",
"isthmus": "1748963425",
"holocene": "1748963425",
Expand Down
12 changes: 6 additions & 6 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: docker.io/hemilabs/op-geth:157cd4b@sha256:2988074ab0bbd4d343fc4132782ecde5d230436626c7da4e841bd1b9f0f2c81a
image: ghcr.io/hemilabs/op-geth:6ba3f1d@sha256:0b32cd4646ec55fddcb8620894e0404f546fe8c812d683b2e39215f682ae6e8e
platform: linux/amd64
# XXX does geth need to be fully synced
profiles: ["hemi", "hemi-min", "full"]
Expand Down Expand Up @@ -226,7 +226,7 @@ services:

# Hemi op-node
op-node:
image: ghcr.io/hemilabs/op-node:f88221e@sha256:1878d832ca8f386247de6f61a86441b07c29f8cd2bb8628b77de11c54f98448f
image: ghcr.io/hemilabs/op-node:4c1032e@sha256:5424e6b54104c78e5398693aebfe82c381407065370bd73fa0cd0ed81c4121d7
platform: linux/amd64
profiles: ["hemi", "hemi-min", "full"]
depends_on:
Expand Down Expand Up @@ -327,7 +327,7 @@ services:

op-node-forked:
# yamllint disable-line rule:line-length
image: "ghcr.io/hemilabs/op-node:9cc3af2@sha256:ce6ee92b90d28656c93ffb58f3bdb9d5436015e91ecf587bb5ae2832a1be5e2a"
image: "ghcr.io/hemilabs/op-node:4c1032e@sha256:5424e6b54104c78e5398693aebfe82c381407065370bd73fa0cd0ed81c4121d7"
profiles: ["hemitrap"]
environment:
OP_NODE_BSS_WS: "http://bssd:8081/v1/ws"
Expand Down Expand Up @@ -378,7 +378,7 @@ services:
condition: "any"

op-batcher-forked:
image: "ghcr.io/hemilabs/op-node:9cc3af2@sha256:ce6ee92b90d28656c93ffb58f3bdb9d5436015e91ecf587bb5ae2832a1be5e2a"
image: "ghcr.io/hemilabs/op-node:4c1032e@sha256:5424e6b54104c78e5398693aebfe82c381407065370bd73fa0cd0ed81c4121d7"
profiles: ["hemitrap"]
networks:
- "localnode"
Expand Down Expand Up @@ -413,7 +413,7 @@ services:
condition: "service_started"

op-proposer-forked:
image: "ghcr.io/hemilabs/op-node:9cc3af2@sha256:ce6ee92b90d28656c93ffb58f3bdb9d5436015e91ecf587bb5ae2832a1be5e2a"
image: "ghcr.io/hemilabs/op-node:4c1032e@sha256:5424e6b54104c78e5398693aebfe82c381407065370bd73fa0cd0ed81c4121d7"
profiles: ["hemitrap"]
networks:
- "localnode"
Expand Down Expand Up @@ -444,7 +444,7 @@ services:

op-geth-l2-forked:
# yamllint disable-line rule:line-length
image: "ghcr.io/hemilabs/op-geth:e79d992@sha256:dbe292e013345a8a41c9dc8ee09088853410b17c06ef779258d251f55356c501"
image: "ghcr.io/hemilabs/op-geth:6ba3f1d@sha256:0b32cd4646ec55fddcb8620894e0404f546fe8c812d683b2e39215f682ae6e8e"
profiles: ["hemitrap"]
environment:
OP_GETH_L1_RPC: http://geth-l1-forked:9988"
Expand Down