Skip to content

Commit

Permalink
Merge branch 'eigenda-v3.2.1' of github.com:Layr-Labs/nitro-testnode …
Browse files Browse the repository at this point in the history
…into hope/flood-script
  • Loading branch information
epociask committed Sep 30, 2024
2 parents 4b42fa3 + cd3d33e commit 409e3d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blockscout
Submodule blockscout updated 1098 files
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ services:

eigenda_proxy:
container_name: eigenda-proxy
image: ghcr.io/layr-labs/eigenda-proxy:v1.4.0
image: ghcr.io/layr-labs/eigenda-proxy:v1.4.1
environment:
- EIGENDA_PROXY_ADDR=0.0.0.0
- EIGENDA_PROXY_PORT=4242
Expand Down
2 changes: 1 addition & 1 deletion rollupcreator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
WORKDIR /workspace
# Clone the repository and checkout the specified branch
RUN git clone --no-checkout https://github.com/layr-labs/nitro-contracts.git ./
RUN git checkout 3318395f2f428c126b7963a33e91cad16ae30510
RUN git checkout 4fb6492ba3892863b3b66cd1335b49152cf9d975

# Install Foundry
RUN curl -L https://foundry.paradigm.xyz | bash
Expand Down
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ function writeL2ChainConfig(argv: any) {
"EnableArbOS": true,
"AllowDebugPrecompiles": true,
"DataAvailabilityCommittee": false,
"InitialArbOSVersion": 31,
"InitialArbOSVersion": 32,
"EigenDA": true,
"InitialChainOwner": argv.l2owner,
"GenesisBlockNum": 0
Expand Down
2 changes: 1 addition & 1 deletion test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.0.0-c8db5b1

# This commit matches the v1.2.1 contracts, with additional support for CacheManger deployment.
# Once v1.2.2 is released, we can switch to that version.
DEFAULT_NITRO_CONTRACTS_VERSION="39d274f4d95b4278d8c2ee54622631e8adce3ad6"
DEFAULT_NITRO_CONTRACTS_VERSION="a450cd9278f067b480671e5658804f029da38ea1"
DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.1"

# Set default versions if not overriden by provided env vars
Expand Down

0 comments on commit 409e3d7

Please sign in to comment.