@fintech-solutions/core
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -41,3 +41,5 @@ export declare enum AssetShortcode { | ||
WrappedBitcoin = "WBTC_ERC20", | ||
BNB_ERC20 = "BNB_ERC20" | ||
BNB_ERC20 = "BNB_ERC20", | ||
TronUSDT = "USDT_TRC20", | ||
TronUSDC = "USDC_TRC20" | ||
} |
@@ -46,3 +46,5 @@ "use strict"; | ||
AssetShortcode["BNB_ERC20"] = "BNB_ERC20"; | ||
AssetShortcode["TronUSDT"] = "USDT_TRC20"; | ||
AssetShortcode["TronUSDC"] = "USDC_TRC20"; | ||
})(AssetShortcode = exports.AssetShortcode || (exports.AssetShortcode = {})); | ||
//# sourceMappingURL=asset-shortcode.enum.js.map |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -44,2 +44,5 @@ export enum AssetShortcode { | ||
BNB_ERC20 = 'BNB_ERC20', | ||
TronUSDT = 'USDT_TRC20', | ||
TronUSDC = 'USDC_TRC20', | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64435
382