Skip to content

Commit

Permalink
Merge pull request #444 from Concordium/block-special-events-rust
Browse files Browse the repository at this point in the history
Move query `useBlockSpecialEventsQuery` to new API
  • Loading branch information
limemloh authored Jan 30, 2025
2 parents 2a81136 + ca5b738 commit dc1d2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- Move query `useBlockSpecialEventsQuery` to new API.

## [1.6.2] - 2025-01-19

### Changed
Expand Down
1 change: 1 addition & 0 deletions frontend/src/queries/useBlockSpecialEventsQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ export const useBlockSpecialEventsQuery = ({
BlockSpecialEventsResponse | undefined
>({
query: BlockSpecialEventsQuery,
context: { url: useRuntimeConfig().public.apiUrlRust },
requestPolicy: 'cache-first',
variables: {
blockId,
Expand Down

0 comments on commit dc1d2ef

Please sign in to comment.