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

Aleph Zero Wallets added #3

Merged
merged 19 commits into from
Jul 26, 2024
Merged

Aleph Zero Wallets added #3

merged 19 commits into from
Jul 26, 2024

Conversation

zmrp
Copy link
Contributor

@zmrp zmrp commented Jul 23, 2024

No description provided.

packages/react/src/connectors/aleph_zero/connector.ts Outdated Show resolved Hide resolved
packages/react/src/chains/aleph_zero.ts Outdated Show resolved Hide resolved
packages/react/src/hooks/useConnections.ts Outdated Show resolved Hide resolved
packages/react/src/utils/createChainConnectors.ts Outdated Show resolved Hide resolved
packages/react/src/providers/WalletsProvider.tsx Outdated Show resolved Hide resolved
packages/react/src/providers/AlephProvider.tsx Outdated Show resolved Hide resolved
packages/react/src/providers/AlephProvider.tsx Outdated Show resolved Hide resolved
packages/react/src/providers/AlephProvider.tsx Outdated Show resolved Hide resolved
Copy link
Member

@jayeshbhole-rp jayeshbhole-rp left a comment

Choose a reason for hiding this comment

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

Please remove the adapter prop from AlephProvider.
Also delete all of the unnecessary console logs and unused code comments, thanks!

packages/react/src/providers/AlephProvider.tsx Outdated Show resolved Hide resolved
packages/react/src/providers/AlephProvider.tsx Outdated Show resolved Hide resolved
packages/react/src/providers/AlephProvider.tsx Outdated Show resolved Hide resolved
packages/react/src/providers/WalletsProvider.tsx Outdated Show resolved Hide resolved
packages/react/src/utils/createChainConnectors.ts Outdated Show resolved Hide resolved
@@ -36,7 +37,12 @@ export const TangledContextProvider = ({ children, config }: { children: ReactNo
chains={chains.tron}
>
<SolanaProvider network={chains.solana[0]}>
<WalletsProvider>{children}</WalletsProvider>
<AlephProvider
adapters={connectors.aleph_zero}
Copy link
Member

Choose a reason for hiding this comment

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

Can remove this adapters prop.

@jayeshbhole-rp jayeshbhole-rp merged commit cda60ec into main Jul 26, 2024
1 check passed
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