@@ -9,7 +9,7 @@ import type { GenericTemplate } from "../index.js";
9
9
10
10
type Template = GenericTemplate & {
11
11
framework : "Vue - Nuxt 3" | "Vue - Vite" | "React - Next.js" | "React - Vite" ;
12
- ethereumFramework : "Ethers v5" | "viem" ;
12
+ ethereumFramework : "Ethers v5" | "Ethers v6" | " viem";
13
13
requiresWalletConnectProjectId ?: boolean ;
14
14
} ;
15
15
@@ -32,6 +32,14 @@ export const templates: Template[] = [
32
32
path : "templates/vue/nuxt3-wagmi-web3modal" ,
33
33
git : "https://github.com/matter-labs/zksync-frontend-templates" ,
34
34
} ,
35
+ {
36
+ name : "Ethers v6" ,
37
+ value : "vue_nuxt3_ethers6" ,
38
+ framework : "Vue - Nuxt 3" ,
39
+ ethereumFramework : "Ethers v6" ,
40
+ path : "templates/vue/nuxt3-ethers" ,
41
+ git : "https://github.com/matter-labs/zksync-frontend-templates" ,
42
+ } ,
35
43
{
36
44
name : "Ethers v5" ,
37
45
value : "vue_nuxt3_ethers5" ,
@@ -59,6 +67,14 @@ export const templates: Template[] = [
59
67
path : "templates/vue/vite-wagmi-web3modal" ,
60
68
git : "https://github.com/matter-labs/zksync-frontend-templates" ,
61
69
} ,
70
+ {
71
+ name : "Ethers v6" ,
72
+ value : "vue_vite_ethers6" ,
73
+ framework : "Vue - Vite" ,
74
+ ethereumFramework : "Ethers v6" ,
75
+ path : "templates/vue/vite-ethers" ,
76
+ git : "https://github.com/matter-labs/zksync-frontend-templates" ,
77
+ } ,
62
78
{
63
79
name : "Ethers v5" ,
64
80
value : "vue_vite_ethers5" ,
@@ -95,6 +111,14 @@ export const templates: Template[] = [
95
111
path : "templates/react/next-wagmi-rainbowkit" ,
96
112
git : "https://github.com/matter-labs/zksync-frontend-templates" ,
97
113
} ,
114
+ {
115
+ name : "Ethers v6" ,
116
+ value : "react_next_ethers6" ,
117
+ framework : "React - Next.js" ,
118
+ ethereumFramework : "Ethers v6" ,
119
+ path : "templates/react/next-ethers" ,
120
+ git : "https://github.com/matter-labs/zksync-frontend-templates" ,
121
+ } ,
98
122
{
99
123
name : "Ethers v5" ,
100
124
value : "react_next_ethers5" ,
@@ -122,6 +146,14 @@ export const templates: Template[] = [
122
146
path : "templates/react/vite-wagmi-web3modal" ,
123
147
git : "https://github.com/matter-labs/zksync-frontend-templates" ,
124
148
} ,
149
+ {
150
+ name : "Ethers v6" ,
151
+ value : "react_vite_ethers6" ,
152
+ framework : "React - Vite" ,
153
+ ethereumFramework : "Ethers v6" ,
154
+ path : "templates/react/vite-ethers" ,
155
+ git : "https://github.com/matter-labs/zksync-frontend-templates" ,
156
+ } ,
125
157
{
126
158
name : "Ethers v5" ,
127
159
value : "react_vite_ethers5" ,
0 commit comments