update op stack to granite
This commit is contained in:
@@ -5,9 +5,6 @@ services:
|
|||||||
#image: stakesquid/op-zora-mainnet:v0.1
|
#image: stakesquid/op-zora-mainnet:v0.1
|
||||||
build:
|
build:
|
||||||
context: ./op
|
context: ./op
|
||||||
args:
|
|
||||||
OP_GETH_VERSION: v1.101408.0
|
|
||||||
OP_NODE_VERSION: v1.9.1
|
|
||||||
expose:
|
expose:
|
||||||
- 8545 # RPC / Websocket
|
- 8545 # RPC / Websocket
|
||||||
- 2483 # P2P TCP (currently unused)
|
- 2483 # P2P TCP (currently unused)
|
||||||
@@ -54,9 +51,6 @@ services:
|
|||||||
#image: stakesquid/op-zora-mainnet:v0.1
|
#image: stakesquid/op-zora-mainnet:v0.1
|
||||||
build:
|
build:
|
||||||
context: ./op
|
context: ./op
|
||||||
args:
|
|
||||||
OP_GETH_VERSION: v1.101408.0
|
|
||||||
OP_NODE_VERSION: v1.9.1
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- op-zora-mainnet
|
- op-zora-mainnet
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ FROM golang:1.21 as op
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
|
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
|
||||||
ARG OP_VERSION=v1.9.0
|
ARG OP_VERSION=v1.9.1
|
||||||
# for verification:
|
# for verification:
|
||||||
|
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ FROM golang:1.21 as geth
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
|
ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
|
||||||
ARG GETH_VERSION=v1.101315.3
|
ARG GETH_VERSION=v1.101408.0
|
||||||
|
|
||||||
# avoid depth=1, so the geth build can read tags
|
# avoid depth=1, so the geth build can read tags
|
||||||
RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \
|
RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \
|
||||||
|
|||||||
Reference in New Issue
Block a user