Skip to content

Commit

Permalink
Merge pull request #106 from sbvegan/canyon-upgrade
Browse files Browse the repository at this point in the history
fix: adding canyon configurations
  • Loading branch information
Chomtana authored Dec 27, 2023
2 parents 7a0af1d + 764441c commit 20fea15
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# ↓ REQUIRED ↓ #
###############################################################################

# Network to run the node on ("mainnet" or "goerli")
NETWORK_NAME=mainnet
# Network to run the node on ("op-mainnet" or "op-goerli")
NETWORK_NAME=op-mainnet

# Type of node to run ("full" or "archive"), note that "archive" is 10x bigger
NODE_TYPE=full
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions scripts/start-op-geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ exec geth \
--rollup.sequencerhttp="$BEDROCK_SEQUENCER_HTTP" \
--rollup.disabletxpoolgossip=true \
--rollup.historicalrpc="${OP_GETH__HISTORICAL_RPC:-http://l2geth:8545}" \
--op-network=$NETWORK_NAME \
$@
1 change: 1 addition & 0 deletions scripts/start-op-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ exec op-node \
--metrics.enabled \
--metrics.addr=0.0.0.0 \
--metrics.port=7300 \
--rollup.load-protocol-versions=true \
$@

0 comments on commit 20fea15

Please sign in to comment.