@luxfi/core
Advanced tools
Comparing version 10.0.2 to 10.0.3
@@ -7,2 +7,3 @@ export { type default as Asset } from './asset'; | ||
export { type default as Network } from './network'; | ||
export { NetworkTypes } from './network-type'; | ||
export { TransactionType } from './transaction-type'; | ||
@@ -9,0 +10,0 @@ export { SwapStatus, swapStatusByIndex, UtilaTransactionStatus, utilaTransactionStatusByIndex } from './swap-status'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.utilaTransactionStatusByIndex = exports.UtilaTransactionStatus = exports.swapStatusByIndex = exports.SwapStatus = exports.TransactionType = void 0; | ||
exports.utilaTransactionStatusByIndex = exports.UtilaTransactionStatus = exports.swapStatusByIndex = exports.SwapStatus = exports.TransactionType = exports.NetworkTypes = void 0; | ||
var network_type_1 = require("./network-type"); | ||
Object.defineProperty(exports, "NetworkTypes", { enumerable: true, get: function () { return network_type_1.NetworkTypes; } }); | ||
var transaction_type_1 = require("./transaction-type"); | ||
@@ -5,0 +7,0 @@ Object.defineProperty(exports, "TransactionType", { enumerable: true, get: function () { return transaction_type_1.TransactionType; } }); |
type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano"; | ||
export declare enum NetworkTypes { | ||
EVM = "evm", | ||
Starknet = "starknet", | ||
Solana = "solana", | ||
Cosmos = "cosmos", | ||
StarkEx = "stark_ex", | ||
ZkSyncLite = "zk_sync_lite", | ||
TON = "ton", | ||
Bitocoin = "btc", | ||
Cardano = "cardano" | ||
} | ||
export { type NetworkType as default }; | ||
//# sourceMappingURL=network-type.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NetworkTypes = void 0; | ||
var NetworkTypes; | ||
(function (NetworkTypes) { | ||
NetworkTypes["EVM"] = "evm"; | ||
NetworkTypes["Starknet"] = "starknet"; | ||
NetworkTypes["Solana"] = "solana"; | ||
NetworkTypes["Cosmos"] = "cosmos"; | ||
NetworkTypes["StarkEx"] = "stark_ex"; | ||
NetworkTypes["ZkSyncLite"] = "zk_sync_lite"; | ||
NetworkTypes["TON"] = "ton"; | ||
NetworkTypes["Bitocoin"] = "btc"; | ||
NetworkTypes["Cardano"] = "cardano"; | ||
})(NetworkTypes || (exports.NetworkTypes = NetworkTypes = {})); |
@@ -7,2 +7,3 @@ export { type default as Asset } from './asset'; | ||
export { type default as Network } from './network'; | ||
export { NetworkTypes } from './network-type'; | ||
export { TransactionType } from './transaction-type'; | ||
@@ -9,0 +10,0 @@ export { SwapStatus, swapStatusByIndex, UtilaTransactionStatus, utilaTransactionStatusByIndex } from './swap-status'; |
@@ -0,2 +1,3 @@ | ||
export { NetworkTypes } from './network-type'; | ||
export { TransactionType } from './transaction-type'; | ||
export { SwapStatus, swapStatusByIndex, UtilaTransactionStatus, utilaTransactionStatusByIndex } from './swap-status'; |
type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano"; | ||
export declare enum NetworkTypes { | ||
EVM = "evm", | ||
Starknet = "starknet", | ||
Solana = "solana", | ||
Cosmos = "cosmos", | ||
StarkEx = "stark_ex", | ||
ZkSyncLite = "zk_sync_lite", | ||
TON = "ton", | ||
Bitocoin = "btc", | ||
Cardano = "cardano" | ||
} | ||
export { type NetworkType as default }; | ||
//# sourceMappingURL=network-type.d.ts.map |
@@ -1,1 +0,12 @@ | ||
export {}; | ||
export var NetworkTypes; | ||
(function (NetworkTypes) { | ||
NetworkTypes["EVM"] = "evm"; | ||
NetworkTypes["Starknet"] = "starknet"; | ||
NetworkTypes["Solana"] = "solana"; | ||
NetworkTypes["Cosmos"] = "cosmos"; | ||
NetworkTypes["StarkEx"] = "stark_ex"; | ||
NetworkTypes["ZkSyncLite"] = "zk_sync_lite"; | ||
NetworkTypes["TON"] = "ton"; | ||
NetworkTypes["Bitocoin"] = "btc"; | ||
NetworkTypes["Cardano"] = "cardano"; | ||
})(NetworkTypes || (NetworkTypes = {})); |
{ | ||
"name": "@luxfi/core", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "Core types and shared utilities related to blockchain", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -6,5 +6,6 @@ | ||
export { type default as Exchange } from './exchange' | ||
export { type default as NetworkType} from './network-type' | ||
export { type default as Network} from './network' | ||
export { TransactionType} from './transaction-type' | ||
export { type default as NetworkType } from './network-type' | ||
export { type default as Network } from './network' | ||
export { NetworkTypes } from './network-type' | ||
export { TransactionType } from './transaction-type' | ||
export { | ||
@@ -11,0 +12,0 @@ SwapStatus, |
@@ -11,4 +11,15 @@ type NetworkType = | ||
| "cardano" | ||
export enum NetworkTypes { | ||
EVM = "evm", | ||
Starknet = "starknet", | ||
Solana = "solana", | ||
Cosmos = "cosmos", | ||
StarkEx = "stark_ex", | ||
ZkSyncLite = "zk_sync_lite", | ||
TON = "ton", | ||
Bitocoin = "btc", | ||
Cardano = "cardano", | ||
} | ||
export { | ||
@@ -15,0 +26,0 @@ type NetworkType as default |
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
42993
869
0