mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-16 16:21:32 +03:00
feat: Frontage service context define was removed
This commit is contained in:
@@ -7,10 +7,6 @@ export class Frontage {
|
||||
|
||||
constructor(apiUrl: string) {
|
||||
this.apiUrl = apiUrl;
|
||||
|
||||
this.searchTickers = this.searchTickers.bind(this);
|
||||
this.getTickers = this.getTickers.bind(this);
|
||||
this.getFavorites = this.getFavorites.bind(this);
|
||||
}
|
||||
|
||||
searchTickers = ({
|
||||
|
||||
Reference in New Issue
Block a user