Add required codegen template

This commit is contained in:
2024-10-14 11:48:50 +05:30
parent 52309ef72b
commit eb46645a70
4 changed files with 54 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ import { ConnectionOptions, Repository } from 'typeorm';
import debug from 'debug';
import { DEFAULT_CONFIG_PATH, JSONbigNative, DatabaseInterface, Config, EventInterface } from '@cerc-io/util';
import { BaseCmd } from './base';
const log = debug('vulcanize:backfill-events-data');