Giveth/liquidity-mining-dapp

Use only user wallet web3 provider

Closed this issue · 0 comments

We have defined rpc endpoints for each network (Mainnet, xDai, Kovan) in our environment and there are used for some types of queries.

As such endpoints may be blocked due to a huge number of queries, it would be better to replace them with the user wallet provider. As the connecting to the appropriate network is mandatory now, we can do it.