Handle missing blocks by making eth call to ipld-eth-server (#285)

This commit is contained in:
2021-10-22 15:20:11 +05:30
committed by GitHub
parent 6f3b8029b2
commit 737d9a9b6e
14 changed files with 113 additions and 27 deletions
@@ -69,7 +69,7 @@ export class Indexer {
this._ethClient = ethClient;
this._ethProvider = ethProvider;
this._postgraphileClient = postgraphileClient;
this._baseIndexer = new BaseIndexer(this._db, this._ethClient);
this._baseIndexer = new BaseIndexer(this._db, this._ethClient, this._ethProvider);
const { abi, storageLayout } = artifacts;