I have my DAO already setup on xDAI and I ran this code multiple times in an attempt to create multiple agents (I now realize this is not the proper syntax) :
connect <DAO> token-manager voting
install agent:new-agent
grant . . . EXECUTE_ROLE
grant . . . TRANSFER_ROLE
I ran this 3 times and was able to execute all 3 transactions, producing 3 identical votes on my DAO
I was able to enact the first vote no problem but the other two I cannot enact, I get an error saying I do not have permissions.
This is the expected behavior, as only one of those votes should pass because they are trying to install the same agent. If you want to install many agents, you can do it in just one vote.
using evmcrispr terminal on xDAI
I have my DAO already setup on xDAI and I ran this code multiple times in an attempt to create multiple agents (I now realize this is not the proper syntax) :
I ran this 3 times and was able to execute all 3 transactions, producing 3 identical votes on my DAO
I was able to enact the first vote no problem but the other two I cannot enact, I get an error saying I do not have permissions.