test: 🚧 Added fixtures for new test schema
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity >=0.8.4;
|
||||
|
||||
|
||||
interface IReputation {
|
||||
|
||||
function limiter(uint256 _userCredit)
|
||||
external
|
||||
pure
|
||||
returns(uint256 _spendLimit);
|
||||
|
||||
function limiter(
|
||||
uint256 _userCredit
|
||||
) external pure returns (uint256 _spendLimit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user