Skip to content

Commit

Permalink
docs: Update Natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhiroshi committed Jun 6, 2024
1 parent 770b833 commit 6596b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/BlastTransferManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {IBlast, YieldMode, GasMode} from "./interfaces/IBlast.sol";
/**
* @title BlastTransferManager
* @notice This contract provides the transfer functions for ERC20/ERC721/ERC1155 for contracts on Blast that require them.
* @author YOLO Games protocol team
* @author LooksRare protocol team (πŸ‘€,πŸ’Ž)
*/
contract BlastTransferManager is TransferManager {
/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/TransferManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {TokenType} from "./enums/TokenType.sol";
* Token type "2" refers to ERC1155 transfer functions.
* @dev "Safe" transfer functions for ERC721 are not implemented since they come with added gas costs
* to verify if the recipient is a contract as it requires verifying the receiver interface is valid.
* @author YOLO Games protocol team
* @author LooksRare protocol team (πŸ‘€,πŸ’Ž)
*/
contract TransferManager is
ITransferManager,
Expand Down

0 comments on commit 6596b8a

Please sign in to comment.