|
1 | 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
2 | 2 |
|
3 | 3 | exports[`Init > Ethereum > From contract 1`] = `
|
4 |
| -" › Warning: In next major version, this flag will be removed. By default we |
5 |
| - › will stop initializing a Git repository. |
| 4 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 5 | + › default we will stop initializing a Git repository. |
6 | 6 | - Create subgraph scaffold
|
7 | 7 | Generate subgraph
|
8 | 8 | - Create subgraph scaffold
|
@@ -37,8 +37,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
|
37 | 37 | `;
|
38 | 38 |
|
39 | 39 | exports[`Init > Ethereum > From contract with abi 1`] = `
|
40 |
| -" › Warning: In next major version, this flag will be removed. By default we |
41 |
| - › will stop initializing a Git repository. |
| 40 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 41 | + › default we will stop initializing a Git repository. |
42 | 42 | - Create subgraph scaffold
|
43 | 43 | Generate subgraph
|
44 | 44 | - Create subgraph scaffold
|
@@ -73,8 +73,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
|
73 | 73 | `;
|
74 | 74 |
|
75 | 75 | exports[`Init > Ethereum > From contract with abi and structs 1`] = `
|
76 |
| -" › Warning: In next major version, this flag will be removed. By default we |
77 |
| - › will stop initializing a Git repository. |
| 76 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 77 | + › default we will stop initializing a Git repository. |
78 | 78 | - Create subgraph scaffold
|
79 | 79 | Generate subgraph
|
80 | 80 | - Create subgraph scaffold
|
@@ -109,8 +109,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
|
109 | 109 | `;
|
110 | 110 |
|
111 | 111 | exports[`Init > Ethereum > From contract with index events and abi with ID in events 1`] = `
|
112 |
| -" › Warning: In next major version, this flag will be removed. By default we |
113 |
| - › will stop initializing a Git repository. |
| 112 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 113 | + › default we will stop initializing a Git repository. |
114 | 114 | - Create subgraph scaffold
|
115 | 115 | Generate subgraph
|
116 | 116 | - Create subgraph scaffold
|
@@ -145,8 +145,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
|
145 | 145 | `;
|
146 | 146 |
|
147 | 147 | exports[`Init > Ethereum > From contract with list items in abi 1`] = `
|
148 |
| -" › Warning: In next major version, this flag will be removed. By default we |
149 |
| - › will stop initializing a Git repository. |
| 148 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 149 | + › default we will stop initializing a Git repository. |
150 | 150 | - Create subgraph scaffold
|
151 | 151 | Generate subgraph
|
152 | 152 | - Create subgraph scaffold
|
@@ -181,8 +181,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
|
181 | 181 | `;
|
182 | 182 |
|
183 | 183 | exports[`Init > Ethereum > From contract with overloaded elements 1`] = `
|
184 |
| -" › Warning: In next major version, this flag will be removed. By default we |
185 |
| - › will stop initializing a Git repository. |
| 184 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 185 | + › default we will stop initializing a Git repository. |
186 | 186 | - Create subgraph scaffold
|
187 | 187 | Generate subgraph
|
188 | 188 | - Create subgraph scaffold
|
@@ -217,8 +217,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
|
217 | 217 | `;
|
218 | 218 |
|
219 | 219 | exports[`Init > Ethereum > From example 1`] = `
|
220 |
| -" › Warning: In next major version, this flag will be removed. By default we |
221 |
| - › will stop initializing a Git repository. |
| 220 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 221 | + › default we will stop initializing a Git repository. |
222 | 222 | - Cloning example subgraph
|
223 | 223 | ✔ Cloning example subgraph
|
224 | 224 | - Initialize networks config
|
@@ -251,8 +251,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
|
251 | 251 | `;
|
252 | 252 |
|
253 | 253 | exports[`Init > NEAR > From contract 1`] = `
|
254 |
| -" › Warning: In next major version, this flag will be removed. By default we |
255 |
| - › will stop initializing a Git repository. |
| 254 | +" › Warning: The --skip-git flag will be removed in the next major version. By |
| 255 | + › default we will stop initializing a Git repository. |
256 | 256 | - Create subgraph scaffold
|
257 | 257 | Generate subgraph
|
258 | 258 | - Create subgraph scaffold
|
|
0 commit comments