@xoxno/sdk-js 0.1.48-alpha → 0.1.49-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.
- package/dist/utils/const.d.ts +1 -1
- package/dist/utils/const.js +1 -1
- package/dist/utils/const.js.map +1 -1
- package/package.json +1 -1
package/dist/utils/const.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const API_URL = "https://
|
|
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";
|
package/dist/utils/const.js
CHANGED
|
@@ -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://
|
|
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';
|
package/dist/utils/const.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.js","sourceRoot":"","sources":["../../src/utils/const.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,
|
|
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"}
|