@perena/bankineco-services 1.0.79 → 1.0.80
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.
|
@@ -3,7 +3,7 @@ export declare const LITTLE_ENGINE_TEST_ACCOUNT = "little-engine-test";
|
|
|
3
3
|
export declare const LITTLE_ENGINE_PROD_ACCOUNT = "little-engine-prod888";
|
|
4
4
|
export declare const LITTLE_ENGINE_10_ACCOUNT = "little-engine-10-prod";
|
|
5
5
|
export declare const GLOW_5_ACCOUNT = "glow_5_1";
|
|
6
|
-
export declare const MIDPOINT_12_ACCOUNT = "
|
|
6
|
+
export declare const MIDPOINT_12_ACCOUNT = "midpoint_12_2";
|
|
7
7
|
export declare const LE_ACCOUNTS: Record<Environment, string[]>;
|
|
8
8
|
export declare const MIDPOINT_ACCOUNTS: Record<Environment, string[]>;
|
|
9
9
|
export declare const TEST_LE_CUSTODIAN = "64nZHh2DBKEkH7PC1Vo7DHRE6k5MohcnqcDyM6evwEn8";
|
|
@@ -6,7 +6,7 @@ exports.LITTLE_ENGINE_PROD_ACCOUNT = "little-engine-prod888";
|
|
|
6
6
|
exports.LITTLE_ENGINE_10_ACCOUNT = "little-engine-10-prod";
|
|
7
7
|
exports.GLOW_5_ACCOUNT = "glow_5_1";
|
|
8
8
|
// export const GLOW_7_5_ACCOUNT = "glow_7_5_1";
|
|
9
|
-
exports.MIDPOINT_12_ACCOUNT = "
|
|
9
|
+
exports.MIDPOINT_12_ACCOUNT = "midpoint_12_2";
|
|
10
10
|
exports.LE_ACCOUNTS = {
|
|
11
11
|
local: [],
|
|
12
12
|
test: [exports.LITTLE_ENGINE_TEST_ACCOUNT],
|