mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-06 08:15:41 -04:00
Move contracts to repository root
This commit is contained in:
parent
ea51af1512
commit
b5b3474165
18 changed files with 514 additions and 5771 deletions
5
migrations/1_initial_migration.js
Normal file
5
migrations/1_initial_migration.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const Migrations = artifacts.require("Migrations");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Migrations);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue