Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated Bridge API and add recommended RPC flag #378

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

isabellewei
Copy link
Contributor

  • remove Bridge API endpoint, use Bridge SDK instead
  • add gpo flag to node runner guide

Copy link

netlify bot commented Oct 25, 2024

Deploy Preview for scroll-documentation ready!

Name Link
🔨 Latest commit 23974a6
🔍 Latest deploy log https://app.netlify.com/sites/scroll-documentation/deploys/671bd4e1144b1b000824cd47
😎 Deploy Preview https://deploy-preview-378.docs.scroll.xyz
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -68,7 +68,8 @@ Please consider opening port `30303`(UDP & TCP) and enabling discovery so that o
--datadir "./l2geth-datadir" \
--gcmode archive --cache.noprefetch \
--http --http.addr "0.0.0.0" --http.port 8545 --http.api "eth,net,web3,debug,scroll" \
--l1.endpoint "$L2GETH_L1_ENDPOINT" --rollup.verify
--l1.endpoint "$L2GETH_L1_ENDPOINT" --rollup.verify \
--gpo.congestionthreshold=500
Copy link
Member

@icemelon icemelon Oct 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -117,7 +118,8 @@ Running the node in Docker might have a significant impact on node performance.
--datadir "/volume/l2geth-datadir" \
--gcmode archive --cache.noprefetch \
--http --http.addr "0.0.0.0" --http.port 8545 --http.api "eth,net,web3,debug,scroll" \
--l1.endpoint "$L2GETH_L1_ENDPOINT" --rollup.verify
--l1.endpoint "$L2GETH_L1_ENDPOINT" --rollup.verify \
--gpo.congestionthreshold=500
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants