Fix double cosmos connection issue
This commit is contained in:
parent
320a4e9c61
commit
3add26b0bf
@ -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}`)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user