Skip to content

Commit

Permalink
dashboard: add polygon_sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel authored and evan-gray committed Mar 20, 2024
1 parent 0c80d3b commit d8725d6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
20 changes: 20 additions & 0 deletions cloud_functions/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,21 @@ export function makeCache() {
lastUpdated: 0,
lastRowKey: '',
},
4005: {
messages: [],
lastUpdated: 0,
lastRowKey: '',
},
4006: {
messages: [],
lastUpdated: 0,
lastRowKey: '',
},
4007: {
messages: [],
lastUpdated: 0,
lastRowKey: '',
},
10002: {
messages: [],
lastUpdated: 0,
Expand All @@ -270,6 +285,11 @@ export function makeCache() {
lastUpdated: 0,
lastRowKey: '',
},
10007: {
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 @@ -90,6 +90,7 @@ export const CHAIN_ICON_MAP: { [key: string]: string } = {
10004: baseIcon,
10005: optimismIcon,
10006: ethIcon,
10007: polygonIcon,
};

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.10"
"@certusone/wormhole-sdk": "^0.10.13"
},
"devDependencies": {
"prettier": "^2.8.1",
Expand Down

0 comments on commit d8725d6

Please sign in to comment.