You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add publish permission for a new account to an APM repo.
The repo is deployed at brightid-node.public.dappnode.eth (0x4b214a2601d103fabaa8e94f06e924960bf4daeb).
The kernel is deployed at 0x0f3b8ec182deee2381a9041e30f65f10098a3b91.
The acl role i want to grant is "0x0000000000000000000000000000000000000000000000000000000000000001".
The address that should get publish permission is "0x7099b4d99876480fcc0ac46d7809b7287a946050".
I'm running this command: aragon --environment aragon:mainnet --use-frame dao acl grant 0x0f3b8ec182deee2381a9041e30f65f10098a3b91 0x4b214A2601D103FAbAA8e94f06E924960Bf4daeB 0x0000000000000000000000000000000000000000000000000000000000000001 0x7099b4d99876480fcc0ac46d7809b7287a946050
The command fails with this output:
✖ Executing grantPermission on 0x0f3b8ec182deee2381a9041e30f65f10098a3b91
→ Provided daoAddress is not a DAO
✖ Provided daoAddress is not a DAO
Execute aragon --environment aragon:mainnet --use-frame dao acl grant 0x0f3b8ec182deee2381a9041e30f65f10098a3b91 0x4b214A2601D103FAbAA8e94f06E924960Bf4daeB 0x0000000000000000000000000000000000000000000000000000000000000001 0x7099b4d99876480fcc0ac46d7809b7287a946050
See error
Context
Note that the repository was created using the dappnodesdk (dappnodesdk publish), so it seems to have some differences to repos created directly with aragon tooling.
There are other commands that work: aragon apm versions brightid-node.public.dappnode.eth --environment aragon:mainnet --use-frame or aragon apm info brightid-node.public.dappnode.eth 1.0.0 --environment aragon:mainnet --use-frame produce the expected output.
Mainnet or testnet?
Everything on Mainnet
Environment
Arch linux
aragon cli version 7.1.6
The text was updated successfully, but these errors were encountered:
I ran into a similar issue. I believe this is happening because the default Aragon ETH endpoint is having issues (wss://mainnet.eth.aragon.network/ws)
I was able to solve this by using my own endpoint. For example, using Frame and adding --ws-rpc ws://localhost:1248. Or using your own Infura endpoint would work.
🐛 Bug Report
I want to add publish permission for a new account to an APM repo.
brightid-node.public.dappnode.eth
(0x4b214a2601d103fabaa8e94f06e924960bf4daeb
).0x0f3b8ec182deee2381a9041e30f65f10098a3b91
.I'm running this command:
aragon --environment aragon:mainnet --use-frame dao acl grant 0x0f3b8ec182deee2381a9041e30f65f10098a3b91 0x4b214A2601D103FAbAA8e94f06E924960Bf4daeB 0x0000000000000000000000000000000000000000000000000000000000000001 0x7099b4d99876480fcc0ac46d7809b7287a946050
The command fails with this output:
Have you read the Contributing Guidelines on issues?
To Reproduce
aragon --environment aragon:mainnet --use-frame dao acl grant 0x0f3b8ec182deee2381a9041e30f65f10098a3b91 0x4b214A2601D103FAbAA8e94f06E924960Bf4daeB 0x0000000000000000000000000000000000000000000000000000000000000001 0x7099b4d99876480fcc0ac46d7809b7287a946050
Context
Note that the repository was created using the dappnodesdk (
dappnodesdk publish
), so it seems to have some differences to repos created directly with aragon tooling.There are other commands that work:
aragon apm versions brightid-node.public.dappnode.eth --environment aragon:mainnet --use-frame
oraragon apm info brightid-node.public.dappnode.eth 1.0.0 --environment aragon:mainnet --use-frame
produce the expected output.Mainnet or testnet?
Everything on Mainnet
Environment
Arch linux
aragon cli version 7.1.6
The text was updated successfully, but these errors were encountered: