connection = Connection.Connecting;
try {
await signInWithEthereum(seed, config);
} catch {
} catch (e) {
console.error("Sign in", e);
connection = Connection.Disconnected;
}
}}