wallet-connect-web-examples/dapps/react-dapp-v2/src
Ben Kremer 2b695af9f0 fix: allows rejected eth_sendTransaction call to bubble to handler
Fixes: https://github.com/WalletConnect/walletconnect-monorepo/issues/854

There was a superfluous try/catch here which caused the rejection to be
logged and then continue instead of throwing and allowing the
JsonRpcHandler wrapper to handle the promise rejection.
2022-03-14 11:11:16 +01:00
..
assets chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
chains chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
components refactor(dapp): support signing from different addresses on same network 2022-02-21 11:45:15 +01:00
constants feat: adds eth_sign and eth_signTransaction examples 2022-02-16 14:05:12 +01:00
contexts fix: allows rejected eth_sendTransaction call to bubble to handler 2022-03-14 11:11:16 +01:00
helpers fix(dapps): aligns EIP712 example with the one used in spec 2022-03-10 12:04:09 +01:00
modals chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
App.tsx refactor(dapp): support signing from different addresses on same network 2022-02-21 11:45:15 +01:00
index.tsx chore: remove old class-based App component 2022-02-10 11:45:19 +01:00
react-app-env.d.ts chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
styles.ts style: format all with prettier 2022-02-02 17:11:22 +01:00