we use an environment specific entry for the daoAddress. Locally we deploy our own, but for rinkeby and other public networks we use the official entries. To make deployments easy we store the address in the arapp.json
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"roles": [
|
|
{
|
|
"name": "Add contributions",
|
|
"id": "ADD_CONTRIBUTION_ROLE",
|
|
"params": []
|
|
},
|
|
{
|
|
"name": "Veto contributions",
|
|
"id": "VETO_CONTRIBUTION_ROLE",
|
|
"params": []
|
|
},
|
|
{
|
|
"name": "Manage contributors",
|
|
"id": "MANAGE_CONTRIBUTORS_ROLE",
|
|
"params": []
|
|
},
|
|
{
|
|
"name": "Mint token",
|
|
"id": "MINT_TOKEN_ROLE",
|
|
"params": []
|
|
},
|
|
{
|
|
"name": "Add proposal",
|
|
"id": "ADD_PROPOSAL_ROLE",
|
|
"params": []
|
|
},
|
|
{
|
|
"name": "Vote proposal",
|
|
"id": "VOTE_PROPOSAL_ROLE",
|
|
"params": []
|
|
}
|
|
],
|
|
"environments": {
|
|
"development": {
|
|
"network": "development",
|
|
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1",
|
|
"appName": "dummy.open.aragonpm.eth"
|
|
},
|
|
"rinkeby": {
|
|
"network": "rinkeby",
|
|
"registry": "0x98Df287B6C145399Aaa709692c8D308357bC085D",
|
|
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
|
|
"appName": "dummy.open.aragonpm.eth",
|
|
"kredits": {
|
|
"daoFactory": "0x2298d27a9b847c681d2b2c2828ab9d79013f5f1d"
|
|
}
|
|
},
|
|
"kovan": {
|
|
"network": "kovan",
|
|
"appName": "dummy.aragonpm.eth"
|
|
},
|
|
"default": {
|
|
"network": "development",
|
|
"appName": "dummy.aragonpm.eth"
|
|
}
|
|
},
|
|
"path": "contracts/misc/DummyApp.sol"
|
|
}
|