Skip to content

Commit

Permalink
Merge pull request #13 from Layr-Labs/epociask--chore-fix-contracts-c…
Browse files Browse the repository at this point in the history
…ommit-ref

chore: fix contracts commit ref
  • Loading branch information
epociask authored Oct 20, 2024
2 parents 0b2c80f + 053ae63 commit 345f178
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 4fb6492ba3892863b3b66cd1335b49152cf9d975
RUN git checkout ${NITRO_CONTRACTS_BRANCH}

# Install Foundry
RUN curl -L https://foundry.paradigm.xyz | bash
Expand Down
4 changes: 2 additions & 2 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ function writeConfigs(argv: any) {
"batch-poster": {
"enable": false,
"redis-url": argv.redisUrl,
"max-delay": "30s",
"max-delay": "15m",
"wait-for-max-delay": false,
"max-eigenda-batch-size": 2_000_000, // 2MB
"max-eigenda-batch-size": 16_000_000, // 16MB
"l1-block-bound": "ignore",
"parent-chain-wallet" : {
"account": namedAddress("sequencer"),
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="a450cd9278f067b480671e5658804f029da38ea1"
DEFAULT_NITRO_CONTRACTS_VERSION="4fb6492ba3892863b3b66cd1335b49152cf9d975"
DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.1"

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

0 comments on commit 345f178

Please sign in to comment.