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/898-wrapper-wrap-up-wallet-interface-into-package-and-export-out #943

Conversation

Sworzen1
Copy link
Contributor

@Sworzen1 Sworzen1 commented May 6, 2024

List of changes

  • Add wallet connector package

Checklist

  • related issue
  • My changes generate no new warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the changelog
  • I have added tests that prove my fix is effective or that my feature works

@Sworzen1 Sworzen1 linked an issue May 6, 2024 that may be closed by this pull request
@Sworzen1 Sworzen1 marked this pull request as ready for review May 6, 2024 12:25
@Sworzen1 Sworzen1 changed the title add wallet conncetor package chore/898-wrapper-wrap-up-wallet-interface-into-package-and-export-out May 6, 2024
}
};

const disconnectWallet = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

If we have enableWallet it would be nice to have it called disableWallet for consistency

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, I'll change

cip: number;
};

export type TWalletAPI = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is it called TWalletAPI with T at the beginning?

Copy link
Contributor Author

@Sworzen1 Sworzen1 May 8, 2024

Choose a reason for hiding this comment

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

If T is before name I know thats type for WalletAPI

@Sworzen1 Sworzen1 merged commit 27ed3c3 into develop May 8, 2024
@Sworzen1 Sworzen1 deleted the chore/898-wrapper-wrap-up-wallet-interface-into-package-and-export-out branch May 8, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 Frontend Frontend related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrapper; Wrap up wallet interface into package and export out
2 participants