> ## Documentation Index
> Fetch the complete documentation index at: https://docs.namespace.ninja/llms.txt
> Use this file to discover all available pages before exploring further.

# Mint SDK

> Changelog for the Mint SDK with version updates and changes.

<Update label="October 28, 2025" description="v1.1.1">
  * Added:
    * Default EVM chain configuration for address records: `ChainName.Default` with coin type `2147483648`.
  * Fixed:
    * Corrected Scroll coin type from `34352` to `534352`.
</Update>

<Update label="October 6, 2025" description="v1.1.0">
  * Changed:
    * **Package Scope Rename**: Renamed package scope in docs from `@namespacesdk/mint-manager` to `@thenamespace/mint-manager`
    * **Client Creation Update**: `createMintClient()` now derives environment internally. Use `{ isTestnet: true }` to target testnet; no explicit environment needed
  * Fixed:
    * **Testnet Behavior**: When `isTestnet: true`, SDK now consistently uses Sepolia listings and staging API endpoints
  * Misc:
    * **Documentation**: Minor documentation cleanups and examples clarified
</Update>

<Update label="September 7, 2025" description="v1.0.1">
  * Fixed:
    * **Ownership Method**: Fixed ownership in the method `getMintTransactionParameters`
</Update>

<Update label="September 7, 2025" description="v1.0.0">
  * Changed:
    * **Package Migration**: Package has been moved from `@namespacesdk/mint-manager` to `@thenamespace/mint-manager` for consistency
</Update>
