Skip to content

Commit 99c0556

Browse files
Update packages/apps/ability-uniswap-swap/src/lib/schemas.ts
Co-authored-by: Copilot <[email protected]>
1 parent 0b80ad9 commit 99c0556

File tree

1 file changed

+1
-1
lines changed
  • packages/apps/ability-uniswap-swap/src/lib

1 file changed

+1
-1
lines changed

packages/apps/ability-uniswap-swap/src/lib/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const abilityParamsSchema = z.object({
44
action: z
55
.enum(['approve', 'swap'])
66
.describe(
7-
'Dictates whether to perform an ERC20 approval, a swap, or both using the signed Uniswap quote',
7+
'Dictates whether to perform an ERC20 approval or a swap using the signed Uniswap quote',
88
),
99
rpcUrlForUniswap: z
1010
.string()

0 commit comments

Comments
 (0)