mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 16:54:08 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user