From f14857998af3f205acc768ceb158465293dd9141 Mon Sep 17 00:00:00 2001 From: mohammedpatla Date: Mon, 11 Nov 2024 17:47:15 -0500 Subject: [PATCH] fix: change public events to get_public_logs --- src/contracts/services/moneyMarket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/services/moneyMarket.ts b/src/contracts/services/moneyMarket.ts index 0707ced..66842f2 100644 --- a/src/contracts/services/moneyMarket.ts +++ b/src/contracts/services/moneyMarket.ts @@ -606,7 +606,7 @@ function queryMoneyMarketPublicLogs$({ return getActiveQueryClient$(lcdEndpoint, chainId).pipe( switchMap(({ client }) => sendSecretClientContractQuery$({ queryMsg: { - public_events: { pagination }, + get_public_logs: { pagination }, }, client, contractAddress,