@injectivelabs/ts-types
Advanced tools
Comparing version 1.14.13-dev.1 to 1.14.13-dev.2
@@ -34,5 +34,6 @@ export interface Coin { | ||
export declare enum TestnetCosmosChainId { | ||
Injective = "injective-888", | ||
Cosmoshub = "theta-testnet-001", | ||
Evmos = "evmos_9000-4", | ||
Injective = "injective-888", | ||
Cosmoshub = "theta-testnet-001" | ||
Xion = "xion-testnet-1" | ||
} | ||
@@ -39,0 +40,0 @@ export declare enum DevnetCosmosChainId { |
@@ -35,5 +35,6 @@ "use strict"; | ||
(function (TestnetCosmosChainId) { | ||
TestnetCosmosChainId["Evmos"] = "evmos_9000-4"; | ||
TestnetCosmosChainId["Injective"] = "injective-888"; | ||
TestnetCosmosChainId["Cosmoshub"] = "theta-testnet-001"; | ||
TestnetCosmosChainId["Evmos"] = "evmos_9000-4"; | ||
TestnetCosmosChainId["Xion"] = "xion-testnet-1"; | ||
})(TestnetCosmosChainId || (exports.TestnetCosmosChainId = TestnetCosmosChainId = {})); | ||
@@ -40,0 +41,0 @@ var DevnetCosmosChainId; |
@@ -34,5 +34,6 @@ export interface Coin { | ||
export declare enum TestnetCosmosChainId { | ||
Injective = "injective-888", | ||
Cosmoshub = "theta-testnet-001", | ||
Evmos = "evmos_9000-4", | ||
Injective = "injective-888", | ||
Cosmoshub = "theta-testnet-001" | ||
Xion = "xion-testnet-1" | ||
} | ||
@@ -39,0 +40,0 @@ export declare enum DevnetCosmosChainId { |
@@ -32,5 +32,6 @@ export var CosmosChainId; | ||
(function (TestnetCosmosChainId) { | ||
TestnetCosmosChainId["Evmos"] = "evmos_9000-4"; | ||
TestnetCosmosChainId["Injective"] = "injective-888"; | ||
TestnetCosmosChainId["Cosmoshub"] = "theta-testnet-001"; | ||
TestnetCosmosChainId["Evmos"] = "evmos_9000-4"; | ||
TestnetCosmosChainId["Xion"] = "xion-testnet-1"; | ||
})(TestnetCosmosChainId || (TestnetCosmosChainId = {})); | ||
@@ -37,0 +38,0 @@ export var DevnetCosmosChainId; |
{ | ||
"name": "@injectivelabs/ts-types", | ||
"description": "List of types that can be reused throughout Injective's projects.", | ||
"version": "1.14.13-dev.1", | ||
"version": "1.14.13-dev.2", | ||
"sideEffects": false, | ||
@@ -38,3 +38,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "b479223e17469fb52d5cb8d2a4bbaff23262f871" | ||
"gitHead": "bf19b4c59bc6e042c4b23d36f83a279667e11161" | ||
} |
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
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
77527
884