Avele
Avele
@alcuadrado yeah, gas property is a string usually. Also in my experience gas property is rarely included in ABI, so as another solution you could provide an option to opt...
@fvictorio Please release new version of `@nomiclabs/hardhat-vyper` so this fix gets included in the package.
@christianalfoni So there is no way to simplify writing actions? Duplicating `export const` everywhere doesn't feel good. Ideally, for me, it would be object actions with local type definitions. ```ts...
I'm really looking forward to multiple tree support feature being implemented, too.
Same case with emails and issue still persist in 4.12.0
As a workaround plus and other characters can be escaped with following regexp ```ts const escapeRegExpChars = (str: string) => { return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); }; ```
It still functions correctly only for the first project in the list, but incorrectly validates the remaining projects using the schema of the first project