@croptop/core-v6 0.0.65 → 0.0.66

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croptop/core-v6",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,12 +26,12 @@
26
26
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'croptop-core-v6'"
27
27
  },
28
28
  "dependencies": {
29
- "@bananapus/721-hook-v6": "^0.0.65",
30
- "@bananapus/core-v6": "^0.0.78",
29
+ "@bananapus/721-hook-v6": "^0.0.68",
30
+ "@bananapus/core-v6": "^0.0.81",
31
31
  "@bananapus/ownable-v6": "^0.0.34",
32
32
  "@bananapus/permission-ids-v6": "^0.0.28",
33
- "@bananapus/router-terminal-v6": "^0.0.60",
34
- "@bananapus/suckers-v6": "^0.0.67",
33
+ "@bananapus/router-terminal-v6": "^0.0.63",
34
+ "@bananapus/suckers-v6": "^0.0.71",
35
35
  "@openzeppelin/contracts": "5.6.1",
36
36
  "@rev-net/core-v6": "^0.0.84",
37
37
  "@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219"
@@ -522,7 +522,7 @@ contract CTPublisher is JBPermissioned, ERC2771Context, ICTPublisher {
522
522
  dataToAdd: abi.encode(true, tierIdsToMint)
523
523
  });
524
524
 
525
- // Store the referral project ID in the first 32 bytes of the metadata.
525
+ // Store the fee project ID in the first 32 bytes of the metadata.
526
526
  uint256 feeProjectId = FEE_PROJECT_ID;
527
527
 
528
528
  assembly {