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

fix: WalletAdapter import path #141

Merged
merged 2 commits into from
Dec 15, 2021

Conversation

johnrees
Copy link
Contributor

@johnrees johnrees commented Dec 15, 2021

fixes import path

Screenshot 2021-12-15 at 6 21 57 PM

  1. changes import path for WalletAdapter
- import { WalletAdapter } from '../@types/types'
+ import { WalletAdapter } from '@solana/wallet-adapter-base'
  1. renames @types/types.tsx to @types/types.ts

  2. import type in types file

- import { AccountInfo, PublicKey } from '@solana/web3.js'
+ import type { AccountInfo, PublicKey } from '@solana/web3.js'

@netlify
Copy link

netlify bot commented Dec 15, 2021

✔️ Deploy Preview for sad-einstein-a108a8 ready!

🔨 Explore the source changes: 605ae72

🔍 Inspect the deploy log: https://app.netlify.com/sites/sad-einstein-a108a8/deploys/61ba353bce1d4f00077f4741

😎 Browse the preview: https://deploy-preview-141--sad-einstein-a108a8.netlify.app

@netlify
Copy link

netlify bot commented Dec 15, 2021

✔️ Deploy Preview for wizardly-kowalevski-4abe4b ready!

🔨 Explore the source changes: 605ae72

🔍 Inspect the deploy log: https://app.netlify.com/sites/wizardly-kowalevski-4abe4b/deploys/61ba353b707f2f0007925547

😎 Browse the preview: https://deploy-preview-141--wizardly-kowalevski-4abe4b.netlify.app

@johnrees johnrees mentioned this pull request Dec 15, 2021
@johnrees
Copy link
Contributor Author

I'd appreciate a quick review/merge of this one if possible @mschneider @SebastianBor as I can't git push without basing branches off these import path changes. Thanks 🙏

@mschneider mschneider merged commit 9b33cdf into solana-labs:main Dec 15, 2021
@johnrees johnrees deleted the fix-walletadapter-import branch December 15, 2021 19:05
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.

None yet

2 participants