Skip to content

Commit 3ecd12f

Browse files
committed
Dashboard: bump sdk and add new icons
1 parent 96ecca7 commit 3ecd12f

File tree

5 files changed

+87
-108
lines changed

5 files changed

+87
-108
lines changed

cloud_functions/src/types.ts

+50
Original file line numberDiff line numberDiff line change
@@ -205,16 +205,66 @@ export function makeCache() {
205205
lastUpdated: 0,
206206
lastRowKey: '',
207207
},
208+
34: {
209+
messages: [],
210+
lastUpdated: 0,
211+
lastRowKey: '',
212+
},
213+
35: {
214+
messages: [],
215+
lastUpdated: 0,
216+
lastRowKey: '',
217+
},
208218
3104: {
209219
messages: [],
210220
lastUpdated: 0,
211221
lastRowKey: '',
212222
},
223+
4000: {
224+
messages: [],
225+
lastUpdated: 0,
226+
lastRowKey: '',
227+
},
228+
4001: {
229+
messages: [],
230+
lastUpdated: 0,
231+
lastRowKey: '',
232+
},
233+
4002: {
234+
messages: [],
235+
lastUpdated: 0,
236+
lastRowKey: '',
237+
},
238+
4003: {
239+
messages: [],
240+
lastUpdated: 0,
241+
lastRowKey: '',
242+
},
243+
4004: {
244+
messages: [],
245+
lastUpdated: 0,
246+
lastRowKey: '',
247+
},
213248
10002: {
214249
messages: [],
215250
lastUpdated: 0,
216251
lastRowKey: '',
217252
},
253+
10003: {
254+
messages: [],
255+
lastUpdated: 0,
256+
lastRowKey: '',
257+
},
258+
10004: {
259+
messages: [],
260+
lastUpdated: 0,
261+
lastRowKey: '',
262+
},
263+
10005: {
264+
messages: [],
265+
lastUpdated: 0,
266+
lastRowKey: '',
267+
},
218268
};
219269
return cache;
220270
}

dashboard/src/utils/consts.ts

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export const CHAIN_ICON_MAP: { [key: string]: string } = {
7373
4003: neutronIcon,
7474
4004: celestiaIcon,
7575
10002: ethIcon,
76+
10003: arbitrumIcon,
77+
10004: baseIcon,
78+
10005: optimismIcon,
7679
};
7780

7881
export const JUMP_GUARDIAN_ADDRESS = '58cc3ae5c097b213ce3c81979e1b9f9570746aa5';

database/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
"backfill-price-history": "ts-node scripts/backfillPriceHistory.ts"
1111
},
1212
"dependencies": {
13-
"@certusone/wormhole-sdk": "^0.9.16",
1413
"@google-cloud/bigtable": "^4.4.0",
1514
"@google-cloud/pubsub": "^3.4.1",
16-
"@injectivelabs/networks": "^1.10.7",
17-
"@injectivelabs/sdk-ts": "^1.10.46",
1815
"@injectivelabs/networks": "^1.0.73",
1916
"@injectivelabs/sdk-ts": "^1.0.368",
2017
"@mysten/sui.js": "^0.32.2",

package-lock.json

+33-104
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.2"
18+
"@certusone/wormhole-sdk": "^0.10.7"
1919
},
2020
"devDependencies": {
2121
"prettier": "^2.8.1",

0 commit comments

Comments
 (0)