Monte Lai

Results 31 comments of Monte Lai

can't replicate on 83f7a77, rejected transactions now show up as failed.

applied fix on 831c80f935f6f3e10427d7d4ff2d1d82058b2f4f

The new line added in the privacy snapshot is coming from here when i run the test locally. ```

Removing `api.web3modal.org` from the `privacy-snapshot.json`. This was added because of a timezone issue when run locally. https://github.com/WalletConnect/web3modal/blob/712252de35446c10bb9413bf85ec5f2937dbd44c/packages/core/src/utils/CoreHelperUtil.ts#L188-L204 ``` getApiUrl() { return CoreHelperUtil.isRestrictedRegion() ? 'https://api.web3modal.org/' : 'https://api.web3modal.com/' }, ``` https://github.com/WalletConnect/web3modal/blob/712252de35446c10bb9413bf85ec5f2937dbd44c/packages/core/src/utils/ConstantsUtil.ts#L32 ```...

Closed for https://github.com/MetaMask/core/pull/4291