mirror of
https://github.com/logos-co/staking.git
synced 2025-02-21 06:48:15 +00:00
9 lines
191 B
Solidity
9 lines
191 B
Solidity
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
pragma solidity ^0.8.19;
|
||
|
|
||
|
import { StakeRewardEstimate } from "./../../contracts/StakeManager.sol";
|
||
|
|
||
|
contract StakeRewardEstimateA is StakeRewardEstimate {}
|
||
|
|