Overview
- Configuration preset for Initia testnet with testnet registry, router, glyph, and username services.
- Use for development or staging apps.
Quickstart
Value
usernamesModuleAddress: On-chain module address of the Initia (.init) username contract. This is the same for all apps using testnet 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
- Analytics are disabled by default on testnet via
disableAnalytics: true. - Most apps should start with
{...TESTNET}in non‑production environments and override only what they need.