@fintech-solutions/core
Advanced tools
Comparing version 1.2.14 to 1.2.17
@@ -17,13 +17,9 @@ import { BaseAssetShortcode } from './base-asset-shortcode.enum'; | ||
Lumen: BaseAssetShortcode.Lumen; | ||
Matic: BaseAssetShortcode.Matic; | ||
PolygonMatic: BaseAssetShortcode.PolygonMatic; | ||
Ripple: BaseAssetShortcode.Ripple; | ||
Uniswap: BaseAssetShortcode.Uniswap; | ||
Tezos: BaseAssetShortcode.Tezos; | ||
LunaClassic: BaseAssetShortcode.LunaClassic; | ||
Luna2: BaseAssetShortcode.Luna2; | ||
ShibaInu: BaseAssetShortcode.ShibaInu; | ||
Polkadot: BaseAssetShortcode.Polkadot; | ||
BNB: BaseAssetShortcode.BNB; | ||
BUSD: BaseAssetShortcode.BUSD; | ||
Dai: BaseAssetShortcode.Dai; | ||
Celo: BaseAssetShortcode.Celo; | ||
@@ -202,2 +198,3 @@ Avalanche: BaseAssetShortcode.Avalanche; | ||
CurveDAOEthToken: import("./ethereum-asset-shortcode.enum").EthereumAssetMainnetShortcode.CurveDAOEthToken; | ||
ShibaInuEthToken: import("./ethereum-asset-shortcode.enum").EthereumAssetMainnetShortcode.ShibaInuEthToken; | ||
ChainlinkEthTokenSepolia: import("./ethereum-asset-shortcode.enum").EthereumAssetSepoliaShortcode.ChainlinkEthTokenSepolia; | ||
@@ -204,0 +201,0 @@ DaiEthTokenSepolia: import("./ethereum-asset-shortcode.enum").EthereumAssetSepoliaShortcode.DaiEthTokenSepolia; |
@@ -13,13 +13,9 @@ export declare enum BaseAssetShortcode { | ||
Lumen = "XLM", | ||
Matic = "MATIC", | ||
PolygonMatic = "MATIC", | ||
Ripple = "XRP", | ||
Uniswap = "UNI", | ||
Tezos = "XTZ", | ||
LunaClassic = "LUNA", | ||
Luna2 = "LUNA2", | ||
ShibaInu = "SHIB", | ||
Polkadot = "DOT", | ||
BNB = "BNB", | ||
BUSD = "BUSD_BSC", | ||
Dai = "DAI", | ||
Celo = "CELO", | ||
@@ -26,0 +22,0 @@ Avalanche = "AVAX", |
@@ -17,13 +17,9 @@ "use strict"; | ||
BaseAssetShortcode["Lumen"] = "XLM"; | ||
BaseAssetShortcode["Matic"] = "MATIC"; | ||
BaseAssetShortcode["PolygonMatic"] = "MATIC"; | ||
BaseAssetShortcode["Ripple"] = "XRP"; | ||
BaseAssetShortcode["Uniswap"] = "UNI"; | ||
BaseAssetShortcode["Tezos"] = "XTZ"; | ||
BaseAssetShortcode["LunaClassic"] = "LUNA"; | ||
BaseAssetShortcode["Luna2"] = "LUNA2"; | ||
BaseAssetShortcode["ShibaInu"] = "SHIB"; | ||
BaseAssetShortcode["Polkadot"] = "DOT"; | ||
BaseAssetShortcode["BNB"] = "BNB"; | ||
BaseAssetShortcode["BUSD"] = "BUSD_BSC"; | ||
BaseAssetShortcode["Dai"] = "DAI"; | ||
BaseAssetShortcode["Celo"] = "CELO"; | ||
@@ -30,0 +26,0 @@ BaseAssetShortcode["Avalanche"] = "AVAX"; |
@@ -165,3 +165,4 @@ export declare enum EthereumAssetMainnetShortcode { | ||
BUSDEthToken = "BUSD_ERC20", | ||
CurveDAOEthToken = "CRV_ERC20" | ||
CurveDAOEthToken = "CRV_ERC20", | ||
ShibaInuEthToken = "SHIB_ERC20" | ||
} | ||
@@ -168,0 +169,0 @@ export declare enum EthereumAssetSepoliaShortcode { |
@@ -170,2 +170,3 @@ "use strict"; | ||
EthereumAssetMainnetShortcode["CurveDAOEthToken"] = "CRV_ERC20"; | ||
EthereumAssetMainnetShortcode["ShibaInuEthToken"] = "SHIB_ERC20"; | ||
})(EthereumAssetMainnetShortcode = exports.EthereumAssetMainnetShortcode || (exports.EthereumAssetMainnetShortcode = {})); | ||
@@ -172,0 +173,0 @@ var EthereumAssetSepoliaShortcode; |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.2.14", | ||
"version": "1.2.17", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"license": "ISC", | ||
"gitHead": "9054854034acef89b8dc4bed9f6a7719c05aab9d" | ||
"gitHead": "fe0776c6aeb53a9038c981165fc0c786a956a18c" | ||
} |
@@ -13,13 +13,9 @@ export enum BaseAssetShortcode { | ||
Lumen = 'XLM', | ||
Matic = 'MATIC', | ||
PolygonMatic = 'MATIC', | ||
Ripple = 'XRP', | ||
Uniswap = 'UNI', | ||
Tezos = 'XTZ', | ||
LunaClassic = 'LUNA', | ||
Luna2 = 'LUNA2', | ||
ShibaInu = 'SHIB', | ||
Polkadot = 'DOT', | ||
BNB = 'BNB', | ||
BUSD = 'BUSD_BSC', | ||
Dai = 'DAI', | ||
Celo = 'CELO', | ||
@@ -26,0 +22,0 @@ Avalanche = 'AVAX', |
@@ -166,2 +166,3 @@ export enum EthereumAssetMainnetShortcode { | ||
CurveDAOEthToken = 'CRV_ERC20', | ||
ShibaInuEthToken = 'SHIB_ERC20', | ||
} | ||
@@ -168,0 +169,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
126261
1462