Skip to content

Commit 8315931

Browse files
committed
fix: update import path for TronInfoRetriever in fee-proxy-contract
- Change import statement for TronInfoRetriever to reflect new file structure in the tron directory.
1 parent d197c49 commit 8315931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/payment-detection/src/erc20/fee-proxy-contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { makeGetDeploymentInformation } from '../utils';
1414
import { TheGraphClient, TheGraphInfoRetriever } from '../thegraph';
1515
import { ReferenceBasedDetectorOptions, TGetSubGraphClient } from '../types';
1616
import { NearInfoRetriever } from '../near';
17-
import { TronInfoRetriever } from '../tron';
17+
import { TronInfoRetriever } from '../tron/tron-info-retriever';
1818
import { NetworkNotSupported } from '../balance-error';
1919

2020
const PROXY_CONTRACT_ADDRESS_MAP = {

0 commit comments

Comments
 (0)