diff --git a/src/contracts/TokenFarm.sol b/src/contracts/TokenFarm.sol new file mode 100644 index 000000000..42032b546 --- /dev/null +++ b/src/contracts/TokenFarm.sol @@ -0,0 +1,5 @@ +pragma solidity ^0.5.0; + +contract TokenFarm{ + +} \ No newline at end of file