@injectivelabs/ts-types
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -12,2 +12,18 @@ export interface Coin { | ||
} | ||
export declare enum CosmosChainId { | ||
Injective = "injective-1", | ||
Cosmoshub = "cosmoshub-4", | ||
Juno = "juno-1", | ||
Osmosis = "osmosis-1", | ||
Terra = "columbus-5", | ||
TerraUST = "columbus-5", | ||
Chihuahua = "chihuahua-1", | ||
Axelar = "axelar-dojo-1", | ||
Evmos = "evmos_9001-2", | ||
Persistence = "core-1" | ||
} | ||
export declare enum TestnetCosmosChainId { | ||
Injective = "injective-888", | ||
Cosmoshub = "cosmoshub-testnet" | ||
} | ||
//# sourceMappingURL=cosmos.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StreamOperation = void 0; | ||
exports.TestnetCosmosChainId = exports.CosmosChainId = exports.StreamOperation = void 0; | ||
var StreamOperation; | ||
@@ -12,2 +12,20 @@ (function (StreamOperation) { | ||
})(StreamOperation = exports.StreamOperation || (exports.StreamOperation = {})); | ||
var CosmosChainId; | ||
(function (CosmosChainId) { | ||
CosmosChainId["Injective"] = "injective-1"; | ||
CosmosChainId["Cosmoshub"] = "cosmoshub-4"; | ||
CosmosChainId["Juno"] = "juno-1"; | ||
CosmosChainId["Osmosis"] = "osmosis-1"; | ||
CosmosChainId["Terra"] = "columbus-5"; | ||
CosmosChainId["TerraUST"] = "columbus-5"; | ||
CosmosChainId["Chihuahua"] = "chihuahua-1"; | ||
CosmosChainId["Axelar"] = "axelar-dojo-1"; | ||
CosmosChainId["Evmos"] = "evmos_9001-2"; | ||
CosmosChainId["Persistence"] = "core-1"; | ||
})(CosmosChainId = exports.CosmosChainId || (exports.CosmosChainId = {})); | ||
var TestnetCosmosChainId; | ||
(function (TestnetCosmosChainId) { | ||
TestnetCosmosChainId["Injective"] = "injective-888"; | ||
TestnetCosmosChainId["Cosmoshub"] = "cosmoshub-testnet"; | ||
})(TestnetCosmosChainId = exports.TestnetCosmosChainId || (exports.TestnetCosmosChainId = {})); | ||
//# sourceMappingURL=cosmos.js.map |
{ | ||
"name": "@injectivelabs/ts-types", | ||
"description": "List of types that can be reused throughout Injective's projects.", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "bdb53f83e2275c81a7a94a71b5930da189be73cb" | ||
"gitHead": "51430c7200fdfc412974d985734e0ec2e9a82ddf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15633
211
14
3