Skip to content

Commit 665cb27

Browse files
committed
dashboard: proto bump
1 parent 1efc9ea commit 665cb27

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {
7-
"@certusone/wormhole-sdk-proto-web": "^0.0.4",
7+
"@certusone/wormhole-sdk-proto-web": "^0.0.7",
88
"@cosmjs/cosmwasm-stargate": "^0.29.5",
99
"@emotion/react": "^11.10.0",
1010
"@emotion/styled": "^11.10.0",

dashboard/src/utils/getLastHeartbeats.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export interface HeartbeatNetwork {
2020
height: string;
2121
contractAddress: string;
2222
errorCount: string;
23-
safeHeight?: string;
24-
finalizedHeight?: string;
23+
safeHeight: string;
24+
finalizedHeight: string;
2525
}
2626

2727
export async function getLastHeartbeats(network: Network): Promise<Heartbeat[]> {

package-lock.json

+8-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)