@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/orders.mjs CHANGED
@@ -515,6 +515,13 @@ var p2pStakeBoostFacetAbi = [
515
515
  stateMutability: "nonpayable",
516
516
  type: "function"
517
517
  },
518
+ {
519
+ inputs: [],
520
+ name: "p2pBoostCancelUnstake",
521
+ outputs: [],
522
+ stateMutability: "nonpayable",
523
+ type: "function"
524
+ },
518
525
  {
519
526
  inputs: [{ internalType: "address", name: "user", type: "address" }],
520
527
  name: "getUserStake",