We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4fa7b commit ff50e11Copy full SHA for ff50e11
src/server/schemas/wallet/index.ts
@@ -20,7 +20,7 @@ export const walletHeaderSchema = Type.Object({
20
Type.Union(
21
[
22
Type.Literal("sponsored", {
23
- description: "Attmpt to use native AA on ZKSync chains",
+ description: "Attempt to use native AA on ZKSync chains",
24
}),
25
],
26
{
0 commit comments