@wenex/sdk 1.0.22 → 1.0.23
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.
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
export declare const MIN_TRANSACTION_TTL = 5;
|
|
2
2
|
export declare const MAX_TRANSACTION_TTL: number;
|
|
3
|
+
export declare const IRR_COIN_ID = "65d9eb750e788dbccedeba8d";
|
|
4
|
+
export declare const IRR_WALLET_ID = "6725bc8c4bb3f7d8bd4e45f8";
|
|
5
|
+
export declare const USD_COIN_ID = "6638d593d8ff6273c3c3cd12";
|
|
6
|
+
export declare const USD_WALLET_ID = "6638d59992e073f51b243f5f";
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MAX_TRANSACTION_TTL = exports.MIN_TRANSACTION_TTL = void 0;
|
|
3
|
+
exports.USD_WALLET_ID = exports.USD_COIN_ID = exports.IRR_WALLET_ID = exports.IRR_COIN_ID = exports.MAX_TRANSACTION_TTL = exports.MIN_TRANSACTION_TTL = void 0;
|
|
4
4
|
exports.MIN_TRANSACTION_TTL = 5; // 5 sec's
|
|
5
5
|
exports.MAX_TRANSACTION_TTL = 15 * 60; // 15 min's
|
|
6
|
+
// Real Money
|
|
7
|
+
exports.IRR_COIN_ID = '65d9eb750e788dbccedeba8d';
|
|
8
|
+
exports.IRR_WALLET_ID = '6725bc8c4bb3f7d8bd4e45f8';
|
|
9
|
+
exports.USD_COIN_ID = '6638d593d8ff6273c3c3cd12';
|
|
10
|
+
exports.USD_WALLET_ID = '6638d59992e073f51b243f5f';
|
|
6
11
|
//# sourceMappingURL=transactions.constant.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transactions.constant.js","sourceRoot":"","sources":["../../../../src/common/utils/financial/constants/transactions.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,CAAC,CAAC,CAAC,UAAU;AACnC,QAAA,mBAAmB,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,WAAW"}
|
|
1
|
+
{"version":3,"file":"transactions.constant.js","sourceRoot":"","sources":["../../../../src/common/utils/financial/constants/transactions.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,CAAC,CAAC,CAAC,UAAU;AACnC,QAAA,mBAAmB,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,WAAW;AAEvD,aAAa;AACA,QAAA,WAAW,GAAG,0BAA0B,CAAC;AACzC,QAAA,aAAa,GAAG,0BAA0B,CAAC;AAC3C,QAAA,WAAW,GAAG,0BAA0B,CAAC;AACzC,QAAA,aAAa,GAAG,0BAA0B,CAAC"}
|