@p2pdotme/sdk 1.1.9 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/profile.cjs CHANGED
@@ -535,6 +535,13 @@ var p2pStakeBoostFacetAbi = [
535
535
  stateMutability: "nonpayable",
536
536
  type: "function"
537
537
  },
538
+ {
539
+ inputs: [],
540
+ name: "p2pBoostCancelUnstake",
541
+ outputs: [],
542
+ stateMutability: "nonpayable",
543
+ type: "function"
544
+ },
538
545
  {
539
546
  inputs: [{ internalType: "address", name: "user", type: "address" }],
540
547
  name: "getUserStake",