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 b37c564 commit f09a6dcCopy full SHA for f09a6dc
packages/apps/ability-aerodrome-swap/src/lib/schemas.ts
@@ -116,7 +116,7 @@ export const executeFailSchema = z.object({
116
});
117
118
export const executeSuccessSchema = z.object({
119
- swapTxHash: z.string().describe('The hash of the swapping transaction on uniswap').optional(),
+ swapTxHash: z.string().describe('The hash of the swapping transaction on Aerodrome').optional(),
120
swapTxUserOperationHash: z
121
.string()
122
.optional()
0 commit comments