feat: getDistribution getter #133
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
contracts/DistributionCreator.sol#L39
imported name IERC20Metadata is not used
|
contracts/DistributionCreator.sol#L43
imported name IUniswapV3Pool is not used
|
contracts/DistributionCreator.sol#L45
global import of path ./utils/UUPSHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/Distributor.sol#L42
global import of path ./utils/UUPSHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/interfaces/CoreModuleInterfaces.sol#L3
Found more than One contract per file. 4 contracts found!
|
contracts/interfaces/ITreasury.sol#L6
imported name ICore is not used
|
contracts/middleman/MerklGaugeMiddleman.sol#L41
global import of path ../DistributionCreator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/middleman/MerklGaugeMiddlemanPolygon.sol#L5
global import of path ./MerklGaugeMiddleman.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/utils/UUPSHelper.sol#L41
global import of path ../utils/Errors.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
test/hardhat/utils/helpers.ts#L142
Unexpected any. Specify a different type
|
The logs for this run have expired and are no longer available.
Loading