Skip to content

Commit

Permalink
Merge pull request #48 from jbx-protocol/touchup/interfaces
Browse files Browse the repository at this point in the history
interfaces inherited
  • Loading branch information
drgorillamd authored Jul 3, 2023
2 parents d45af6f + 1383be5 commit 1d3ae14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ abstract contract JBPayoutRedemptionPaymentTerminal3_1_1 is
JBSingleTokenPaymentTerminal,
JBOperatable,
Ownable,
IJBPayoutRedemptionPaymentTerminal3_1,
IJBPayoutRedemptionPaymentTerminal3_1_1
{
// A library that parses the packed funding cycle metadata into a friendlier format.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import {JBDidRedeemData3_1_1} from './../structs/JBDidRedeemData3_1_1.sol';
import {JBDidPayData3_1_1} from './../structs/JBDidPayData3_1_1.sol';
import {IJBPayDelegate3_1_1} from './IJBPayDelegate3_1_1.sol';
import {IJBRedemptionDelegate3_1_1} from './IJBRedemptionDelegate3_1_1.sol';
import {IJBPayoutRedemptionPaymentTerminal3_1} from './IJBPayoutRedemptionPaymentTerminal3_1.sol';

interface IJBPayoutRedemptionPaymentTerminal3_1_1 {
interface IJBPayoutRedemptionPaymentTerminal3_1_1 is IJBPayoutRedemptionPaymentTerminal3_1 {
event DelegateDidRedeem(
IJBRedemptionDelegate3_1_1 indexed delegate,
JBDidRedeemData3_1_1 data,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/jbx-protocol/juice-contracts-v3"
},
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"dependencies": {
"@chainlink/contracts": "^0.1.6",
Expand Down

0 comments on commit 1d3ae14

Please sign in to comment.