You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Ryun1 Do you think this issue makes sense? Having a wallet connected to other than GovTool network makes GovTool displaying wrong values, which without any warning might only bring the confusion.
That is also my candidate for the issue reported here
The problem is that via the CIP-30 wallet connection
The DApp cannot differentiate between testnets via the api.getNetworkId()
This is a longstanding issue
I suppose one hack around this is;
compare the UTxOs reported by the wallet to UTxOs reported by GovTool backend?
Would have to be UTxOs as these are unique across networks, unlike credentials and addresses.
There might be an easier workaround, if you can think of one?
Area
Wrapper
Is there new design needed?
Yes
What?
Disallow connecting wallet that connects to different than GovTool network.
Why?
As described in this comment in discussion.
How?
(Optional) User Story with acceptance criteria
As any user, I want to be informed that I am trying to connect to GovTool with the wallet connected to a different network.
The text was updated successfully, but these errors were encountered: