-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy patharapp.json
51 lines (51 loc) · 1.18 KB
/
arapp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"appName": "delay.aragonpm.eth",
"path": "contracts/Delay.sol",
"roles": [
{
"name": "Set delay",
"id": "SET_DELAY_ROLE",
"params": []
},
{
"name": "Delay execution",
"id": "DELAY_EXECUTION_ROLE",
"params": []
},
{
"name": "Pause the script execution",
"id": "PAUSE_EXECUTION_ROLE",
"params": []
},
{
"name": "Resume the script execution",
"id": "RESUME_EXECUTION_ROLE",
"params": []
},
{
"name": "Cancel the script execution",
"id": "CANCEL_EXECUTION_ROLE",
"params": []
}
],
"environments": {
"default": {
"network": "development"
},
"staging": {
"registry": "0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby"
},
"rinkeby": {
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"wsRPC": "wss://mainnet.eth.aragon.network/ws",
"network": "mainnet"
}
}
}