kumavis
kumavis
yeah ideally you would provide a js module that takes a provider and does the lookups for you and that can ship with the validation code
the website seems to work correctly on firefox 121.0 (linux)
resolved elsewhere
ok, theres some outdated links in the code to the doc
@adi-ads interesting, hadnt seen that
update: im still hauling ass on a tricky core component of my project should be done in 2 weeks, then ill run around in circles patching and polishing, launch a...
workaround `yarn install --ignore-engines` here is the resultant `yarn.lock` for `[email protected]` https://gist.github.com/kumavis/e22ffb1dcc9b0caf16043a3e8fc18893
how does https://github.com/ethereum/go-ethereum/pull/25963 differ / relate to this branch?
I'm not sure what the original intention was but this version worked for me: ```js return { tool: match[1].trim(), toolInput: match[2].trim().replace(/\n/g, ""), log: text, }; ```
There is a possible workaround for pages with a CSP that disallows metamask injection. If the dapp includes the equivalent of our `inpage.js` bundle, the dapp should be able to...