Skip to content

Commit 3ca956b

Browse files
committed
fmt
1 parent b68cd43 commit 3ca956b

File tree

1 file changed

+4
-5
lines changed
  • packages/networks/src/networks/vNaga/LitChainClient/apis/highLevelApis/priceFeed

1 file changed

+4
-5
lines changed

packages/networks/src/networks/vNaga/LitChainClient/apis/highLevelApis/priceFeed/priceFeedApi.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
* });
2323
* ```
2424
*/
25-
26-
const _logger = getChildLogger({
27-
module: 'priceFeedApi',
28-
});
29-
3025
import { NodePrices } from '@lit-protocol/types';
3126
import { ExpectedAccountOrWalletClient } from '../../../../LitChainClient/contract-manager/createContractsManager';
3227
import { INetworkConfig } from '../../../../interfaces/NetworkContext';
@@ -36,6 +31,10 @@ import {
3631
} from '../../../apis/rawContractApis/pricing/getNodesForRequest';
3732
import { getChildLogger } from '@lit-protocol/logger';
3833

34+
const _logger = getChildLogger({
35+
module: 'priceFeedApi',
36+
});
37+
3938
// Configuration constants
4039
const STALE_PRICES_SECONDS = 3 * 1000; // Update prices if > X seconds old
4140
const PRODUCT_IDS_ARRAY = Object.values(PRODUCT_IDS);

0 commit comments

Comments
 (0)