crypto-bug-hunters / bug-buster

🪲 Bug Buster, a bug bounty platform powered by Cartesi Rollups
https://x.com/BugBusterApp
Apache License 2.0
10 stars 10 forks source link

Fix populate script #75

Closed guidanoli closed 5 months ago

guidanoli commented 5 months ago

The populate script is not working with the migration to Rollmelette, and should be fixed.

ZzzzHui commented 5 months ago

The script fails because it uses the -a flag which was replaced by -f, as mentioned in this comment https://github.com/crypto-bug-hunters/bugless/pull/48#discussion_r1519566053

I replace the {-a account index} to {-f from address} and the populate script runs perfect for me. I will push the changes