@bananapus/permission-ids-v6 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/JBPermissionIds.sol +0 -4
package/package.json
CHANGED
package/src/JBPermissionIds.sol
CHANGED
|
@@ -190,8 +190,4 @@ library JBPermissionIds {
|
|
|
190
190
|
/// @notice Repay a loan on behalf of the loan owner, returning collateral tokens
|
|
191
191
|
/// (`REVLoans.repayLoan`).
|
|
192
192
|
uint8 internal constant REPAY_LOAN = 39;
|
|
193
|
-
|
|
194
|
-
/// @notice Reveal previously hidden tokens on behalf of a holder, making them publicly visible again
|
|
195
|
-
/// (`REVHiddenTokens.revealTokensFor`).
|
|
196
|
-
uint8 internal constant REVEAL_TOKENS = 40;
|
|
197
193
|
}
|