Skip to content

Commit

Permalink
feat: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPresident committed Jan 7, 2025
1 parent 6d16341 commit 70d312c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/contracts/services/moneyMarket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { batchQuery$ } from './batchQuery';
import { msgQueryMoneyMarketCollaterals, msgQueryMoneyMarketConfig, msgQueryMoneyMarketVaults } from '../definitions/moneyMarket';

/**
* Parses the get markets query into a cleaner data model
* Parses the get vaults query into a cleaner data model
* NOT FOR PRODUCTION USE, CONTRACT IS IN DEVELOPMENT ON TESTNET ONLY
*/
const parseMoneyMarketGetVaults = (
Expand Down Expand Up @@ -201,7 +201,7 @@ const queryMoneyMarketGetCollateral$ = ({
);

/**
* query the money market markets
* query the money market vaults
* NOT FOR PRODUCTION USE, CONTRACT IS IN DEVELOPMENT ON TESTNET ONLY
*/
const queryMoneyMarketGetVaults$ = ({
Expand Down Expand Up @@ -251,7 +251,7 @@ async function queryMoneyMarketConfig({
}

/**
* query the money market get markets query
* query the money market get vaults query
* NOT FOR PRODUCTION USE, CONTRACT IS IN DEVELOPMENT ON TESTNET ONLY
*/
async function queryMoneyMarketGetVaults({
Expand Down Expand Up @@ -414,7 +414,7 @@ const parseBatchQueryMoneyMarketGetVaults = (
}));

/**
* query the markets for money market contracts at one time
* query the vaults for money market contracts at one time
* NOT FOR PRODUCTION USE, CONTRACT IS IN DEVELOPMENT ON TESTNET ONLY
*/
function batchQueryMoneyMarketGetVaults$({
Expand Down Expand Up @@ -466,7 +466,7 @@ function batchQueryMoneyMarketGetVaults$({
}

/**
* query the markets for money market contracts at one time
* query the vaults for money market contracts at one time
* NOT FOR PRODUCTION USE, CONTRACT IS IN DEVELOPMENT ON TESTNET ONLY
*/
async function batchQueryMoneyMarketGetVaults({
Expand Down

0 comments on commit 70d312c

Please sign in to comment.