ERC20 Token Requirements
To use a custom gas token, the ERC20 token must meet the following requirements:- ERC20 Token Smart Contract Address: Ensure the token contract is deployed and you have the contract address.
- Decimals: The token must have 18 decimal places (dp).
- Token Type: The token must be a non-rebasing token, meaning its total supply does not change due to rebasing mechanisms.
Arbitrum Orbit Configuration
Arbitrum Orbit requires the custom gas tokens to be utilized as part of the deployment process. Follow these steps to integrate a custom gas token with Arbitrum Orbit:- Verify Token Compatibility: Ensure your ERC20 token meets the specified requirements.
- Configure Deployment Settings: Set the ERC20 token contract address in your deployment configuration.
- Deploy Your Contract: Proceed with the deployment. The custom gas tokens will be utilized as part of the deployment process.