near / wallet-selector

This is a wallet selector modal that allows users to interact with NEAR dApps with a selection of available wallets.
https://near.github.io/wallet-selector/
Apache License 2.0
151 stars 153 forks source link

fix: Hide Ethereum wallets modal after tx error within a batch. #1151

Closed paouvrard closed 3 months ago

paouvrard commented 3 months ago

Description

Hide the Ethereum wallets modal after a transaction error within a batch. Currently it lets the user sign the next transaction in the batch even though the App handles the rejected signAndSendTransactions() promise.

Checklist:

Type of change.