Skip to content

Commit

Permalink
upd query call
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Mar 15, 2023
1 parent dac05f6 commit 170d795
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/helpers/icq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ export const getRegisteredQuery = (
connection_id: string;
update_period: number;
last_submitted_result_local_height: number;
last_submitted_result_remote_height: number;
last_submitted_result_remote_height: {
revision_number: number;
revision_height: number;
};
deposit: { denom: string; amount: string }[];
submit_timeout: number;
};
Expand Down

0 comments on commit 170d795

Please sign in to comment.