fix: remove unused code

This commit is contained in:
Kirill Litvinov
2023-08-02 15:05:44 +03:00
parent cd3eb34b11
commit cccf239f27
4 changed files with 1 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ const swapInfoBase = z.object({
orderInfo: orderInfoSchema,
isThroughPoolOrCurve: z.boolean(),
}).array(),
anm: z.record(z.string()).optional(), // address to ERC20 names
assetNameMapping: z.record(z.string()).optional(), // address to ERC20 names
});
const swapInfoByAmountIn = swapInfoBase.extend({