fix: change asset names to asset addresses

This commit is contained in:
Mikhail Gladchenko
2024-03-25 16:55:44 +00:00
parent 09a394b28b
commit cb7ae8a1ff
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ const exchangeContractStep = z.object({
assetIn: z.string(),
assetOut: z.string(),
factory: z.string(),
assetAddressIn: z.string(),
assetAddressOut: z.string(),
});
const swapInfoBase = z.object({