Skip to content

Commit

Permalink
docs(README.md-AssociationSetProvider.sol-RecordCategoryRegistry.sol)…
Browse files Browse the repository at this point in the history
…: Small edit to @author in contracts
  • Loading branch information
FeurJak committed Jul 24, 2024
1 parent 147af72 commit 31cb80d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ASP Contracts V1.0

> [!WARNING] ⚠️ These Smart Contracts are not audited. Use with caution.
> [!CAUTION]
> These Smart Contracts are pending audit & should be used with caution.
This repository contains the Solidity smart contracts utilised by the "association-set provider" ASP with go & ts packages for interacting with the contracts.

Expand Down
2 changes: 1 addition & 1 deletion src/AssociationSetProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "forge-std/console.sol";
* Default admin role is set to the deployer of the contract.
* Admin also has the ability to grant the registry adnmin role.
*
* @author oxbow.io (https://github.com/0xbow-io/asp-store-v1)
* @author oxbow.io (https://github.com/0xbow-io/asp-contract-V1.0)
*/
contract AssociationSetProvider is RecordCategoryRegistry {
/// @notice Defines the type of predicate to apply
Expand Down
2 changes: 1 addition & 1 deletion src/RecordCategoryRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {InternalLeanIMT, LeanIMTData} from "zk-kit.solidity/packages/lean-imt/co
* Default admin role is set to the deployer of the contract.
* Admin also has the ability to grant the store adnmin role.
*
* @author oxbow.io (https://github.com/0xbow-io/asp-store-v1)
* @author oxbow.io (https://github.com/0xbow-io/asp-contract-V1.0)
*/
contract RecordCategoryRegistry is AccessControlDefaultAdminRules {
using EnumerableMap for EnumerableMap.Bytes32ToBytes32Map;
Expand Down

0 comments on commit 31cb80d

Please sign in to comment.