mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
getPrices bind
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user