Skip to content

Commit ebcd098

Browse files
committed
chore(mint-manager): update package scope and version, enhance documentation, and fix testnet behavior
1 parent 83a4681 commit ebcd098

11 files changed

Lines changed: 6226 additions & 2869 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![Namespace Ninja](https://i.postimg.cc/Nfcbq9jP/namespace.png)
2+
23
# Namespace SDK Monorepo
34

45
This monorepo contains TypeScript SDK packages for interacting with the Namespace ecosystem. It's built using [Lerna](https://lerna.js.org/) for managing multiple packages.
@@ -8,20 +9,25 @@ This monorepo contains TypeScript SDK packages for interacting with the Namespac
89
This monorepo contains the following SDK packages:
910

1011
### [@thenamespace/addresses](./packages/addresses)
12+
1113
Library containing all Namespace & ENS contract addresses.
1214

1315
### [@thenamespace/indexer](./packages/indexer)
16+
1417
TypeScript SDK for interacting with the Namespace Indexer API - query L2 subnames, registries, and metadata.
1518

16-
### [@namespacesdk/mint-manager](./packages/mint-manager)
19+
### [@thenamespace/mint-manager](./packages/mint-manager)
20+
1721
Library for minting L2 subnames with comprehensive validation and error handling.
1822

1923
### [@thenamespace/offchain-manager](./packages/offchain-manager)
24+
2025
TypeScript SDK for creating and managing ENS subnames off-chain with the Namespace API.
2126

2227
## 🚀 Getting Started
2328

2429
### Prerequisites
30+
2531
- Node.js >= 16.0.0
2632
- npm
2733

changelog/mint-manager-changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog
22

3+
## [1.1.0] - 2025-10-06
4+
5+
### Changed
6+
7+
- Renamed package scope in docs from `@namespacesdk/mint-manager` to `@thenamespace/mint-manager`.
8+
- Updated client creation: `createMintClient()` now derives environment internally. Use `{ isTestnet: true }` to target testnet; no explicit environment needed.
9+
10+
### Fixed
11+
12+
- Testnet behavior: When `isTestnet: true`, SDK now consistently uses Sepolia listings and staging API endpoints.
13+
14+
### Misc
15+
16+
- Minor documentation cleanups and examples clarified.
317

418
## [1.0.1] - 2025-09-07
519

620
Initial Release
7-

0 commit comments

Comments
 (0)