feat(op-up): add -cgt flag to enable custom gas token mode #746
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When the -cgt flag is passed (or OP_UP_CGT=true env var), op-up will deploy the devnet with custom gas token support, including the NativeAssetLiquidity and LiquidityController predeploys.
🤖 Generated with Claude Code
Note
Adds --cgt/OP_UP_CGT to enable custom gas token deployment, logs test account and node URLs, and introduces separate L1/L2 JSON-RPC proxies.
--cgtflag (OP_UP_CGT) to enable custom gas token mode.L1/L2node URLs.sysgo.WithCustomGasToken("TestToken", "TST", <supply>, funderAddress).proxyEL(stderr, rpcClient, port)onlocalhost:8544(L1) and:8545(L2); refactorproxyELto acceptrpcClientandportand use a dedicatedServeMux.l1Node,l2Node), start L1 proxy, and adjust block logging references.Written by Cursor Bugbot for commit 7022b75. This will update automatically on new commits. Configure here.