coral-xyz / backpack

🎒 Next level crypto wallet
https://backpack.app
GNU General Public License v3.0
1.32k stars 797 forks source link

fix websocket connections on rpc proxy #1723

Open tomlinton opened 1 year ago

tomlinton commented 1 year ago

Ref https://github.com/coral-xyz/appstore/issues/44

wentokay commented 1 year ago

to be specific, this issue was fixed by #1988 i.e. wss://solana-rpc.xnfts.dev now works

but the swr proxy doesn't support websockets yet

armaniferrante commented 1 year ago

Got it. Is this coming up as required anywhere?

wentokay commented 1 year ago

Nope, I was using websockets to confirm a transaction with a CLI tool and noticed it error out. I don't think there's a need to increase the priority for backpack though, using wss://solana-rpc.xnfts.dev directly works if it's needed in these edge cases.