feature: up version

This commit is contained in:
Mikhail Gladchenko
2023-10-18 16:16:44 +01:00
parent b06c780d62
commit 4ca6ea669d
2 changed files with 4 additions and 1 deletions

View File

@@ -45,6 +45,9 @@ const poolOfListPoolSchema = z.object({
...basicPoolInfo.shape,
// This is a crutch. In the nearest future Yury will update his model and this feeRate can be deleted
feeRate: z.number().nonnegative(),
type: z.string().nonempty(),
});