metaDAOproject / meta-dao-frontend

https://app.themetadao.org
Other
17 stars 16 forks source link

feat/ws account #44

Closed R-K-H closed 7 months ago

R-K-H commented 7 months ago

This is for @LukasDeco to reference with the fixes, this affords single txn with settlement. This fixes JUP swap.... This fixes linting issues with double quotes and ts-ignore as well as some various formatting. Should replace and merge from #42

R-K-H commented 7 months ago

Of note here:

  1. We need to check for WS state, if it isn't connected, we need to fail over to fetch. It's likely better that we have a global WS and then use that and keep record of subscription, but for now this works.