Skip to content

Conversation

@0xanmol
Copy link

@0xanmol 0xanmol commented Aug 4, 2025

hey, found a small mismatch in the readme

in the “Import Your Wallet” step it says:

import "<wallet-package-name>/solana-standard";

but the template’s package.json only exports:

import "<wallet-package-name>/solana";

so /solana-standard throws a module not found error

possible fixes:

update docs to /solana

or add an alias in the template’s exports so /solana-standard maps to the same file as /solana

hey, found a small mismatch in the readme

in the “Import Your Wallet” step it says:

```ts
import "<wallet-package-name>/solana-standard";
```

but the template’s package.json only exports:

```ts
import "<wallet-package-name>/solana";
```

so /solana-standard throws a module not found error

possible fixes:

update docs to /solana

or add an alias in the template’s exports so ```/solana-standard``` maps to the same file as ```/solana```
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