@bananapus/suckers-v6 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/JBSucker.sol +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/suckers-v6",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
package/src/JBSucker.sol CHANGED
@@ -700,7 +700,9 @@ abstract contract JBSucker is ERC2771Context, JBPermissioned, Initializable, ERC
700
700
  minReturnedTokens: 0,
701
701
  memo: "",
702
702
  metadata: ""
703
- }) {}
703
+ }) returns (
704
+ uint256
705
+ ) {}
704
706
  catch {
705
707
  // Fee payment failed — proceed without fee, return it as transport payment.
706
708
  transportPayment = msg.value;