If you cannot find the network you are looking for within the @reown/appkit/networks
path, you can always add a custom network.
Since AppKit v1.1.0, there are two ways to add your network to AppKit:
Reown AppKit use Viem to provide EVM chains to users under the hood. If your chain is EVM-compatible, it is recommended to open a PR to Viem to add your network to Viem’s directory. Once your chain is accepted by Viem, it will automatically be available in AppKit with no additional steps required.
Here is the documentation of how to add new chain to Viem: https://github.com/wevm/viem/blob/main/.github/CONTRIBUTING.md#chains
You can also create a custom network object without waiting for approval from Viem’s repository.
Required Information
You will need the following values to create a custom network:
If you cannot find the network you are looking for within the @reown/appkit/networks
path, you can always add a custom network.
Since AppKit v1.1.0, there are two ways to add your network to AppKit:
Reown AppKit use Viem to provide EVM chains to users under the hood. If your chain is EVM-compatible, it is recommended to open a PR to Viem to add your network to Viem’s directory. Once your chain is accepted by Viem, it will automatically be available in AppKit with no additional steps required.
Here is the documentation of how to add new chain to Viem: https://github.com/wevm/viem/blob/main/.github/CONTRIBUTING.md#chains
You can also create a custom network object without waiting for approval from Viem’s repository.
Required Information
You will need the following values to create a custom network: