New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fintech-solutions/core

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fintech-solutions/core - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

dist/domain/asset-shortcode.enum.d.ts

@@ -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;

4

dist/domain/base-asset-shortcode.enum.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc