Skip to content

Commit

Permalink
Merge pull request #26 from dappnode/dappnodebot/bump-upstream/ethere…
Browse files Browse the repository at this point in the history
…um-optimism/[email protected]

bump ethereum-optimism/op-geth to v1.101315.0
  • Loading branch information
Marketen authored May 14, 2024
2 parents 9193801 + f62d508 commit 276ce97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "op-geth.dnp.dappnode.eth",
"version": "0.1.1",
"upstreamVersion": "v1.101311.0",
"upstreamVersion": "v1.101315.0",
"upstreamRepo": "ethereum-optimism/op-geth",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Geth execution client for Optimism",
Expand Down
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ services:
build:
context: op-geth
args:
UPSTREAM_VERSION: v1.101311.0
UPSTREAM_VERSION: v1.101315.0
volumes:
- "data:/data"
- data:/data
restart: unless-stopped
environment:
- EXTRA_FLAGS
- P2P_PORT=33142
- SYNCMODE=snap
- "HISTORICAL_RPC_URL=http://op-l2geth.dappnode:8545"
- "SEQUENCER_HTTP_URL=https://mainnet-sequencer.optimism.io/"
image: "geth.op-geth.dnp.dappnode.eth:0.1.1"
- HISTORICAL_RPC_URL=http://op-l2geth.dappnode:8545
- SEQUENCER_HTTP_URL=https://mainnet-sequencer.optimism.io/
image: geth.op-geth.dnp.dappnode.eth:0.1.1
ports:
- "33142:33142/tcp"
- "33142:33142/udp"
- 33142:33142/tcp
- 33142:33142/udp
volumes:
data: {}

0 comments on commit 276ce97

Please sign in to comment.