Skip to content

Commit

Permalink
Merge branch 'moneymarket' into money-market-reward-pools
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPresident authored Nov 21, 2024
2 parents f259a3e + f148579 commit b78418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/services/moneyMarket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ function queryMoneyMarketPublicLogs$({
return getActiveQueryClient$(lcdEndpoint, chainId).pipe(
switchMap(({ client }) => sendSecretClientContractQuery$({
queryMsg: {
public_logs: { pagination },
get_public_logs: { pagination },
},
client,
contractAddress,
Expand Down

0 comments on commit b78418b

Please sign in to comment.