Skip to content

Commit

Permalink
fix: rollback to chain id param
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Sep 2, 2024
1 parent 857ac3e commit 0906422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/configurer/chain/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func (n *NodeConfig) QueryChains() (*[]string, error) {
func (n *NodeConfig) QueryChainsInfo(consumerIDs []string) ([]*zctypes.ChainInfo, error) {
queryParams := url.Values{}
for _, consumerId := range consumerIDs {
queryParams.Add("consumer_ids", consumerId)
queryParams.Add("chain_ids", consumerId)
}

bz, err := n.QueryGRPCGateway("/babylon/zoneconcierge/v1/chains_info", queryParams)
Expand Down

0 comments on commit 0906422

Please sign in to comment.