sushiswap-watcher-ts/packages/blocks-watcher/src/gql/subscriptions/index.ts
2024-06-06 16:59:43 +05:30

5 lines
132 B
TypeScript

import fs from 'fs';
import path from 'path';
export const onEvent = fs.readFileSync(path.join(__dirname, 'onEvent.gql'), 'utf8');