AppIds are used to lookup the actual contract addresses of each app. Because of different registry names (open.aragonpm.eth vs. aragonpm.eth) we have to use different ids in the local dev chain and in the testnet/mainnet. To allow this we need to set the appids dynamically. There is an open aragon issue to solve this and also allow to use open.aragonpm.eth in the devchain by default. https://github.com/aragon/aragen/issues/10
29 lines
749 B
JSON
29 lines
749 B
JSON
{
|
|
"roles": [
|
|
{
|
|
"name": "Manage contributors",
|
|
"id": "MANAGE_CONTRIBUTORS_ROLE",
|
|
"params": []
|
|
}
|
|
],
|
|
"environments": {
|
|
"default": {
|
|
"network": "development",
|
|
"appName": "kredits-contributor.aragonpm.eth"
|
|
},
|
|
"rinkeby": {
|
|
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
|
|
"appName": "kredits-contributor.open.aragonpm.eth",
|
|
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
|
|
"network": "rinkeby"
|
|
},
|
|
"production": {
|
|
"registry": "0x314159265dd8dbb310642f98f50c066173c1259b",
|
|
"appName": "contributor.open.aragonpm.eth",
|
|
"wsRPC": "wss://mainnet.eth.aragon.network/ws",
|
|
"network": "mainnet"
|
|
}
|
|
},
|
|
"path": "contracts/Contributor.sol"
|
|
}
|