nomoixyz / vulcan

Development framework for Foundry projects
https://nomoixyz.github.io/vulcan/
MIT License
286 stars 18 forks source link

feat: adds createMay(length, prefix) #150

Closed gnkz closed 1 year ago

gnkz commented 1 year ago

Adds a new function to the accounts module createMany(length, prefix) that creates an array of addresses of a specified length and applies a label to each one with a prefix prefix in the form of {prefix}_{i}.

Resolves #129