Fix codegen for creating subgraph watcher for Sushiswap (#432)

* Fix EthClient import in codegen and graph-node package

* Fix codegen for resolving common events between contracts
This commit is contained in:
2023-10-23 09:23:20 +05:30
committed by GitHub
parent 72ccaa0381
commit f8d5404c25
15 changed files with 20 additions and 21 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ import {
StateInterface,
getResultEvent,
ResultEvent,
StateKind
StateKind,
EthClient
} from '@cerc-io/util';
import { EthClient } from '@cerc-io/ipld-eth-client';
import { GetStorageAt, getStorageValue, MappingKey, StorageLayout } from '@cerc-io/solidity-mapper';
export class Indexer implements IndexerInterface {