-
Notifications
You must be signed in to change notification settings - Fork 0
/
deployedConfig.json
216 lines (216 loc) · 7.94 KB
/
deployedConfig.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{
"10": {
"deployerAddress": "0x2d53b00ed1a56437b19adc4e6192c6d1b78f708c",
"networkName": "master",
"deployedContracts": {
"kimlicContextStorageAddress": "0x2df4143c5f976eb9d2cff8f7c3d8af13e551daf5",
"kimlicContractsContextAddress": "0xebd793d67519377d354b6a504eb1bb25857210fe",
"accountStorageAddress": "0x3300a2196ad733677942d5ce225be403836e69ea",
"accountStorageAdapterAddress": "0x2122c0ce73b0bf44b87802ecb7db761481267374",
"relyingPartyStorageAdapterAddress": "0x0d7531100af58dd6e3ce1aafaaca683de3d573cd",
"relyingPartyStorageAddress": "0x81555c043d761e6b7c790dd57f4462d2884c0bf0",
"attestationPartyStorageAdapterAddress": "0x387d3a3edf42431af442dc2e67bd22c987df6570",
"attestationPartyStorageAddress": "0x4ff83404e1777c71cccb5fde5927553128a309ad",
"verificationContractFactoryAddress": "0xe7558fea2b95581cf7576f5ff8c08ca0972500b5",
"provisioningContractFactoryAddress": "0x1a1496b40099442fb19319230160a89605c90b62",
"kimlicTokenAddress": "0xc76abcff71dcead0894ed43d3c860cd8d40a13cf",
"rewardingContractAddress": "0x0dc9c3204eccf1c59eb263c5e2c4b4ae16b120b4"
},
"accountStorageAdapter": {
"owner": {
"accountAddress": "0xf4e9d429636991e57f0c15a15f0708456c379db1",
"accountPassword": "7c709482-d32e-4d7a-ad85-3ebaa3a3435c"
},
"allowedFieldNames": [
"email",
"phone",
"documents.id_card",
"documents.passport",
"documents.driver_license",
"documents.residence_permit_card",
"addresses.billing",
"addresses.living",
"device"
]
},
"communityTokenWallet": {
"address": "0x8b43b7de7a64d5874d1ec5e7d775397d4f1799ca",
"password": "p@ssw0rd"
},
"provisioningContractFactory": {
"email": {
"intersets": {
"communityTokenWallet": 0,
"coOwner": 0,
"kimlicWallet": 80,
"account": 20
},
"tokensLockPeriod": 5
},
"phone": {
"intersets": {
"communityTokenWallet": 0,
"coOwner": 0,
"kimlicWallet": 80,
"account": 20
},
"tokensLockPeriod": 2
},
"addresses": {
"living": {
"intersets": {
"communityTokenWallet": 10,
"coOwner": 20,
"kimlicWallet": 50,
"account": 20
},
"tokensLockPeriod": 30
},
"billing": {
"intersets": {
"communityTokenWallet": 10,
"coOwner": 20,
"kimlicWallet": 50,
"account": 20
},
"tokensLockPeriod": 30
}
},
"documents": {
"id_card": {
"intersets": {
"communityTokenWallet": 10,
"coOwner": 20,
"kimlicWallet": 50,
"account": 20
},
"tokensLockPeriod": 30
},
"residence_permit_card": {
"intersets": {
"communityTokenWallet": 10,
"coOwner": 20,
"kimlicWallet": 50,
"account": 20
},
"tokensLockPeriod": 30
},
"passport": {
"intersets": {
"communityTokenWallet": 10,
"coOwner": 20,
"kimlicWallet": 50,
"account": 20
},
"tokensLockPeriod": 30
},
"driver_license": {
"intersets": {
"communityTokenWallet": 10,
"coOwner": 20,
"kimlicWallet": 50,
"account": 20
},
"tokensLockPeriod": 30
}
}
},
"provisioningPriceListConfig": {
"prices": {
"addresses.living": 1500000000000000000,
"documents.driver_license": 2000000000000000000,
"documents.id_card": 2000000000000000000,
"documents.residence_permit_card": 2000000000000000000,
"email": 500000000000000000,
"phone": 1000000000000000000,
"addresses.billing": 1500000000000000000,
"device": null,
"documents.passport": 2000000000000000000
}
},
"verificationPriceListConfig": {
"prices": {
"addresses.living": 1500000000000000000,
"documents.passport": 2000000000000000000,
"documents.id_card": 2000000000000000000,
"addresses.billing": 1500000000000000000,
"device": null,
"documents.driver_license": 2000000000000000000,
"email": 500000000000000000,
"documents.residence_permit_card": 2000000000000000000,
"phone": 1000000000000000000
}
},
"partiesConfig": {
"createdParties": {
"veriff": {
"address": "0x4ff6e73edbb1fd166d69ad65950d99b29f447421",
"password": "",
"allowedFieldNames": [
"documents.id_card",
"documents.passport",
"documents.driver_license",
"documents.residence_permit_card"
]
},
"kimlic": {
"address": "0x2d53b00ed1a56437b19adc4e6192c6d1b78f708c",
"password": "",
"allowedFieldNames": [
"email",
"phone"
]
},
"demoKimlic": {
"address": "0x64bead472383998573e22b191f20e0cd762fb809"
}
}
},
"rewardingContractConfig": {
"rewards": {
"milestone1Reward": 10,
"milestone2Reward": 15
},
"milestone2fieldNames": [
"documents.id_card",
"documents.passport",
"documents.driver_license",
"documents.residence_permit_card"
]
},
"kimlicWallet": {
"address": "0x11dbad873c2eb5a30433c31a491312cc983dce22",
"password": "kimlicWalletp@ssw0rd"
},
"verificationContractFactory": {
"email": {
"tokensLockPeriod": 5
},
"phone": {
"tokensLockPeriod": 2
},
"documents": {
"id_card": {
"tokensLockPeriod": 30
},
"passport": {
"tokensLockPeriod": 30
},
"driver_license": {
"tokensLockPeriod": 30
},
"residence_permit_card": {
"tokensLockPeriod": 30
}
},
"addresses": {
"billing": {
"tokensLockPeriod": 30
},
"living": {
"tokensLockPeriod": 30
}
}
}
}
}