Update schemas due to generateSwapCalldata method

This commit is contained in:
lomonoshka
2023-08-05 16:44:36 +03:00
parent d9ca7cba1a
commit 03056563f2
3 changed files with 68 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ const infoSchema = z.object({
chainId: z.number(),
chainName: z.string(),
exchangeContractAddress: z.string(),
swapExecutorContractAddress: z.string(),
oracleContractAddress: z.string(),
matcherAddress: z.string(),
orderFeePercent: z.number(),