Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/ts-types

Package Overview
Dependencies
Maintainers
11
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/ts-types - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

4

dist/aliases.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc