Arthur Zhuk
Arthur Zhuk
> > > > Just add Buffer to your window object, no need to downgrade anything my package.json > > > > ``` > > > > "buffer": "^6.0.3", >...
@NoahZinsmeister Any update on this? Would be great to leverage multichain support that v2 comes with.
what's the output of `:filetype` on this file? if it's `typescript.tsx` then run `:filetype detect` if it fixes colors check `:filetype` output and see if it's `typescriptreact`. if that's the...
I'm having an issue with the Check and publish with the Apollo CLI step. Receiving a `Error: No service found to link to Engine`. Anyone have ideas?
Adding a "Connect to wallet" button when not connected instead of networks button is probably a good idea here.
@sandrasong Do you have an idea for how we can solve this UX?
PR on pause. We don't have a solution for running forked mainnet on CI reliably which this test requires.
This could also be a good moment to upgrade to the latest version of `react-router` I have a functioning basic rework of it here: https://github.com/saddle-finance/saddle-frontend/pull/879/files#diff-11b6c68fcd0989e7541fed72fed10b836738171fe1b5f1bb01721f51b3e5e622
What do you think about moving these to a provider instead to avoid having to use Redux? Is there a particular reason for using Redux? > Move POOLS_MAP into redux...