Socket
Socket
Sign inDemoInstall

@cosmjs/launchpad

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/launchpad - npm Package Compare versions

Comparing version 0.24.0-alpha.21 to 0.24.0-alpha.22

6

build/msgs.js

@@ -17,7 +17,9 @@ "use strict";

function isMsgSetWithdrawAddress(msg) {
return msg.type === "cosmos-sdk/MsgSetWithdrawAddress";
// NOTE: Type string and names diverge here!
return msg.type === "cosmos-sdk/MsgModifyWithdrawAddress";
}
exports.isMsgSetWithdrawAddress = isMsgSetWithdrawAddress;
function isMsgWithdrawDelegatorReward(msg) {
return msg.type === "cosmos-sdk/MsgWithdrawDelegatorReward";
// NOTE: Type string and names diverge here!
return msg.type === "cosmos-sdk/MsgWithdrawDelegationReward";
}

@@ -24,0 +26,0 @@ exports.isMsgWithdrawDelegatorReward = isMsgWithdrawDelegatorReward;

{
"name": "@cosmjs/launchpad",
"version": "0.24.0-alpha.21",
"version": "0.24.0-alpha.22",
"description": "A client library for the Cosmos SDK 0.37 (cosmoshub-3), 0.38 and 0.39 (Launchpad)",

@@ -46,6 +46,6 @@ "contributors": [

"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.21",
"@cosmjs/encoding": "^0.24.0-alpha.21",
"@cosmjs/math": "^0.24.0-alpha.21",
"@cosmjs/utils": "^0.24.0-alpha.21",
"@cosmjs/crypto": "^0.24.0-alpha.22",
"@cosmjs/encoding": "^0.24.0-alpha.22",
"@cosmjs/math": "^0.24.0-alpha.22",
"@cosmjs/utils": "^0.24.0-alpha.22",
"axios": "^0.21.1",

@@ -57,3 +57,3 @@ "fast-deep-equal": "^3.1.3"

},
"gitHead": "c6ba4174d2b852abb576bb97bf61d65772b7bd8c"
"gitHead": "4e67ed3618a748a63052272609a6ffa9b9e90698"
}

@@ -50,3 +50,3 @@ import { Coin } from "./coins";

export interface MsgSetWithdrawAddress extends Msg {
readonly type: "cosmos-sdk/MsgSetWithdrawAddress";
readonly type: "cosmos-sdk/MsgModifyWithdrawAddress";
readonly value: {

@@ -62,3 +62,3 @@ /** Bech32 account address */

export interface MsgWithdrawDelegatorReward extends Msg {
readonly type: "cosmos-sdk/MsgWithdrawDelegatorReward";
readonly type: "cosmos-sdk/MsgWithdrawDelegationReward";
readonly value: {

@@ -65,0 +65,0 @@ /** Bech32 account address */

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