-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mumbai upgrade deployment 3-14-24 #739
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ | |
* @notice Deprecated. Previously the address of the RestrictedNORI contract. | ||
* This storage gap remains to maintain the storage layout of the contract. | ||
*/ | ||
address private _storageGap; | ||
address private _restrictedNORI; | ||
Check warning Code scanning / Slither State variables that could be declared constant Warning
Market._restrictedNORI should be constant
|
||
|
||
/** | ||
* @notice The number of base tokens required to purchase one NRT. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,14 +144,14 @@ | |
ICertificate private _certificate; | ||
|
||
/** | ||
* @dev Maps from a removal ID to the project ID it belongs to. | ||
* @dev Deprecated. This storage gap remains to maintain the storage layout of the contract. | ||
*/ | ||
mapping(uint256 => uint256) private _removalIdToProjectId; | ||
mapping(uint256 => uint8) private _projectIdToHoldbackPercentage; | ||
Check warning Code scanning / Slither Unused state variable Warning
Removal._projectIdToHoldbackPercentage is never used in Removal
|
||
|
||
/** | ||
* @dev Deprecated. This storage gap remains to maintain the storage layout of the contract. | ||
* @dev Maps from a removal ID to the project ID it belongs to. | ||
*/ | ||
mapping(uint256 => uint8) private _storageGap; | ||
mapping(uint256 => uint256) private _removalIdToProjectId; | ||
|
||
/** | ||
* @notice Maps from an address to an EnumerableSet of the token IDs for which that address has a non-zero balance. | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Check warning
Code scanning / Slither
Unused state variable Warning