Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 13, 2023
1 parent 1581385 commit 50f32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/cosmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export class CosmosWrapper {
async queryMaxTxsAllowed(): Promise<number> {
try {
const req = await axios.get<InterchaintxsParamsResponse>(
`${this.sdk.url}/neutron/interchaintxs/v1/params`,
`${this.sdk.url}/neutron/interchaintxs/params`,
{},
);
return req.data.params.msg_submit_tx_max_messages;
Expand Down

0 comments on commit 50f32ae

Please sign in to comment.