Skip to content

Commit

Permalink
Merge pull request #14 from Nodeguardians/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bryanwee023 committed Nov 30, 2022
2 parents ac8bd0d + f1ac9f1 commit ebd6c51
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 7,961 deletions.
3 changes: 3 additions & 0 deletions @ngquests/contracts/IValidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ interface IValidator {
/// Returns true if contract "captured", false otherwise.
function test(address user, uint k) external view returns (bool);

/// @dev Returns name of contract to be deployed for part `k`.
function contractName(uint k) external pure returns (string memory);

}
Loading

0 comments on commit ebd6c51

Please sign in to comment.