Skip to content

Commit

Permalink
add cross-chain support back to Apps 3
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jan 7, 2025
1 parent 7135078 commit ee1dc54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/stateful/components/apps/AppsRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,8 @@ export const AppsRenderer = ({ mode, ...props }: AppsRendererProps) => {
}

if (account.type === AccountType.Polytone) {
sender = dao.coreAddress
msgs = maybeMakePolytoneExecuteMessages(dao.chainId, chainId, msgs)
} else if (account.type === AccountType.Ica) {
sender = dao.coreAddress
msgs = maybeMakeIcaExecuteMessages(
dao.chainId,
chainId,
Expand Down

0 comments on commit ee1dc54

Please sign in to comment.