Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
expand changelog to note type updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Jeston committed Oct 13, 2023
1 parent df09255 commit 265fcc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Updated

- A range of types, as per the current swagger definition of the Immutable X API

### Removed

- all `v1/trade` functionality, use `v3/trade` instead
Expand Down
4 changes: 2 additions & 2 deletions src/workflows/registration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function getSignableRegistrationOnchain(
return {
operator_signature: response.data.operator_signature,
payload_hash: response.data.payload_hash,
readable_transaction: '',
verification_signature: '',
readable_transaction: response.data.readable_transaction,
verification_signature: response.data.verification_signature,
};
}

0 comments on commit 265fcc3

Please sign in to comment.