Add a comment

This commit is contained in:
Leonid Logvinov
2017-12-14 17:13:34 +01:00
parent f7f4b6da8d
commit 4997331410

View File

@@ -11,6 +11,8 @@ import {tokenInfo} from './config/token_info';
export const migrator = {
/**
* Custom migrations should be defined in this function. This will be called with the CLI 'migrate' command.
* Some operations might be completed in parallel, but we don't do that on purpose.
* That way the addresses are deterministic.
* @param deployer Deployer instance.
*/
async runMigrationsAsync(deployer: Deployer): Promise<void> {