Skip to content

Commit

Permalink
Merge pull request #38 from Vis-Nova-Labs/bump-upstream_v2.1.3-e815395
Browse files Browse the repository at this point in the history
Bump-upstream_v2.1.3-e815395
  • Loading branch information
alexpeterson91 authored Jan 16, 2024
2 parents 10e7c95 + eaaeb54 commit fa74cfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN mkdir -p /home/user/.arbitrum \

USER user

ENTRYPOINT nitro --parent-chain.connection.url=$ETH_RPC_URL \
--chain.id=42161 \
ENTRYPOINT nitro --parent-chain.connection.url "${ETH_RPC_URL}" \
--chain.name=arb1 \
--http.addr=0.0.0.0 \
--http.corsdomain=* \
--http.vhosts=* \
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"0xAtum (https://github.com/0xAtum)",
"Voss <[email protected]> (https://github.com/alexpeterson91)"
],
"upstreamVersion": "v2.1.1-e9d8842",
"upstreamVersion": "v2.1.3-e815395",
"upstreamRepo": "OffchainLabs/nitro",
"upstreamArg": "UPSTREAM_VERSION",
"categories": ["Developer tools", "Blockchain"],
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ services:
build:
context: build
args:
UPSTREAM_VERSION: v2.1.1-e9d8842
UPSTREAM_VERSION: v2.1.3-e815395
volumes:
- "data:/home/user/.arbitrum"
environment:
ETH_RPC_URL: "http://geth.dappnode:8545"
EXTRA_OPTS: "--http.api=net,web3,eth,arb,debug"
EXTRA_OPTS: "--init.url=https://snapshot.arbitrum.foundation/arb1/nitro-pruned.tar --http.api=net,web3,eth,arb,debug"
image: "arbitrum-nitro.public.dappnode.eth:1.0.10"
restart: unless-stopped
volumes:
Expand Down

0 comments on commit fa74cfc

Please sign in to comment.