generate_orbit_config
Create configuration code for Orbit chain deployments, including chain setup, AnyTrust DAC configuration, and custom gas token settings using the Arbitrum Orbit SDK.
Instructions
Generate configuration code for Orbit chain deployment. Supports chain config, AnyTrust DAC setup, and custom gas token configuration using @arbitrum/orbit-sdk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the configuration needed | |
| chain_id | No | Chain ID for the new Orbit chain | |
| owner | No | Initial chain owner address (0x...) | |
| is_anytrust | No | Whether this is an AnyTrust chain (vs Rollup) | |
| native_token | No | Custom gas token address (ERC20) | |
| parent_chain | No | Parent chain for the Orbit chain | arbitrum-sepolia |