@fintech-solutions/core
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -244,3 +244,5 @@ import { BaseAssetShortcode } from './base-asset-shortcode.enum'; | ||
RookEthTokenSepolia: import("./ethereum-asset-shortcode.enum").EthereumAssetSepoliaShortcode.RookEthTokenSepolia; | ||
WrappedBitcoinEthTokenSepolia: import("./ethereum-asset-shortcode.enum").EthereumAssetSepoliaShortcode.WrappedBitcoinEthTokenSepolia; | ||
TokemakEthTokenSepolia: import("./ethereum-asset-shortcode.enum").EthereumAssetSepoliaShortcode.TokemakEthTokenSepolia; | ||
BUSDEthTokenSepolia: import("./ethereum-asset-shortcode.enum").EthereumAssetSepoliaShortcode.BUSDEthTokenSepolia; | ||
OKBEthTokenSepolia: import("./ethereum-asset-shortcode.enum").EthereumAssetSepoliaShortcode.OKBEthTokenSepolia; | ||
@@ -247,0 +249,0 @@ } & { |
@@ -211,3 +211,5 @@ export declare enum EthereumAssetMainnetShortcode { | ||
RookEthTokenSepolia = "ROOK_ERC20_SEP", | ||
WrappedBitcoinEthTokenSepolia = "WBTC_ERC20_SEP", | ||
TokemakEthTokenSepolia = "TOKE_ERC20_SEP", | ||
BUSDEthTokenSepolia = "BUSD_ERC20_SEP", | ||
OKBEthTokenSepolia = "OKB_ERC20_SEP" | ||
@@ -214,0 +216,0 @@ } |
@@ -216,3 +216,5 @@ "use strict"; | ||
EthereumAssetSepoliaShortcode["RookEthTokenSepolia"] = "ROOK_ERC20_SEP"; | ||
EthereumAssetSepoliaShortcode["WrappedBitcoinEthTokenSepolia"] = "WBTC_ERC20_SEP"; | ||
EthereumAssetSepoliaShortcode["TokemakEthTokenSepolia"] = "TOKE_ERC20_SEP"; | ||
EthereumAssetSepoliaShortcode["BUSDEthTokenSepolia"] = "BUSD_ERC20_SEP"; | ||
EthereumAssetSepoliaShortcode["OKBEthTokenSepolia"] = "OKB_ERC20_SEP"; | ||
@@ -219,0 +221,0 @@ })(EthereumAssetSepoliaShortcode = exports.EthereumAssetSepoliaShortcode || (exports.EthereumAssetSepoliaShortcode = {})); |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"license": "ISC", | ||
"gitHead": "1005c9eff43378ff37ba3a3f4401a63de12ecd73" | ||
"gitHead": "9054854034acef89b8dc4bed9f6a7719c05aab9d" | ||
} |
@@ -212,3 +212,5 @@ export enum EthereumAssetMainnetShortcode { | ||
RookEthTokenSepolia = 'ROOK_ERC20_SEP', | ||
WrappedBitcoinEthTokenSepolia = 'WBTC_ERC20_SEP', | ||
TokemakEthTokenSepolia = 'TOKE_ERC20_SEP', | ||
BUSDEthTokenSepolia = 'BUSD_ERC20_SEP', | ||
OKBEthTokenSepolia = 'OKB_ERC20_SEP', | ||
@@ -215,0 +217,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
126504
1474