mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-13 21:52:36 +03:00
feat: Frontage service context define was removed
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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