diff --git a/wallets/react-wallet-v2/src/views/SessionProposalModal.tsx b/wallets/react-wallet-v2/src/views/SessionProposalModal.tsx index 194fd7f..b151f94 100644 --- a/wallets/react-wallet-v2/src/views/SessionProposalModal.tsx +++ b/wallets/react-wallet-v2/src/views/SessionProposalModal.tsx @@ -69,7 +69,7 @@ export default function SessionProposalModal() { accounts.push(`${chain}:${address}`) }) } else if (isCosmosChain(chain)) { - cosmosAddresses.forEach(address => { + selectedCosmos.forEach(address => { accounts.push(`${chain}:${address}`) }) }