mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
marking getStakingData to public;
rename contract name to staking;
This commit is contained in:
parent
3b6d453b3d
commit
a0edb31ab6
|
@ -47,7 +47,7 @@ contract StakingHelper is DSMath, Stores {
|
||||||
* @dev Get staking data
|
* @dev Get staking data
|
||||||
*/
|
*/
|
||||||
function getStakingData(string memory stakingName)
|
function getStakingData(string memory stakingName)
|
||||||
internal
|
public
|
||||||
virtual
|
virtual
|
||||||
view
|
view
|
||||||
returns (
|
returns (
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
pragma solidity ^0.6.0;
|
pragma solidity ^0.6.0;
|
||||||
pragma experimental ABIEncoderV2;
|
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 synthetixStakingAddr;
|
||||||
address public instaMappingAddr;
|
address public instaMappingAddr;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user