Open Cybernetic1 opened 2 years ago
"Carla" in Aragon Discord channel told me that I should specify the network, so I changed the command to:
aragon dao install 0xAEFA01A10457BCa30805729E3290A6bb81D7eCb4 token-request.aragonpm.eth --app-init-args 0x05128b4d4a90a9d89569c781c7ef4f42a8ee1bae 0xd8930695497a6d3ae1ed44bec11f7c8265ea49bb --env aragon:mainnet --ws-rpc wss://mainnet.infura.io/ws/v3/f9aec7356eb343c5b10661c5ed69402d --use-frame
but now I get a new error:
I tried to install this app to my DAO using this command:
aragon dao install <dao-address> token-request.aragonpm.eth --app-init-args <vault-address> <token-manager-address>
but I got "rpc error with payload".Screen shot:
I'm new to blockchains in general. What might be causing this error?
I have Frame connected to my MetaMask wallet with an account on ETH MainNet.