Skip to content

Commit

Permalink
Merge pull request #50 from jbx-protocol/touchup/view-data-source
Browse files Browse the repository at this point in the history
data source methods are reliably view
  • Loading branch information
mejango authored Jul 10, 2023
2 parents a79ea7b + 9b9a489 commit 15905e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contracts/interfaces/IJBFundingCycleDataSource3_1_1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ interface IJBFundingCycleDataSource3_1_1 is IERC165 {
JBPayParamsData calldata data
)
external
view
returns (
uint256 weight,
string memory memo,
Expand All @@ -34,6 +35,7 @@ interface IJBFundingCycleDataSource3_1_1 is IERC165 {
JBRedeemParamsData calldata data
)
external
view
returns (
uint256 reclaimAmount,
string memory memo,
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.1",
"version": "4.0.2",
"license": "MIT",
"dependencies": {
"@chainlink/contracts": "^0.1.6",
Expand Down

0 comments on commit 15905e8

Please sign in to comment.