From 6af917da86f3852a91e764c5aeefdb595435f452 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:19:19 +0200 Subject: [PATCH] update --- linea/erigon/Dockerfile | 2 +- reference-rpc-endpoint.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/linea/erigon/Dockerfile b/linea/erigon/Dockerfile index 78f47d87..f2725fc7 100644 --- a/linea/erigon/Dockerfile +++ b/linea/erigon/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/golang:1.20-alpine3.17 AS builder RUN apk add --no-cache make g++ gcc musl-dev linux-headers git -ARG ERIGON_VERSION=v2.51.0 +ARG ERIGON_VERSION=v2.60.8 ARG ERIGON_REPOSITORY=https://github.com/ledgerwatch/erigon.git RUN git clone --recurse-submodules -j8 $ERIGON_REPOSITORY diff --git a/reference-rpc-endpoint.json b/reference-rpc-endpoint.json index bf048a4a..178af5ab 100644 --- a/reference-rpc-endpoint.json +++ b/reference-rpc-endpoint.json @@ -325,7 +325,8 @@ "linea-besu" ], "archive": [ - "geth-linea" + "geth-linea", + "erigon-linea" ] }, "lisk-sepolia": {