Skip to content

Commit d23dae7

Browse files
chore(offchain-manager): bump version to 1.0.4
1 parent cee7fd8 commit d23dae7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog/offchain-manager-changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.0.4] - 2025-08-20
4+
5+
### Fixed - **Coin Type Corrections**: - Fixed Sui coin type from `101` to `784` (correct SLIP-44 identifier) - Fixed Starknet coin type from `234567891` to `9004` (correct SLIP-44 identifier) - Updated test script to include Sui address validation testing ### Testing - **Enhanced Test Coverage**: - Added Sui address record testing in manual test suite - Improved validation for blockchain-specific coin types
6+
7+
38
All notable changes to the `@thenamespace/offchain-manager` package will be documented in this file.
49

510
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

packages/offchain-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thenamespace/offchain-manager",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "TypeScript SDK for creating and managing ENS subnames off-chain with the Namespace API.",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)