1Hive / token-request-app

Aragon app that allows someone to request native tokens from a DAO in exchange for another token
GNU General Public License v3.0
28 stars 21 forks source link

"rpc error with payload" when trying to install this app #122

Open Cybernetic1 opened 2 years ago

Cybernetic1 commented 2 years ago

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: image

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.

Cybernetic1 commented 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:

image