James Brown
James Brown
OpenSea supply better resolutions for the collection symbol? Nice.
I think I get it. Yeah I've noticed that and wondered how to improve it. EG the ENS logo thumbnail looks awful when blown up to the new size.
Thanks, I have noticed that many dapps aren't driving the WalletConnect API correctly with regards to ChainID. However, like you say, if you're in the dapp browser and connect to...
I think it's using a fallback system - it knows that ENS is associated with that address, and checks that ethereumfoundation.eth still resolves to 0x561b0145d8f5221995bc6a787d8d70db0604b7b8, if it does then it...
Could we show that it links to this address but doesn't resolve to it?
> > Could we show that it links to this address but doesn't resolve to it? > > I think if we want to show it (as it is now...
The philosophy behind this was not to scare new users. In the settings screen there is a notice for users to backup their key - if they haven't done so,...
> ``` > lockdown-run.js:17 Lockdown failed: TypeError: At intrinsics.Object.groupBy expected boolean not function > at isAllowedPropertyValue (lockdown-install.js:1:53384) > at isAllowedProperty (lockdown-install.js:1:53807) > at visitProperties (lockdown-install.js:1:55095) > at isAllowedPropertyValue (lockdown-install.js:1:53041) >...
It looks like it should be fairly easy to whip together a dapp to deposit the HolETH. The params are all described in the deposit file, and you would just...
> This should do the trick to replace the launchpad by cmd line tools + Metamask: > > https://gist.github.com/gus4rs/18e00a1249778b8bbbb71c3efe586ff1 Very nice! Much easier than my method would have been. Thanks!