Overview
- Configuration preset for Initia mainnet with defaults for registry, router, glyph, and username services.
- Use as a starting point for production apps.
Quickstart
Value
usernamesModuleAddress: On-chain module address of the.initusername contract. This is the same for all apps using mainnet and it represents the deployed contract address that handles username lookups (e.g., resolvingalice.initto an address)theme: Default theme is"dark", but can be overridden to"light"when using the preset
Notes
- Most apps should start with
{...MAINNET}and override only what they need (for exampledefaultChainIdortheme).