@injectivelabs/ts-types
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -1,3 +0,3 @@ | ||
export declare type AccountAddress = string; | ||
export declare type SubAccountId = string; | ||
export type AccountAddress = string; | ||
export type SubAccountId = string; | ||
//# sourceMappingURL=aliases.d.ts.map |
@@ -25,3 +25,4 @@ export interface Coin { | ||
Stride = "stride-1", | ||
Crescent = "crescent-1" | ||
Crescent = "crescent-1", | ||
Sommelier = "sommelier-3" | ||
} | ||
@@ -28,0 +29,0 @@ export declare enum TestnetCosmosChainId { |
@@ -27,2 +27,3 @@ "use strict"; | ||
CosmosChainId["Crescent"] = "crescent-1"; | ||
CosmosChainId["Sommelier"] = "sommelier-3"; | ||
})(CosmosChainId = exports.CosmosChainId || (exports.CosmosChainId = {})); | ||
@@ -29,0 +30,0 @@ var TestnetCosmosChainId; |
@@ -22,3 +22,3 @@ export * from './enums'; | ||
} | ||
export declare type Web3GatewayMessage<T> = T & { | ||
export type Web3GatewayMessage<T> = T & { | ||
'@type': string; | ||
@@ -25,0 +25,0 @@ }; |
{ | ||
"name": "@injectivelabs/ts-types", | ||
"description": "List of types that can be reused throughout Injective's projects.", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"license": "Apache-2.0", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "c9a7e25a97821ee5dc5244ee4ff2c16a2180852e" | ||
"gitHead": "e3150ffbb78703ba3dd641879277ff74bcf0016f" | ||
} |
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
28192
230