This commit is contained in:
poma 2021-02-11 09:23:18 +03:00
parent c6b442713a
commit 346ffcee3c
No known key found for this signature in database
GPG key ID: BA20CB01FE165657
35 changed files with 852 additions and 8943 deletions

View file

@ -1,6 +1,6 @@
/* global artifacts */
const Hasher = artifacts.require('Hasher')
module.exports = async function(deployer) {
module.exports = async function (deployer) {
await deployer.deploy(Hasher)
}