Skip to content

Commit

Permalink
chore(payment-detection): export getTheGraphClient (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Nov 24, 2023
1 parent b3e0dce commit 14ef8d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/payment-detection/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DeclarativePaymentDetector } from './declarative';
import * as Erc20PaymentNetwork from './erc20';
import { AnyToERC20PaymentDetector, AnyToEthFeeProxyPaymentDetector } from './any';
import { EthFeeProxyPaymentDetector, EthInputDataPaymentDetector } from './eth';
import { getTheGraphEvmClient, getTheGraphNearClient } from './thegraph';
import { getTheGraphClient, getTheGraphEvmClient, getTheGraphNearClient } from './thegraph';
import {
calculateEscrowState,
formatAddress,
Expand Down Expand Up @@ -52,6 +52,7 @@ export {
setProviderFactory,
initPaymentDetectionApiKeys,
getDefaultProvider,
getTheGraphClient,
getTheGraphEvmClient,
getTheGraphNearClient,
parseLogArgs,
Expand Down

0 comments on commit 14ef8d6

Please sign in to comment.