Skip to content

Commit f09a6dc

Browse files
Update packages/apps/ability-aerodrome-swap/src/lib/schemas.ts
Co-authored-by: Copilot <[email protected]>
1 parent b37c564 commit f09a6dc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const executeFailSchema = z.object({
116116
});
117117

118118
export const executeSuccessSchema = z.object({
119-
swapTxHash: z.string().describe('The hash of the swapping transaction on uniswap').optional(),
119+
swapTxHash: z.string().describe('The hash of the swapping transaction on Aerodrome').optional(),
120120
swapTxUserOperationHash: z
121121
.string()
122122
.optional()

0 commit comments

Comments
 (0)