mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Merge pull request #12 from InstaDApp/marking-getStakingData-public
have changed getStakingData back to internal to remove dependancy so will merge now as others are small fixes
This commit is contained in:
commit
d82d3a79bc
|
@ -48,7 +48,6 @@ contract StakingHelper is DSMath, Stores {
|
|||
*/
|
||||
function getStakingData(string memory stakingName)
|
||||
internal
|
||||
virtual
|
||||
view
|
||||
returns (
|
||||
IStakingRewards stakingContract,
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
pragma solidity ^0.6.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
import { ConnectSynthetixStaking } from "../connectors/synthetix.sol";
|
||||
import { ConnectStaking } from "../connectors/staking.sol";
|
||||
|
||||
contract MockSynthetixStaking is ConnectSynthetixStaking{
|
||||
contract MockSynthetixStaking is ConnectStaking{
|
||||
address public synthetixStakingAddr;
|
||||
address public instaMappingAddr;
|
||||
|
Loading…
Reference in New Issue
Block a user