-
Notifications
You must be signed in to change notification settings - Fork 423
Adding docs for native mint/burn gas token #2995
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
base: master
Are you sure you want to change the base?
Adding docs for native mint/burn gas token #2995
Conversation
|
@asomani-ocl is attempting to deploy a commit to the Offchain Labs - AF Billed Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| - A chain can disable Native Mint/Burn instantly | ||
| - If a chain wants to have a lower delay (e.g., one day, one hour), they will need to maintain a small fork of Nitro that changes the hard-coded value: | ||
| - Hard-Coded value here: https://github.com/OffchainLabs/go-ethereum/blob/c289e79453d4fdd8644a88337885c8bf27155604/params/config_arbitrum.go#L49 | ||
| - This change will cause your WASM module root to change. Please refer to [customize stf](<[https://docs.arbitrum.io/launch-arbitrum-chain/customize-your-chain/customize-stf#building-the-modified-node](https://docs.arbitrum.io/launch-arbitrum-chain/customize-your-chain/customize-stf#building-the-modified-node)>) steps to calculate the new WASM module root and set it on the chain before starting your new node.. |
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.
| - This change will cause your WASM module root to change. Please refer to [customize stf](<[https://docs.arbitrum.io/launch-arbitrum-chain/customize-your-chain/customize-stf#building-the-modified-node](https://docs.arbitrum.io/launch-arbitrum-chain/customize-your-chain/customize-stf#building-the-modified-node)>) steps to calculate the new WASM module root and set it on the chain before starting your new node.. | |
| - This change will cause your WASM module root to change. Please refer to [customize stf](/launch-arbitrum-chain/customize-your-chain/customize-stf#building-the-modified-node) steps to calculate the new WASM module root and set it on the chain before starting your new node. |
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.
@asomani-ocl , there are several broken links in the doc. I fixed one of them to show you what format will work (linking docs in our codebase is a hard science!). I'll let you take care of the other ones.
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
Thank you for contributing to our docs!
Please fill out the below to ensure your doc gets quickly approved and merged.
Description
Document type
Checklist
yarn startoryarn buildAdditional Notes