Skip to content

Commit 2994cb4

Browse files
committed
Fix a couple more dictionaries
1 parent d54f400 commit 2994cb4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

index.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,7 @@ export const networkFamilies: NetworkFamily[] = [
331331
internal: true,
332332
},
333333
],
334-
dictionaries: [
335-
"https://dict-tyk.subquery.network/query/astar-zkevm-mainnet",
336-
],
334+
dictionaries: [],
337335
},
338336
{
339337
code: "6038361",
@@ -3540,9 +3538,7 @@ export const networkFamilies: NetworkFamily[] = [
35403538
path: "Ethereum Holesky/ethereum-holesky-testnet-starter",
35413539
},
35423540
],
3543-
dictionaries: [
3544-
"https://dict-tyk.subquery.network/query/ethereum-holesky",
3545-
],
3541+
dictionaries: ["https://dict-tyk.subquery.network/query/eth-holesky"],
35463542
},
35473543
{
35483544
code: "42793",

0 commit comments

Comments
 (0)