Bug fixes from smoke testing (#238)

* Fix update for entity relations.

* Implement demo values in uni-info-watcher indexer code.

* amend

Co-authored-by: nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
Ashwin Phatak
2021-08-31 18:05:29 +05:30
committed by GitHub
co-authored by nabarun
parent f1f70ad7d4
commit fc4f49113b
6 changed files with 100 additions and 34 deletions
@@ -7,7 +7,8 @@ import yargs from 'yargs';
import 'reflect-metadata';
import { ethers } from 'ethers';
import { Config, getConfig } from '../config';
import { Config, getConfig } from '@vulcanize/util';
import { Database } from '../database';
(async () => {