Skip to content

Commit

Permalink
update interface inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Mar 21, 2024
1 parent 001bd07 commit 1fae0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IDispenserProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.0;

import "@poolzfinance/poolz-helper-v2/contracts/interfaces/ISimpleProvider.sol";

interface IDispenserProvider {
interface IDispenserProvider is ISimpleProvider {
struct Builder {
ISimpleProvider simpleProvider;
uint256[] params;
Expand Down

0 comments on commit 1fae0cd

Please sign in to comment.