How to deploy a custom gas token chain using the Orbit SDK
This document is under construction and may change significantly as we incorporate style guidance and feedback from readers. Feel free to request specific clarifications by clicking the Request an update
button at the top of this document.
See the "create a rollup custom fee token" example in the Orbit SDK repository for additional guidance.
This guide will help you configure and deploy a custom gas token Orbit chain.
Custom gas token orbit chains let participants pay transaction fees in ERC-20
token instead of ETH
, which is ideal for use cases requiring this feature and low transaction fees. You can learn more on our page covering custom gas token requirements and configuration.
Deploying a custom gas token Orbit chain is similar to deploying an AnyTrust Orbit chain but with additional steps. To take advantage of all the chains configurations supported by Orbit, we recommend reading our short guides about Rollup and AnyTrust configuration.
- Custom gas tokens are not supported yet on Rollup Orbit chains, only on Orbit AnyTrust chains.
ERC-20
tokens need 18 decimals to operate as gas tokens on Orbit chains.