Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Aug 5, 2024
1 parent 594946e commit ac7fa5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/minifront/src/state/ibc-out.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { Channel } from '@buf/cosmos_ibc.bufbuild_es/ibc/core/channel/v1/channel
import { BLOCKS_PER_HOUR } from './constants';
import { createZQuery, ZQueryState } from '@penumbra-zone/zquery';
import { getChains } from '../fetchers/registry';
import { bech32ChainIds } from './shared';

export const { chains, useChains } = createZQuery({
name: 'chains',
Expand Down Expand Up @@ -211,8 +212,7 @@ const getPlanRequest = async ({
timeoutHeight,
timeoutTime,
sourceChannel: chain.channelId,
// TODO: after updating bufbuild types, uncomment this
// useCompatAddress: bech32ChainIds.includes(chain.chainId),
useCompatAddress: bech32ChainIds.includes(chain.chainId),
},
],
source: addressIndex,
Expand Down

0 comments on commit ac7fa5a

Please sign in to comment.