-
Notifications
You must be signed in to change notification settings - Fork 268
Update custom-gas-token.mdx #735
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
Conversation
WalkthroughThe update involves upgrading the contract version from Changes
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Additional context usedPath-based instructions (1)
LanguageTool
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Actionable comments posted: 1
Outside diff range and nitpick comments (3)
pages/builders/chain-operators/management/custom-gas-token.mdx (3)
Line range hint
27-27
: Clarify the term "deploy" to "deployment" for correct usage.- Update the deploy config in `contracts-bedrock/deploy-config` with new fields: `useCustomGasToken` and `customGasTokenAddress` + Update the deployment configuration in `contracts-bedrock/deploy-config` with new fields: `useCustomGasToken` and `customGasTokenAddress`Tools
LanguageTool
[grammar] ~21-~21: This sentence should probably be started with a verb instead of the noun ‘Checkout’. If not, consider inserting a comma for better clarity. (SENT_START_NN_DT)
Context: ...> ### Deploying Your Contracts * Checkout the [v2.0.0-beta.2
of the contracts](...
Line range hint
63-63
: Use "deployment" instead of "deploy" for correct grammatical structure.- `DEPLOY_CONFIG_PATH` is the path to the file for the deploy config used to deploy + `DEPLOY_CONFIG_PATH` is the path to the file for the deployment configuration used to deploy - `DEPLOY_CONFIG_PATH` is the path to the file for the deploy config used to deploy + `DEPLOY_CONFIG_PATH` is the path to the file for the deployment configuration used to deployAlso applies to: 85-85
Tools
LanguageTool
[grammar] ~21-~21: This sentence should probably be started with a verb instead of the noun ‘Checkout’. If not, consider inserting a comma for better clarity. (SENT_START_NN_DT)
Context: ...> ### Deploying Your Contracts * Checkout the [v2.0.0-beta.2
of the contracts](...
Line range hint
16-16
: Consider adding a comma for clarity.- An OP Stack chain that uses the custom gas token feature enables an end user to deposit an L1 native ERC20 token into L2 where that asset is minted as the native L2 asset and can be used to pay for gas on L2. + An OP Stack chain that uses the custom gas token feature enables an end user to deposit an L1 native ERC20 token into L2, where that asset is minted as the native L2 asset and can be used to pay for gas on L2.Tools
LanguageTool
[grammar] ~21-~21: This sentence should probably be started with a verb instead of the noun ‘Checkout’. If not, consider inserting a comma for better clarity. (SENT_START_NN_DT)
Context: ...> ### Deploying Your Contracts * Checkout the [v2.0.0-beta.2
of the contracts](...
Description
New release of the CGT smart contract code:
https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.2