paradigmxyz / rivet

Developer Wallet & DevTools for Anvil
MIT License
844 stars 73 forks source link

Apps can no longer connect to rivet with latest chromium #105

Open gpxl-dev opened 1 month ago

gpxl-dev commented 1 month ago

Describe the bug Clicking "connect wallet" no longer invokes rivet.

I get the following in my console image

From this file:

import{s,g as r}from"../../../getMessenger-DebSHjBN.js";s();const n=r("background:contentScript");n.send("ping",void 0);setInterval(()=>{n.send("ping",void 0)},5e3);window.addEventListener("message",({data:e})=>{e.type==="openWallet"&&chrome.runtime.sendMessage(e)});

To Reproduce Steps to reproduce the behavior:

  1. Download the latest version of chrome, chrome canary, or brave
  2. Install rivet
  3. Go to a dapp, click connect, check console

Expected behavior Wallet opens.

Desktop (please complete the following information):