feat: Frontage service context define was removed

This commit is contained in:
Mikhail Gladchenko
2024-05-13 13:31:45 +01:00
parent 3a12373b48
commit 1521032eb3
2 changed files with 1 additions and 5 deletions

View File

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

View File

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