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 Initia (.init) username 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)lockStakeModuleAddress: On-chain module address used for lock/stake position queriesminityUrl: Base URL for Minity-backed portfolio datadexUrl: Base URL for DEX-backed portfolio and position datavipUrl: Base URL for VIP-backed portfolio and position datatheme: 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).