Custom Chains
Custom Chain Selection
You can add your own chain to extend default set of chain presets by calling the addChainPreset(_ chain: Chain)
static method on the AppKit
object.
If you modify the presets, it will be reflected in the AppKitNetworkButton
button and Network selection screens.
The chain must be EVM compatible
Was this page helpful?