Files
SargaTrxUsdPrice/migrations/2_deploy_contracts.js
2025-05-13 19:41:33 +02:00

8 lines
161 B
JavaScript

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