Fix hex conversion and rename to cerc-io packages (#178)

* Fix ethersjs hexlify number by removing leading zeros

* Rename to cerc-io packages in codegen templates
This commit is contained in:
2022-09-09 19:39:52 +05:30
committed by GitHub
parent f3230e3822
commit 996f68a390
3 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ import 'reflect-metadata';
import debug from 'debug';
import { Between } from 'typeorm';
import { Database as GraphDatabase, prepareEntityState } from '@vulcanize/graph-node';
import { Database as GraphDatabase, prepareEntityState } from '@cerc-io/graph-node';
import { Indexer } from './indexer';
@@ -4,7 +4,7 @@
import debug from 'debug';
import { getConfig } from '@vulcanize/util';
import { getConfig } from '@cerc-io/util';
import { Database } from '../../database';