@fintech-solutions/core
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -34,2 +34,4 @@ import { BaseAssetShortcode } from './base-asset-shortcode.enum'; | ||
CosmosHub: BaseAssetShortcode.CosmosHub; | ||
NEAR: BaseAssetShortcode.NEAR; | ||
BitcoinSV: BaseAssetShortcode.BitcoinSV; | ||
} & { | ||
@@ -67,3 +69,3 @@ ChainlinkEthToken: EthereumAssetShortcode.ChainlinkEthToken; | ||
TrueUSDEthTokenSepolia: EthereumAssetShortcode.TrueUSDEthTokenSepolia; | ||
GoldenRatioEthToken: EthereumAssetShortcode.GoldenRatioEthToken; | ||
GraphEthToken: EthereumAssetShortcode.GraphEthToken; | ||
SynthetixEthToken: EthereumAssetShortcode.SynthetixEthToken; | ||
@@ -276,2 +278,3 @@ SynthetixEthTokenSepolia: EthereumAssetShortcode.SynthetixEthTokenSepolia; | ||
ShidenNetworkBscToken: BinanceAssetShortcode.ShidenNetworkBscToken; | ||
PancakeSwapBscToken: BinanceAssetShortcode.PancakeSwapBscToken; | ||
}; | ||
@@ -278,0 +281,0 @@ export type AssetShortcode = BaseAssetShortcode | EthereumAssetShortcode | TronAssetShortcode | BinanceAssetShortcode; |
@@ -29,4 +29,6 @@ export declare enum BaseAssetShortcode { | ||
Waves = "WAVES", | ||
CosmosHub = "ATOM_COS" | ||
CosmosHub = "ATOM_COS", | ||
NEAR = "NEAR", | ||
BitcoinSV = "BSV" | ||
} | ||
export declare const BASE_ASSETS: Set<BaseAssetShortcode>; |
@@ -34,4 +34,6 @@ "use strict"; | ||
BaseAssetShortcode["CosmosHub"] = "ATOM_COS"; | ||
BaseAssetShortcode["NEAR"] = "NEAR"; | ||
BaseAssetShortcode["BitcoinSV"] = "BSV"; | ||
})(BaseAssetShortcode = exports.BaseAssetShortcode || (exports.BaseAssetShortcode = {})); | ||
exports.BASE_ASSETS = new Set(Object.values(BaseAssetShortcode)); | ||
//# sourceMappingURL=base-asset-shortcode.enum.js.map |
@@ -58,4 +58,5 @@ export declare enum BinanceAssetShortcode { | ||
SCRTBscToken = "SCRT_BEP20", | ||
ShidenNetworkBscToken = "SDN_BEP20" | ||
ShidenNetworkBscToken = "SDN_BEP20", | ||
PancakeSwapBscToken = "CAKE_BEP20" | ||
} | ||
export declare const BINANCE_TOKENS: Set<BinanceAssetShortcode>; |
@@ -63,4 +63,5 @@ "use strict"; | ||
BinanceAssetShortcode["ShidenNetworkBscToken"] = "SDN_BEP20"; | ||
BinanceAssetShortcode["PancakeSwapBscToken"] = "CAKE_BEP20"; | ||
})(BinanceAssetShortcode = exports.BinanceAssetShortcode || (exports.BinanceAssetShortcode = {})); | ||
exports.BINANCE_TOKENS = new Set(Object.values(BinanceAssetShortcode)); | ||
//# sourceMappingURL=binance-asset-shortcode.enum.js.map |
@@ -33,3 +33,3 @@ export declare enum EthereumAssetShortcode { | ||
TrueUSDEthTokenSepolia = "TUSD_ERC20_SEP", | ||
GoldenRatioEthToken = "GRT_ERC20", | ||
GraphEthToken = "GRT_ERC20", | ||
SynthetixEthToken = "SNX_ERC20", | ||
@@ -36,0 +36,0 @@ SynthetixEthTokenSepolia = "SNX_ERC20_SEP", |
@@ -37,3 +37,3 @@ "use strict"; | ||
EthereumAssetShortcode["TrueUSDEthTokenSepolia"] = "TUSD_ERC20_SEP"; | ||
EthereumAssetShortcode["GoldenRatioEthToken"] = "GRT_ERC20"; | ||
EthereumAssetShortcode["GraphEthToken"] = "GRT_ERC20"; | ||
EthereumAssetShortcode["SynthetixEthToken"] = "SNX_ERC20"; | ||
@@ -40,0 +40,0 @@ EthereumAssetShortcode["SynthetixEthTokenSepolia"] = "SNX_ERC20_SEP"; |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -30,4 +30,6 @@ export enum BaseAssetShortcode { | ||
CosmosHub = 'ATOM_COS', | ||
NEAR = 'NEAR', | ||
BitcoinSV = 'BSV', | ||
} | ||
export const BASE_ASSETS = new Set(Object.values(BaseAssetShortcode)); |
@@ -59,4 +59,5 @@ export enum BinanceAssetShortcode { | ||
ShidenNetworkBscToken = 'SDN_BEP20', | ||
PancakeSwapBscToken = 'CAKE_BEP20', | ||
} | ||
export const BINANCE_TOKENS = new Set(Object.values(BinanceAssetShortcode)); |
@@ -33,3 +33,3 @@ export enum EthereumAssetShortcode { | ||
TrueUSDEthTokenSepolia = 'TUSD_ERC20_SEP', | ||
GoldenRatioEthToken = 'GRT_ERC20', | ||
GraphEthToken = 'GRT_ERC20', | ||
SynthetixEthToken = 'SNX_ERC20', | ||
@@ -36,0 +36,0 @@ SynthetixEthTokenSepolia = 'SNX_ERC20_SEP', |
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
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
124292
1422
0