@fintech-solutions/core
Advanced tools
Comparing version 1.2.63 to 1.2.64
@@ -21,2 +21,3 @@ export declare enum BaseCryptoShortcode { | ||
Polkadot = "DOT", | ||
PolkadotTest = "DOT_TEST", | ||
BNB = "BNB", | ||
@@ -23,0 +24,0 @@ Celo = "CELO", |
@@ -25,2 +25,3 @@ "use strict"; | ||
BaseCryptoShortcode["Polkadot"] = "DOT"; | ||
BaseCryptoShortcode["PolkadotTest"] = "DOT_TEST"; | ||
BaseCryptoShortcode["BNB"] = "BNB"; | ||
@@ -27,0 +28,0 @@ BaseCryptoShortcode["Celo"] = "CELO"; |
@@ -16,3 +16,2 @@ import { BaseCryptoShortcode } from './base-crypto-asset-shortcode.enum'; | ||
AcalaDotTokenTest: import("./polkadot-asset-shortcode.enum").PolkadotAssetTestnetShortcode.AcalaDotTokenTest; | ||
PolkadotTest: import("./polkadot-asset-shortcode.enum").PolkadotAssetTestnetShortcode.PolkadotTest; | ||
AstonMartinCognizantChzToken: import("./chiliz-asset-shortcode.enum").ChilizAssetMainnetShortcode.AstonMartinCognizantChzToken; | ||
@@ -314,2 +313,3 @@ FCBarcelonaChzToken: import("./chiliz-asset-shortcode.enum").ChilizAssetMainnetShortcode.FCBarcelonaChzToken; | ||
Polkadot: BaseCryptoShortcode.Polkadot; | ||
PolkadotTest: BaseCryptoShortcode.PolkadotTest; | ||
BNB: BaseCryptoShortcode.BNB; | ||
@@ -316,0 +316,0 @@ Celo: BaseCryptoShortcode.Celo; |
@@ -9,7 +9,6 @@ export declare enum PolkadotAssetMainnetShortcode { | ||
export declare enum PolkadotAssetTestnetShortcode { | ||
AcalaDotTokenTest = "ACA_DOT_TEST", | ||
PolkadotTest = "DOT_TEST" | ||
AcalaDotTokenTest = "ACA_DOT_TEST" | ||
} | ||
export declare const PolkadotAssetShortcode: typeof PolkadotAssetMainnetShortcode & typeof PolkadotAssetTestnetShortcode; | ||
export type PolkadotAssetShortcode = PolkadotAssetMainnetShortcode | PolkadotAssetTestnetShortcode; | ||
export declare const POLKADOT_TOKENS: Set<PolkadotAssetMainnetShortcode | PolkadotAssetTestnetShortcode>; | ||
export declare const POLKADOT_TOKENS: Set<PolkadotAssetMainnetShortcode | PolkadotAssetTestnetShortcode.AcalaDotTokenTest>; |
@@ -15,3 +15,2 @@ "use strict"; | ||
PolkadotAssetTestnetShortcode["AcalaDotTokenTest"] = "ACA_DOT_TEST"; | ||
PolkadotAssetTestnetShortcode["PolkadotTest"] = "DOT_TEST"; | ||
})(PolkadotAssetTestnetShortcode = exports.PolkadotAssetTestnetShortcode || (exports.PolkadotAssetTestnetShortcode = {})); | ||
@@ -18,0 +17,0 @@ exports.PolkadotAssetShortcode = Object.assign({}, PolkadotAssetMainnetShortcode, PolkadotAssetTestnetShortcode); |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.2.63", | ||
"version": "1.2.64", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"license": "ISC", | ||
"gitHead": "1606b3edefc329bfc8289326f9c00a7b80c48c8d" | ||
"gitHead": "24b8a07bf3665496b26e1b85bfda7035e3f4ed93" | ||
} |
@@ -21,2 +21,3 @@ export enum BaseCryptoShortcode { | ||
Polkadot = 'DOT', | ||
PolkadotTest = 'DOT_TEST', | ||
BNB = 'BNB', | ||
@@ -23,0 +24,0 @@ Celo = 'CELO', |
@@ -11,3 +11,2 @@ export enum PolkadotAssetMainnetShortcode { | ||
AcalaDotTokenTest = 'ACA_DOT_TEST', | ||
PolkadotTest = 'DOT_TEST' | ||
} | ||
@@ -14,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
257192