|
1 | 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html |
2 | 2 |
|
3 | 3 | exports[`Init > Ethereum > From contract 1`] = ` |
4 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
5 | | - › Warning: In next major version, this flag will be removed. By default we |
| 4 | +" › Warning: In next major version, this flag will be removed. By default we |
6 | 5 | › will stop initializing a Git repository. |
7 | 6 | - Fetching ABI from Etherscan |
8 | 7 | ✔ Fetching ABI from Etherscan |
@@ -40,8 +39,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i |
40 | 39 | `; |
41 | 40 |
|
42 | 41 | exports[`Init > Ethereum > From contract with abi 1`] = ` |
43 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
44 | | - › Warning: In next major version, this flag will be removed. By default we |
| 42 | +" › Warning: In next major version, this flag will be removed. By default we |
45 | 43 | › will stop initializing a Git repository. |
46 | 44 | - Create subgraph scaffold |
47 | 45 | Generate subgraph |
@@ -77,8 +75,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i |
77 | 75 | `; |
78 | 76 |
|
79 | 77 | exports[`Init > Ethereum > From contract with abi and structs 1`] = ` |
80 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
81 | | - › Warning: In next major version, this flag will be removed. By default we |
| 78 | +" › Warning: In next major version, this flag will be removed. By default we |
82 | 79 | › will stop initializing a Git repository. |
83 | 80 | - Create subgraph scaffold |
84 | 81 | Generate subgraph |
@@ -114,8 +111,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i |
114 | 111 | `; |
115 | 112 |
|
116 | 113 | exports[`Init > Ethereum > From contract with index events and abi with ID in events 1`] = ` |
117 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
118 | | - › Warning: In next major version, this flag will be removed. By default we |
| 114 | +" › Warning: In next major version, this flag will be removed. By default we |
119 | 115 | › will stop initializing a Git repository. |
120 | 116 | - Create subgraph scaffold |
121 | 117 | Generate subgraph |
@@ -151,8 +147,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i |
151 | 147 | `; |
152 | 148 |
|
153 | 149 | exports[`Init > Ethereum > From contract with list items in abi 1`] = ` |
154 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
155 | | - › Warning: In next major version, this flag will be removed. By default we |
| 150 | +" › Warning: In next major version, this flag will be removed. By default we |
156 | 151 | › will stop initializing a Git repository. |
157 | 152 | - Create subgraph scaffold |
158 | 153 | Generate subgraph |
@@ -188,8 +183,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i |
188 | 183 | `; |
189 | 184 |
|
190 | 185 | exports[`Init > Ethereum > From contract with overloaded elements 1`] = ` |
191 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
192 | | - › Warning: In next major version, this flag will be removed. By default we |
| 186 | +" › Warning: In next major version, this flag will be removed. By default we |
193 | 187 | › will stop initializing a Git repository. |
194 | 188 | - Create subgraph scaffold |
195 | 189 | Generate subgraph |
@@ -225,8 +219,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i |
225 | 219 | `; |
226 | 220 |
|
227 | 221 | exports[`Init > Ethereum > From example 1`] = ` |
228 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
229 | | - › Warning: In next major version, this flag will be removed. By default we |
| 222 | +" › Warning: In next major version, this flag will be removed. By default we |
230 | 223 | › will stop initializing a Git repository. |
231 | 224 | - Cloning example subgraph |
232 | 225 | ✔ Cloning example subgraph |
@@ -260,8 +253,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i |
260 | 253 | `; |
261 | 254 |
|
262 | 255 | exports[`Init > NEAR > From contract 1`] = ` |
263 | | -" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0. |
264 | | - › Warning: In next major version, this flag will be removed. By default we |
| 256 | +" › Warning: In next major version, this flag will be removed. By default we |
265 | 257 | › will stop initializing a Git repository. |
266 | 258 | - Create subgraph scaffold |
267 | 259 | Generate subgraph |
|
0 commit comments