mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
73a5eee1fd
added test for that;
9 lines
221 B
Solidity
9 lines
221 B
Solidity
pragma solidity ^0.6.0;
|
|
pragma experimental ABIEncoderV2;
|
|
|
|
import { CurveGaugeMapping } from "../mapping/curve_gauge_mapping.sol";
|
|
|
|
contract MockCurveGaugeMapping is CurveGaugeMapping {
|
|
modifier isChief override {_;}
|
|
}
|