Skip to content

Commit

Permalink
Merge pull request #66 from dappnode/dappnodebot/bump-upstream/ledger…
Browse files Browse the repository at this point in the history
…watch/[email protected]

bump ledgerwatch/erigon to v2.60.3
  • Loading branch information
alexpeterson91 authored Jul 8, 2024
2 parents 8020218 + 9023b40 commit 731202d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gnosis-erigon.dnp.dappnode.eth",
"version": "0.1.1",
"version": "0.1.2",
"shortDescription": "Modular Ethereum client on the efficiency frontier, written in Go, for the Gnosis Chain network",
"description": "Erigon is a next generation Ethereum client that introduces several new concepts:\n\n* A modular client design, enabling parallelized development of the client\n\n* New (`flat`) model of storing Ethereum state, allowing a lower disk footprint\n\n* Preprocessing of data outside of the storage engine, making database write operations faster by a magnitude\n\n* Staged synchronization technique, allowing very fast synchronization",
"upstreamVersion": "v2.59.0",
"upstreamVersion": "v2.60.3",
"upstreamRepo": "ledgerwatch/erigon",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: "3.5"
services:
erigon:
image: "erigon.gnosis-erigon.dnp.dappnode.eth:0.1.0"
image: erigon.gnosis-erigon.dnp.dappnode.eth:0.1.0
build:
context: .
args:
UPSTREAM_VERSION: v2.59.0
UPSTREAM_VERSION: v2.60.3
ports:
- "31305:31305/tcp"
- "31305:31305/udp"
- 31305:31305/tcp
- 31305:31305/udp
volumes:
- "data:/home/gnosis-erigon/.local/share"
- data:/home/gnosis-erigon/.local/share
environment:
P2P_PORT: 31305
TORRENT_PORT: 43084
Expand Down

0 comments on commit 731202d

Please sign in to comment.