Results 5 comments of swkim109

@bitfede No updates yet. But some alternatives exist since opened this issue. Drizzle is combination of react, react-redux, redux-saga. Maybe you can add web3Modal with them.

It seems like many people use web3-react. I have heard of another dapp framework: [https://medium.com/ethworks/introducing-usedapp-framework-for-rapid-dapp-development-4959361f242a](https://medium.com/ethworks/introducing-usedapp-framework-for-rapid-dapp-development-4959361f242a) [https://github.com/EthWorks/useDApp](https://github.com/EthWorks/useDApp)

@bitfede I love Drizzle anyway. 😂

Same problem in Drizzle suite version 1.5.0, here is my SimpleStorage sample: ``` pragma solidity ^0.5.8; contract SimpleStorage { uint storedData; event Change(string message, uint indexed newVal); event Stored(uint newVal);...

It has to be noted that [EIP-1193](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md) exists. This standard says when user rejects request, the Provider should return the status code of 4001. It seems like MetaMask desktop follows...