Ognyan Chikov
Ognyan Chikov
@kldavis4 I have similar issues. My tests are in a main folder and not in the every package of the monorepo packages. Again mocking failed because someway it does not...
Another possible solution is to load the`axios` from your packages/desired-package/node-modules. For example: `var axios = require('../../../packages/YOUR_PACKAGE_NAME/node_modules/axios');` And then give it to the `MockAdapter`
Thank you. I am going to test it and report back to you later today. On Fri, 6 Sep 2019 at 20:39, Jack Hanford wrote: > @ochikov I went back...
@hanford Switching the versions fix the problem!
@hanford I have downgrade to `1.5.6`
@kyle-ssg when the solution will be merged?
Yes @assertdesignuk , I used: ``` providerOptions = { walletconnect: { package: WalletConnectProvider, options: { rpc: { 56: 'https://bsc-dataseed.binance.org/' }, network: 'binance', chainId: 56, infuraId: YOUR_INFURA_KEY, } } }; ```
No, works only for mainnet. My provider is ethers.js web3provider
@ed-marquez Can you try to test what @petreze listed here as a possible solution.
The same issue here.