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

@@ -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() {