Skip to content

Commit

Permalink
feat: expose icrc ledger.converters
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Sep 30, 2024
1 parent f7457f0 commit 8b237a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- Add support for `icrc21_canister_call_consent_message` to `@dfinity/ledger-icp` and `@dfinity/ledger-icrc`.
- Add support for `"regtest"` in `BitcoinNetwork`.
- Expose `ledger-converters` utility modules in `@dfinity/ledger-icp` and `@dfinity/ledger-icrc`.

# 2024.09.02-0830Z

Expand Down
1 change: 1 addition & 0 deletions packages/ledger-icrc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type {
TransferError as IcrcTransferVariatError,
Value as IcrcValue,
} from "../candid/icrc_ledger";
export * from "./converters/ledger.converters";
export * from "./errors/index.errors";
export * from "./errors/ledger.errors";
export { IcrcIndexNgCanister } from "./index-ng.canister";
Expand Down

0 comments on commit 8b237a0

Please sign in to comment.