Socket
Socket
Sign inDemoInstall

@keplr-wallet/types

Package Overview
Dependencies
Maintainers
1
Versions
567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keplr-wallet/types - npm Package Compare versions

Comparing version 0.12.87 to 0.12.88-rc.0

6

build/chain-info.d.ts

@@ -47,2 +47,6 @@ import { Currency, AppCurrency, FeeCurrency } from "./currency";

}
export type ChainInfoWithoutEndpoints = Omit<ChainInfo, "rest" | "rpc" | "nodeProvider">;
export type ChainInfoWithoutEndpoints = Omit<ChainInfo, "rest" | "rpc" | "nodeProvider" | "evm"> & {
evm?: {
chainId: number;
};
};

4

package.json
{
"name": "@keplr-wallet/types",
"version": "0.12.87",
"version": "0.12.88-rc.0",
"main": "build/index.js",

@@ -21,3 +21,3 @@ "author": "chainapsis",

},
"gitHead": "160ebd8cea4ed373cbce5bbd2c24c88e69d97679"
"gitHead": "e5b507e7773babf680db0fb8669fff66a9130310"
}

@@ -57,3 +57,7 @@ import { Currency, AppCurrency, FeeCurrency } from "./currency";

ChainInfo,
"rest" | "rpc" | "nodeProvider"
>;
"rest" | "rpc" | "nodeProvider" | "evm"
> & {
evm?: {
chainId: number;
};
};
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