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

@wallet01/cosmos

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wallet01/cosmos - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

CHANGELOG.md
# @wallet01/cosmos
## 0.4.1
### Patch Changes
- added walletconnect and coinbase package update
## 0.4.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@wallet01/cosmos",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.mjs",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

@@ -48,5 +48,3 @@ import { Window as KeplrWindow } from '@keplr-wallet/types';

await this.provider.enable(chainId);
console.log(this.chain);
this.chain = chainId;
console.log(this.chain);
} catch (err) {

@@ -84,3 +82,2 @@ console.error(err);

try {
console.log(this.chain, (await this.getAccount())[0]);
const { signature } = await this.provider.signArbitrary(

@@ -87,0 +84,0 @@ this.chain,

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