Skip to content

Commit d8725d6

Browse files
panoelevan-gray
authored andcommitted
dashboard: add polygon_sepolia
1 parent 0c80d3b commit d8725d6

File tree

4 files changed

+29
-8
lines changed

4 files changed

+29
-8
lines changed

cloud_functions/src/types.ts

+20
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,21 @@ export function makeCache() {
245245
lastUpdated: 0,
246246
lastRowKey: '',
247247
},
248+
4005: {
249+
messages: [],
250+
lastUpdated: 0,
251+
lastRowKey: '',
252+
},
253+
4006: {
254+
messages: [],
255+
lastUpdated: 0,
256+
lastRowKey: '',
257+
},
258+
4007: {
259+
messages: [],
260+
lastUpdated: 0,
261+
lastRowKey: '',
262+
},
248263
10002: {
249264
messages: [],
250265
lastUpdated: 0,
@@ -270,6 +285,11 @@ export function makeCache() {
270285
lastUpdated: 0,
271286
lastRowKey: '',
272287
},
288+
10007: {
289+
messages: [],
290+
lastUpdated: 0,
291+
lastRowKey: '',
292+
},
273293
};
274294
return cache;
275295
}

dashboard/src/utils/consts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const CHAIN_ICON_MAP: { [key: string]: string } = {
9090
10004: baseIcon,
9191
10005: optimismIcon,
9292
10006: ethIcon,
93+
10007: polygonIcon,
9394
};
9495

9596
export const JUMP_GUARDIAN_ADDRESS = '58cc3ae5c097b213ce3c81979e1b9f9570746aa5';

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"database"
1616
],
1717
"dependencies": {
18-
"@certusone/wormhole-sdk": "^0.10.10"
18+
"@certusone/wormhole-sdk": "^0.10.13"
1919
},
2020
"devDependencies": {
2121
"prettier": "^2.8.1",

0 commit comments

Comments
 (0)