File tree 5 files changed +87
-108
lines changed
5 files changed +87
-108
lines changed Original file line number Diff line number Diff line change @@ -205,16 +205,66 @@ export function makeCache() {
205
205
lastUpdated : 0 ,
206
206
lastRowKey : '' ,
207
207
} ,
208
+ 34 : {
209
+ messages : [ ] ,
210
+ lastUpdated : 0 ,
211
+ lastRowKey : '' ,
212
+ } ,
213
+ 35 : {
214
+ messages : [ ] ,
215
+ lastUpdated : 0 ,
216
+ lastRowKey : '' ,
217
+ } ,
208
218
3104 : {
209
219
messages : [ ] ,
210
220
lastUpdated : 0 ,
211
221
lastRowKey : '' ,
212
222
} ,
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
+ } ,
213
248
10002 : {
214
249
messages : [ ] ,
215
250
lastUpdated : 0 ,
216
251
lastRowKey : '' ,
217
252
} ,
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
+ } ,
218
268
} ;
219
269
return cache ;
220
270
}
Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ export const CHAIN_ICON_MAP: { [key: string]: string } = {
73
73
4003 : neutronIcon ,
74
74
4004 : celestiaIcon ,
75
75
10002 : ethIcon ,
76
+ 10003 : arbitrumIcon ,
77
+ 10004 : baseIcon ,
78
+ 10005 : optimismIcon ,
76
79
} ;
77
80
78
81
export const JUMP_GUARDIAN_ADDRESS = '58cc3ae5c097b213ce3c81979e1b9f9570746aa5' ;
Original file line number Diff line number Diff line change 10
10
"backfill-price-history" : " ts-node scripts/backfillPriceHistory.ts"
11
11
},
12
12
"dependencies" : {
13
- "@certusone/wormhole-sdk" : " ^0.9.16" ,
14
13
"@google-cloud/bigtable" : " ^4.4.0" ,
15
14
"@google-cloud/pubsub" : " ^3.4.1" ,
16
- "@injectivelabs/networks" : " ^1.10.7" ,
17
- "@injectivelabs/sdk-ts" : " ^1.10.46" ,
18
15
"@injectivelabs/networks" : " ^1.0.73" ,
19
16
"@injectivelabs/sdk-ts" : " ^1.0.368" ,
20
17
"@mysten/sui.js" : " ^0.32.2" ,
Original file line number Diff line number Diff line change 15
15
" database"
16
16
],
17
17
"dependencies" : {
18
- "@certusone/wormhole-sdk" : " ^0.10.2 "
18
+ "@certusone/wormhole-sdk" : " ^0.10.7 "
19
19
},
20
20
"devDependencies" : {
21
21
"prettier" : " ^2.8.1" ,
You can’t perform that action at this time.
0 commit comments