atropos
atropos
> Just add Buffer to your window object, no need to downgrade anything my package.json > > ``` > "buffer": "^6.0.3", > "react-scripts": "5.0.1", > ``` > > index.jsx >...
> > > Just add Buffer to your window object, no need to downgrade anything my package.json > > > ``` > > > "buffer": "^6.0.3", > > > "react-scripts":...
@djmbritt @danielmedvec I just set the provider options like this. ``` const providerOptions = { walletconnect: { package: WalletConnectProvider, options: { rpc: { 56: 'https://bsc-dataseed.binance.org/' }, network: 'binance', } }...
Any solution? Also having the same problem. Not sure why they don't release V2 interface like Uniswap.
hi @Corbyj1 Thank you for your reply. Now I have a typescript error on `src/state/index.ts` after adding `@overage69/pancake-sdk-v2` library. ``` Type '(Middleware | Middleware)[]' is not assignable to type '[any]...
@Corbyj1 Amazing!!! It's working!!!! Thank you so much!!!!
@sachinkrishna Just defined type for `middleware`. So it could be ``` middleware: [...getDefaultMiddleware({ thunk: false }), save({ states: PERSISTED_KEYS })] as Middleware[] ```
From `@reduxjs/toolkit` library.
Hmm... Weird... That error is really new to me. Can you try to remove `node_modules` and install again?
You mean these dependencies? ``` npm i @reach/portal npm i @uniswap/v2-core npm i ajv npm i cids npm i ethers npm i multicodec npm i multihashes npm i @types/node ```...