@kava-labs/javascript-sdk
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
{ | ||
"name": "@kava-labs/javascript-sdk", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "Supports interaction with the Kava blockchain via a REST api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -151,3 +151,3 @@ /*************************************************** | ||
function newMsgClaimReward(sender, denom) { | ||
function newMsgClaimReward(sender, collateralType, multiplierName) { | ||
return { | ||
@@ -157,3 +157,4 @@ type: 'incentive/MsgClaimReward', | ||
sender: sender, | ||
denom: denom, | ||
collateral_type: collateralType, | ||
multiplier_name: multiplierName | ||
}, | ||
@@ -160,0 +161,0 @@ }; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
84288
1919
1