require('dotenv').config() var MyContract = artifacts.require('./SargaTrxUsdPrice.sol') module.exports = function (deployer) { deployer.deploy(MyContract) }