Skip to content

Commit

Permalink
timeout msg
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Dec 21, 2024
1 parent 1b6a45e commit b6cd1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/minifront/src/state/ibc-out.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const getPlanRequest = async ({
// Temporary: detect USDC Noble withdrawals, and use a transparent (t-addr) return
// address to ensure Bech32 encoding compatibility.
if (denom.includes('uusdc') && bech32ChainIds.includes(chain.chainId)) {
// Outbound IBC transfers timeout without setting either of these fields.
useTransparentAddress = true;
returnAddress = t_addr;
}
Expand Down

0 comments on commit b6cd1fa

Please sign in to comment.