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:
@@ -11,7 +11,6 @@ import { ContractInterface, utils, providers } from 'ethers';
|
||||
import { SelectionNode } from 'graphql';
|
||||
|
||||
import { ResultObject } from '@cerc-io/assemblyscript/lib/loader';
|
||||
import { EthClient } from '@cerc-io/ipld-eth-client';
|
||||
import {
|
||||
getFullBlock,
|
||||
BlockHeight,
|
||||
@@ -27,6 +26,7 @@ import {
|
||||
createEvent,
|
||||
getSubgraphConfig,
|
||||
Transaction,
|
||||
EthClient,
|
||||
DEFAULT_LIMIT
|
||||
} from '@cerc-io/util';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user