Skip to content

Commit

Permalink
make PPAgentV2 implementation compatible with shanghai (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
defi-dev authored Jul 16, 2024
1 parent 2c35d30 commit ce556b4
Show file tree
Hide file tree
Showing 38 changed files with 2,718 additions and 2,468 deletions.
2 changes: 1 addition & 1 deletion contracts/AgentRewards.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.19;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { IPPAgentV2Viewer } from "../contracts/PPAgentV2.sol";
import { IPPAgentV2Viewer } from "../contracts/PPAgentV2Based.sol";

contract AgentRewards is Ownable, Pausable {
event SetSinglePayoutStakePpm(uint256 singlePayoutStakePpm);
Expand Down
Loading

0 comments on commit ce556b4

Please sign in to comment.