Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Mar 28, 2024
1 parent 00862c2 commit 4197b54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ services:
- "l1keystore:/home/user/l1keystore"
- "config:/config"
- "tokenbridge-data:/tokenbridge-data"
- "rollupcreator-data:/rollupcreator-data"
command: --conf.file /config/sequencer_config.json --node.feed.output.enable --node.feed.output.port 9642 --http.api net,web3,eth,txpool,debug --node.seq-coordinator.my-url ws://sequencer:8548 --graphql.enable --graphql.vhosts * --graphql.corsdomain *
depends_on:
- geth
Expand Down Expand Up @@ -351,7 +350,6 @@ services:
NITRO_CONTRACTS_BRANCH: ${NITRO_CONTRACTS_BRANCH:-main}
volumes:
- "config:/config"
- "rollupcreator-data:/workspace"
- /var/run/docker.sock:/var/run/docker.sock

volumes:
Expand All @@ -370,4 +368,3 @@ volumes:
config:
postgres-data:
tokenbridge-data:
rollupcreator-data:
3 changes: 0 additions & 3 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ if $force_build; then
fi
fi

NITRO_CONTRACTS_BRANCH="testnode-deploy"
export NITRO_CONTRACTS_BRANCH

LOCAL_BUILD_NODES="scripts rollupcreator"
if $tokenbridge || $l3_token_bridge; then
LOCAL_BUILD_NODES="$LOCAL_BUILD_NODES tokenbridge"
Expand Down

0 comments on commit 4197b54

Please sign in to comment.