UNPKG
arc_dx
Version:
latest (0.0.0-alpha.55)
0.0.0-alpha.55
A platform for building DAOs
daostack.io
daostack/arc
arc_dx
/
migrations
/
1_initial_migration.js
6 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
var
Migrations
= artifacts.
require
(
"./Migrations.sol"
);
module
.
exports
=
function
(
deployer
) { deployer.
deploy
(
Migrations
); };