First commit
This commit is contained in:
		
							
								
								
									
										7
									
								
								migrations/1_initial_migration.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								migrations/1_initial_migration.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| require('dotenv').config() | ||||
|  | ||||
| var Migrations = artifacts.require('./Migrations.sol') | ||||
|  | ||||
| module.exports = function (deployer) { | ||||
|   deployer.deploy(Migrations) | ||||
| } | ||||
							
								
								
									
										7
									
								
								migrations/2_deploy_contracts.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								migrations/2_deploy_contracts.js
									
									
									
									
									
										Normal file
									
								
							| @@ -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