diff --git a/src/contracts/services/moneyMarket.ts b/src/contracts/services/moneyMarket.ts index b3cc4ad..f668cea 100644 --- a/src/contracts/services/moneyMarket.ts +++ b/src/contracts/services/moneyMarket.ts @@ -607,7 +607,7 @@ function queryMoneyMarketPublicLogs$({ return getActiveQueryClient$(lcdEndpoint, chainId).pipe( switchMap(({ client }) => sendSecretClientContractQuery$({ queryMsg: { - public_logs: { pagination }, + get_public_logs: { pagination }, }, client, contractAddress,