@xoxno/sdk-js 0.1.48-alpha → 0.1.50-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -469,13 +469,13 @@ export interface FloorPriceHistory {
469
469
  }
470
470
  export type FungibleAssets = {
471
471
  id?: string;
472
- identifier?: string;
472
+ identifier: string;
473
473
  collection?: string;
474
474
  dataType?: string;
475
- decimals?: number;
475
+ decimals: number;
476
476
  name: string;
477
- type?: string;
478
- category?: string[];
477
+ type: string;
478
+ category: string[];
479
479
  svgUrl: string;
480
480
  pngUrl: string;
481
481
  ticker: string;
@@ -1,4 +1,4 @@
1
- export declare const API_URL = "https://proxy-api.xoxno.com";
1
+ export declare const API_URL = "https://api.xoxno.com";
2
2
  export declare const API_URL_DEV = "https://api-dev.xoxno.com";
3
3
  export declare const XOXNO_SC = "erd1qqqqqqqqqqqqqpgq6wegs2xkypfpync8mn2sa5cmpqjlvrhwz5nqgepyg8";
4
4
  export declare const FM_SC = "erd1qqqqqqqqqqqqqpgq705fxpfrjne0tl3ece0rrspykq88mynn4kxs2cg43s";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.P2P_SC_DEV = exports.Manager_SC_DEV = exports.Staking_SC_DEV = exports.XOXNO_SC_DEV = exports.P2P_SC = exports.Manager_SC = exports.Staking_SC = exports.KG_SC = exports.DR_SC = exports.FM_SC = exports.XOXNO_SC = exports.API_URL_DEV = exports.API_URL = void 0;
4
- exports.API_URL = 'https://proxy-api.xoxno.com';
4
+ exports.API_URL = 'https://api.xoxno.com';
5
5
  exports.API_URL_DEV = 'https://api-dev.xoxno.com';
6
6
  exports.XOXNO_SC = 'erd1qqqqqqqqqqqqqpgq6wegs2xkypfpync8mn2sa5cmpqjlvrhwz5nqgepyg8';
7
7
  exports.FM_SC = 'erd1qqqqqqqqqqqqqpgq705fxpfrjne0tl3ece0rrspykq88mynn4kxs2cg43s';
@@ -1 +1 @@
1
- {"version":3,"file":"const.js","sourceRoot":"","sources":["../../src/utils/const.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,WAAW,GAAG,2BAA2B,CAAC;AAE1C,QAAA,QAAQ,GACnB,gEAAgE,CAAC;AACtD,QAAA,KAAK,GAChB,gEAAgE,CAAC;AACtD,QAAA,KAAK,GAChB,gEAAgE,CAAC;AACtD,QAAA,KAAK,GAChB,gEAAgE,CAAC;AACtD,QAAA,UAAU,GACrB,gEAAgE,CAAC;AACtD,QAAA,UAAU,GACrB,gEAAgE,CAAC;AACtD,QAAA,MAAM,GACjB,gEAAgE,CAAC;AAEtD,QAAA,YAAY,GACvB,gEAAgE,CAAC;AACtD,QAAA,cAAc,GACzB,gEAAgE,CAAC;AACtD,QAAA,cAAc,GACzB,gEAAgE,CAAC;AACtD,QAAA,UAAU,GACrB,gEAAgE,CAAC"}
1
+ {"version":3,"file":"const.js","sourceRoot":"","sources":["../../src/utils/const.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,uBAAuB,CAAC;AAClC,QAAA,WAAW,GAAG,2BAA2B,CAAC;AAE1C,QAAA,QAAQ,GACnB,gEAAgE,CAAC;AACtD,QAAA,KAAK,GAChB,gEAAgE,CAAC;AACtD,QAAA,KAAK,GAChB,gEAAgE,CAAC;AACtD,QAAA,KAAK,GAChB,gEAAgE,CAAC;AACtD,QAAA,UAAU,GACrB,gEAAgE,CAAC;AACtD,QAAA,UAAU,GACrB,gEAAgE,CAAC;AACtD,QAAA,MAAM,GACjB,gEAAgE,CAAC;AAEtD,QAAA,YAAY,GACvB,gEAAgE,CAAC;AACtD,QAAA,cAAc,GACzB,gEAAgE,CAAC;AACtD,QAAA,cAAc,GACzB,gEAAgE,CAAC;AACtD,QAAA,UAAU,GACrB,gEAAgE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.48-alpha",
3
+ "version": "0.1.50-alpha",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",