First commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
require('dotenv').config()
|
||||
|
||||
var Migrations = artifacts.require('./Migrations.sol')
|
||||
|
||||
module.exports = function (deployer) {
|
||||
deployer.deploy(Migrations)
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
require('dotenv').config()
|
||||
|
||||
var MyContract = artifacts.require('./SargaTrxUsdPrice.sol')
|
||||
|
||||
module.exports = function (deployer) {
|
||||
deployer.deploy(MyContract)
|
||||
}
|
||||
Reference in New Issue
Block a user