-
Notifications
You must be signed in to change notification settings - Fork 431
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
add service file setup #410
base: main
Are you sure you want to change the base?
Conversation
Added a service file example for mainnet and testnet
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
### Step 6 | ||
|
||
Setup Linea as a Serivce |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setup Linea as a Serivce | |
Setup Linea as a Service |
--txpool.accountqueue 50000 \ | ||
--txpool.globalqueue 50000 \ | ||
--txpool.globalslots 50000 \ | ||
--txpool.pricelimit 1000000000 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--txpool.pricelimit 1000000000 \ | |
--txpool.pricelimit 50000000 \ |
--txpool.accountqueue 50000 \ | ||
--txpool.globalqueue 50000 \ | ||
--txpool.globalslots 50000 \ | ||
--txpool.pricelimit 1000000 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--txpool.pricelimit 1000000 \ | |
--txpool.pricelimit 50000000 \ |
Added a service file example for mainnet and testnet