mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 14:42:38 +03:00
feat: small fix for getTickers method
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.20.79-rc4",
|
||||
"version": "0.20.79-rc5",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -57,7 +57,7 @@ export class Frontage {
|
||||
].filter(Boolean).join('&');
|
||||
|
||||
return fetchWithValidation(
|
||||
`/api/v1/tickers/get?${queryParams}`,
|
||||
`${this.apiUrl}/api/v1/tickers/get?${queryParams}`,
|
||||
tickersSchema
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user