feat: add error message to wallet connect fail event (#7387)
This commit is contained in:
parent
81accd1864
commit
f90f81b3d9
@ -67,6 +67,7 @@ function useTryActivation() {
|
||||
result: WalletConnectionResult.FAILED,
|
||||
wallet_type: connection.getName(),
|
||||
page: currentPage,
|
||||
error: error.message,
|
||||
})
|
||||
setActivationState({ status: ActivationStatus.ERROR, connection, error })
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user