Skip to content

Commit

Permalink
fix: statemind - Missing param description in the IOperatorNetworkSpe…
Browse files Browse the repository at this point in the history
…cificDelegator interface
  • Loading branch information
1kresh committed Dec 20, 2024
1 parent c7b7d88 commit 559e4d5
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion out/DelegatorFactory.t.sol/DelegatorFactoryTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/DelegatorHints.sol/BaseDelegatorHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/DelegatorHints.sol/FullRestakeDelegatorHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/DelegatorHints.sol/NetworkRestakeDelegatorHints.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/DelegatorHints.sol/OperatorSpecificDelegatorHints.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/POC.t.sol/POCTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/POCBase.t.sol/POCBaseTest.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/Slasher.t.sol/SlasherHintsHelper.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/Slasher.t.sol/SlasherTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherFactory.t.sol/SlasherFactoryTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherHints.sol/BaseSlasherHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherHints.sol/SlasherHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/SlasherHints.sol/VetoSlasherHints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/Vault.t.sol/VaultTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VaultConfigurator.t.sol/VaultConfiguratorTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VaultFactory.t.sol/VaultFactoryTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VaultTokenized.t.sol/VaultTokenizedTest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VetoSlasher.t.sol/VetoSlasherHintsHelper.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/VetoSlasher.t.sol/VetoSlasherTest.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ interface IOperatorNetworkSpecificDelegator is IBaseDelegator {
}

/**
* @notice Initial parameters needed for an operator-specific delegator deployment.
* @notice Initial parameters needed for an operator-network-specific delegator deployment.
* @param baseParams base parameters for delegators' deployment
* @param network address of the single network
* @param operator address of the single operator
*/
struct InitParams {
Expand Down

0 comments on commit 559e4d5

Please sign in to comment.