update getCrossChainAssetsByNetwork return type

This commit is contained in:
TheJuze
2024-01-10 17:18:38 +03:00
parent 49c529481b
commit 782b39ca23
3 changed files with 4 additions and 4 deletions

View File

@@ -297,7 +297,7 @@ class Aggregator {
return fetchWithValidation(
url.toString(),
z.array(z.number()),
z.array(z.string()),
{ headers: this.basicAuthHeaders },
errorSchema,
)