Skip to content

Commit

Permalink
chore: sqrt task examples warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Jan 20, 2025
1 parent 81881a7 commit 9f22b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {KeyManagerAddress} from "../../extensions/managers/keys/KeyManagerAddres
import {TimestampCapture} from "../../extensions/managers/capture-timestamps/TimestampCapture.sol";
import {EqualStakePower} from "../../extensions/managers/stake-powers/EqualStakePower.sol";

// WARING: this is a simple example, it's not secure and should not be used in production
/**
* @title SelfRegisterSqrtTaskMiddleware
* @notice Middleware for managing sqrt computation tasks with self-registering operators
Expand Down
1 change: 1 addition & 0 deletions src/examples/sqrt-task-network/SqrtTaskMiddleware.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {NoKeyManager} from "../../extensions/managers/keys/NoKeyManager.sol";
import {TimestampCapture} from "../../extensions/managers/capture-timestamps/TimestampCapture.sol";
import {EqualStakePower} from "../../extensions/managers/stake-powers/EqualStakePower.sol";

// WARING: this is a simple example, it's not secure and should not be used in production
contract SqrtTaskMiddleware is
SharedVaults,
Operators,
Expand Down

0 comments on commit 9f22b9a

Please sign in to comment.