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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.42-rc1",
"version": "0.20.42-rc2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.20.42-rc1",
"version": "0.20.42-rc2",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.42-rc1",
"version": "0.20.42-rc2",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

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