diff --git a/client/docs/static/openapi/index.html b/client/docs/static/openapi/index.html
index bf009273b..d007fd068 100644
--- a/client/docs/static/openapi/index.html
+++ b/client/docs/static/openapi/index.html
@@ -2134,7 +2134,7 @@
If no key is assigned, it returns the grpc NOT_FOUND error.
get KeygenSession returns the keygen session info for a given key ID.
If no key is found, it returns the grpc NOT_FOUND error. get NextKeyID returns the key ID assigned for the next rotation on a given
chain. If no key rotation is in progress, it returns the grpc NOT_FOUND
-error. get MultisigParams get Assets queries the assets registered for a chain get ChainMaintainers queries the chain maintainers for a given chain get ChainState queries the state of a registered chain on the network get Chains queries the chains registered on the network get ChainsByAsset queries the chains that support an asset on the network get FeeInfo queries the fee info by chain and asset get FeeInfo queries the fee info by chain and asset get LatestDepositAddress queries the a deposit address by recipient get Message get NexusParams get RecipientAddress queries the recipient address for a given deposit address get TransferFee queries the transfer fee by the source, destination chain,
+error. get MultisigParams get Assets queries the assets registered for a chain get ChainMaintainers queries the chain maintainers for a given chain get ChainState queries the state of a registered chain on the network get Chains queries the chains registered on the network get ChainsByAsset queries the chains that support an asset on the network get FeeInfo queries the fee info by chain and asset get FeeInfo queries the fee info by chain and asset get LatestDepositAddress queries a deposit address by recipient get Message get NexusParams get RecipientAddress queries the recipient address for a given deposit address get TransferFee queries the transfer fee by the source, destination chain,
and amount. If amount is 0, the min fee is returned get TransferFee queries the transfer fee by the source, destination chain,
and amount. If amount is 0, the min fee is returned get TransferRateLimit queries the transfer rate limit for a given chain and
asset. If a rate limit is not set, nil is returned. get TransfersForChain queries transfers by chain get InflationRate2 get InflationRate get RewardParams get SnapshotParams get TSSParams get VoteParams Msg post DeregisterController post RegisterController post UpdateGovernanceKey Query get GovernanceKey returns the multisig governance key get PermissionParams get Accounts returns all the existing accounts get Account returns account details based on address. get ModuleAccountByName returns the module account info by module name get Params queries all parameters. get AllBalances queries the balance of all coins for a single account. get Balance queries the balance of a single coin for a single account. get DenomsMetadata queries the client metadata for all registered coin denominations. get DenomsMetadata queries the client metadata of a given coin denomination. get Params queries the parameters of x/bank module. get SpendableBalances queries the spenable balance of all coins for a single
@@ -2483,7 +2483,7 @@ JSON
default An unexpected error response
get /axelar/nexus/v1beta1/fee
/axelar/nexus/v1beta1/fee
FeeInfo queries the fee info by chain and asset path Parameters chain required
asset required
Responses 200 A successful response.
default An unexpected error response
-get /axelar/nexus/v1beta1/fee_info/{chain}/{asset}
/axelar/nexus/v1beta1/fee_info/{chain}/{asset}
LatestDepositAddress queries the a deposit address by recipient path Parameters recipient_addr required
recipient_chain required
deposit_chain required
Responses 200 A successful response.
+get /axelar/nexus/v1beta1/fee_info/{chain}/{asset}
/axelar/nexus/v1beta1/fee_info/{chain}/{asset}
LatestDepositAddress queries a deposit address by recipient path Parameters recipient_addr required
recipient_chain required
deposit_chain required
Responses 200 A successful response.
default An unexpected error response
get /axelar/nexus/v1beta1/latest_deposit_address/{recipient_addr}/{recipient_chain}/{deposit_chain}
/axelar/nexus/v1beta1/latest_deposit_address/{recipient_addr}/{recipient_chain}/{deposit_chain}
Message Responses 200 A successful response.
default An unexpected error response
@@ -3493,7 +3493,7 @@ JSON
default An unexpected error response
get /cosmos/tx/v1beta1/txs/{hash}
/cosmos/tx/v1beta1/txs/{hash}