Skip to content

Commit

Permalink
Update API bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Sep 21, 2023
1 parent f8127d8 commit 004671c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changelog/799.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update API bindings
5 changes: 3 additions & 2 deletions internals/mocks/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ export const runtimeStatusResponse: RuntimeStatus = {
active_nodes: 0,
latest_block: 719374,
latest_block_time: '2023-08-03T09:13:34Z',
latest_update: '2023-08-03T09:13:50Z',
latest_update_age_ms: 749,
}

export const statusResponse: Status = {
latest_block: 719374,
latest_block_time: '2023-08-03T09:13:34Z',
latest_update: '2023-08-03T09:13:50Z',
latest_node_block: 719374,
latest_update_age_ms: 2000,
}
16 changes: 10 additions & 6 deletions src/oasis-nexus/generated/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 004671c

Please sign in to comment.