File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/cli/src/command-helpers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ type Block @entity(timeseries: true) {
20
20
timestamp : Timestamp !
21
21
hash : Bytes !
22
22
number : Int !
23
- # Artifical grouping keys; groupN is number % 10^N. In a real subgraph,
23
+ # Artificial grouping keys; groupN is number % 10^N. In a real subgraph,
24
24
# this might be something like a reference to a `Token`
25
25
group1 : Int !
26
26
group2 : Int !
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const TEST_CONTRACT_START_BLOCKS = {
39
39
40
40
// Skipping these networks for now because they do not support the latest etherscan contracts API or is blockScout based
41
41
42
- // Chains that doesnt support the latest etherscan contracts API
42
+ // Chains that doesn't support the latest etherscan contracts API
43
43
// mumbai: {
44
44
// '0x73bDCeC61b7b4707Baa4775c06A438A903065a17': 29_110_890,
45
45
// },
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const updateSubgraphNetwork = async (
48
48
return source ;
49
49
} ) ;
50
50
51
- // All data sources shoud be on the same network,
51
+ // All data sources should be on the same network,
52
52
// so we have to update the network of all templates too.
53
53
// eslint-disable-next-line -- prettier has problems with &&=
54
54
subgraph . templates &&
You can’t perform that action at this time.
0 commit comments