Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update sdk to 14, improve types #144

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

chore: update sdk to 14, improve types #144

wants to merge 7 commits into from

Conversation

davidyuk
Copy link
Member

This PR is supported by the Æternity Foundation

Copy link
Collaborator

@thepiwo thepiwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thank you!

onDisconnect: () => alert("Aepp is disconnected"),
async function setupWalletConnector() {
status.value = Status.WALLET_SCANNING;
disconnectWallet();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add await or void for this async function call

}
}

updateConnectionInfo();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add await or void for this async function call

) {
status.value = Status.UNINITIALIZED;
if (customNodeUrl) nodeUrl.value = customNodeUrl;
else nodeUrl.value = nodes[0].instance.$host;
disconnectWallet();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add await or void for this async function call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants