Skip to content

Commit

Permalink
dashboard: add logo for holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jan 9, 2024
1 parent 7f809b8 commit b719879
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions cloud_functions/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ export function makeCache() {
lastUpdated: 0,
lastRowKey: '',
},
10006: {
messages: [],
lastUpdated: 0,
lastRowKey: '',
},
};
return cache;
}
Expand Down
1 change: 1 addition & 0 deletions dashboard/src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const CHAIN_ICON_MAP: { [key: string]: string } = {
10003: arbitrumIcon,
10004: baseIcon,
10005: optimismIcon,
10006: ethIcon,
};

export const JUMP_GUARDIAN_ADDRESS = '58cc3ae5c097b213ce3c81979e1b9f9570746aa5';
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"database"
],
"dependencies": {
"@certusone/wormhole-sdk": "^0.10.7"
"@certusone/wormhole-sdk": "^0.10.8"
},
"devDependencies": {
"prettier": "^2.8.1",
Expand Down

0 comments on commit b719879

Please sign in to comment.