Skip to content

BTT test token stake #568

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/extension/Staking20Upgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ abstract contract Staking20Upgradeable is ReentrancyGuardUpgradeable, IStaking20
}

/// @dev Set staking conditions.
function _setStakingCondition(
function _setStakingCondition(
uint80 _timeUnit,
uint256 _numerator,
uint256 _denominator
Expand Down
1 change: 1 addition & 0 deletions lib/aa-benchmark
Submodule aa-benchmark added at 4b8e54
1 change: 1 addition & 0 deletions lib/solady
Submodule solady added at 77809c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function depositRewardTokens(uint256 _amount)
# when msg.sender does not have DEFAULT_ADMIN_ROLE
## it should revert
# when msg.sender does have DEFAULT_ADMIN_ROLE
## when reward token is native token
### it
Loading