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
+1 -1
View File
@@ -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';