Commit d8a2d8f0 authored by clabby's avatar clabby Committed by GitHub

Update packages/contracts-bedrock/contracts/dispute/interfaces/IDisputeGameFactory.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent d91bb382
......@@ -71,12 +71,10 @@ interface IDisputeGameFactory {
bytes calldata extraData
) external returns (IDisputeGame proxy);
///
/// @notice Sets the implementation contract for a specific `GameType`.
/// @dev May only be called by the `owner`.
/// @param gameType The type of the DisputeGame.
/// @param impl The implementation contract for the given `GameType`.
///
function setImplementation(GameType gameType, IDisputeGame impl) external;
/// @notice Returns a unique identifier for the given dispute game parameters.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment