Skip to content

Commit d174c99

Browse files
committed
make wagmi version explicit
The `0.3.0` version of `wagmi` has introduced tons of breaking change to its API. This is why its necessary that we explicitly ask the script to use `0.2.28`
1 parent c820c22 commit d174c99

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

create-app.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ export async function createApp({
9494
/**
9595
* Default dependencies.
9696
*/
97-
const dependencies = ['[email protected]', '[email protected]', 'next', 'wagmi', 'ethers'];
97+
const dependencies = [
98+
99+
100+
'next',
101+
102+
'ethers',
103+
];
98104
/**
99105
* Default devDependencies.
100106
*/

0 commit comments

Comments
 (0)