File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
packages/networks/src/networks/vNaga/LitChainClient/apis/highLevelApis/priceFeed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2222 * });
2323 * ```
2424 */
25-
26- const _logger = getChildLogger ( {
27- module : 'priceFeedApi' ,
28- } ) ;
29-
3025import { NodePrices } from '@lit-protocol/types' ;
3126import { ExpectedAccountOrWalletClient } from '../../../../LitChainClient/contract-manager/createContractsManager' ;
3227import { INetworkConfig } from '../../../../interfaces/NetworkContext' ;
@@ -36,6 +31,10 @@ import {
3631} from '../../../apis/rawContractApis/pricing/getNodesForRequest' ;
3732import { getChildLogger } from '@lit-protocol/logger' ;
3833
34+ const _logger = getChildLogger ( {
35+ module : 'priceFeedApi' ,
36+ } ) ;
37+
3938// Configuration constants
4039const STALE_PRICES_SECONDS = 3 * 1000 ; // Update prices if > X seconds old
4140const PRODUCT_IDS_ARRAY = Object . values ( PRODUCT_IDS ) ;
You can’t perform that action at this time.
0 commit comments