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 18, 2024
2 parents 3cdb253 + f148579 commit bc73a5b
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 @@ -607,7 +607,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 bc73a5b

Please sign in to comment.