Skip to content

Commit

Permalink
chore: bump package version to v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Jul 3, 2023
1 parent 05dc9e5 commit b8df3b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nayms/contracts",
"version": "3.6.0",
"version": "3.6.1",
"main": "index.js",
"repository": "https://github.com/nayms/contracts-v3.git",
"author": "Kevin Park <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion src/diamonds/nayms/facets/EntityFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,4 @@ contract EntityFacet is IEntityFacet, Modifiers, ReentrancyGuard {
function getFeeSchedule(bytes32 _entityId, uint256 _feeScheduleType) external view returns (FeeSchedule memory) {
return LibFeeRouter._getFeeSchedule(_entityId, _feeScheduleType);
}

}
1 change: 0 additions & 1 deletion src/diamonds/nayms/interfaces/IEntityFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,4 @@ interface IEntityFacet {
function getEntityInfo(bytes32 _entityId) external view returns (Entity memory);

function getFeeSchedule(bytes32 _entityId, uint256 _feeScheduleType) external view returns (FeeSchedule memory);

}

0 comments on commit b8df3b8

Please sign in to comment.