watcher-ts/packages/ipld-eth-client/index.ts
Ashwin Phatak aec9281fb8
Factory PoolCreated event handler (#120)
* Setup handler for PoolCreated event.

* Create Pool entity.

* Subscribe to uni-watcher for watching events.

* Refactor code to create GraphQLClient in ipld-eth-client.

Co-authored-by: nikugogoi <95nikass@gmail.com>
Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-07-06 16:55:11 +05:30

4 lines
101 B
TypeScript

export * from './src/eth-client';
export * from './src/utils';
export * from './src/graphql-client';