getPrices bind

This commit is contained in:
Aleksandr Kraiz
2023-07-28 14:24:21 +04:00
parent 2864129baa
commit 58dfb58067
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -62,6 +62,7 @@ class Aggregator {
this.getExchangeOrderbook = this.getExchangeOrderbook.bind(this);
this.getPoolReserves = this.getPoolReserves.bind(this);
this.getVersion = this.getVersion.bind(this);
this.getPrices = this.getPrices.bind(this);
}
get basicAuthHeaders() {