Markus Osterlund / robriks
Markus Osterlund / robriks
In GovernorCompatibilityBravo, which is the version being used in this tutorial, the queue () and execute() function do in fact only accept a uint proposalId parameter (contrary to the deletd...
Since v4.5, GovernorVotes supports ERC721Votes tokens- this is detailed in the ERC721Votes API documentation but not in the Governor documentation, which is where developers like myself land first. The result...
Improving the readability of the maximum value for ```totalSwapFee``` is a QoL improvement that makes a big difference for future devs building on v4 hooks. The visual `1_000_000` strongly communicates...
all 'Edit this page' links in documentation are broken due to what seems to be a renaming of all documentation markdown files from: `command-${cmd}.md` to just `${cmd}.md` I've fixed this...
expreession -> expression
On Ubuntu 22.04, using FireFox, the ArgentX wallet's font-weight for seed phrase recovery words displays the letter 'i' identically to the letter 'l' With recovery seed phrases, it is paramount...
'depreciated' -> 'deprecated' in both of the deprecated deploy functions detailed in the huff README
explicitly provided the `yarn add` install option for js/ts projects like hardhat etc, as a nod to the growing popularity of yarn and its advantages in modernity over npm. (helps...
great tool, enjoyed using it! thanks for saving my funds typo fix: 'transfering' -> 'transferring'
I wrote a rust utility added as a bin which can be used to programmatically access create2crunch outputs in efficient_addresses.txt (prints highest rarity outputs to console atm) usage: `cargo run...