Skip to content

Commit

Permalink
Expose chain.subscribeFinalizedBlocks derive (#5724)
Browse files Browse the repository at this point in the history
* Expose chain.subscribeFinalizedBlocks derive

* CHANGELOG
  • Loading branch information
jacogr authored Aug 30, 2023
1 parent 4ab9ad6 commit 641ca4d
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 @@ -18,6 +18,7 @@ Changes:
- Add support for latest/stable V15 metadata interfaces
- Add runtime `BeefyApi` version 3
- Add runtime `ParachainHost` version 5
- Expose `chain.subscribeFinalizedBlocks` derive
- Consistently use `import.meta.url` inside tests
- Group `Uint/Int` tests for maintainability
- Update to latest Polkadot, Kusama & Substrate metadata
Expand Down
1 change: 1 addition & 0 deletions packages/api-derive/src/chain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './bestNumberLag.js';
export * from './getBlock.js';
export * from './getBlockByNumber.js';
export * from './getHeader.js';
export * from './subscribeFinalizedBlocks.js';
export * from './subscribeFinalizedHeads.js';
export * from './subscribeNewBlocks.js';
export * from './subscribeNewHeads.js';

0 comments on commit 641ca4d

Please sign in to comment.