project-serum / sol-wallet-adapter

Other
185 stars 93 forks source link

spl-token-wallet extension not suppported by sol-wallet-adapter #26

Open Arrowana opened 3 years ago

Arrowana commented 3 years ago

15

I installed the unpacked extension built through https://github.com/project-serum/spl-token-wallet yarn build:extension in chrome. However, it does not seem like it ends up being injected into window.solana

Am i missing something or should we add the injection at the other side?

armaniferrante commented 3 years ago

window.sollet is injected and it's expected that one pass that into sol-wallet-adapter upon construction.

ateeqrehmani commented 3 years ago

@armaniferrante have you got the solution?