0xean
0xean
closing per product
closing https://github.com/shapeshift/web/pull/7277 for now since we are going to just enable this for swapper.
https://jam.dev/c/0eeab9c6-1578-4f10-80fa-d7be593683b7
Hmm.... I think it might be a quick and dirty option to reverse the order of this, so instead we connect Solana first on phantom and then later check for...
And also agree that perhaps the Ledger like flow is ideal for Phantom. Always connect Solana and then ask about other chains. @twblack88 ?
confirmed this is much better. closing
``` swapsData: (poolAssetId: string, interval: Interval, count: number) => ({ queryKey: ['midgardSwapsData', poolAssetId, interval, count], staleTime: 60_000, queryFn: async () => { const { data } = await axios.get( `${midgardUrl}/history/swaps?pool=${poolAssetId}&interval=${interval}&count=${count}`,...
.../shapeshift/web/src/react-queries/queries/midgard.ts
- consider using compression to assist with network transfer
less than 3% of connect wallets are WC, low priority for now