-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathresolvers_settings_sample.yaml
More file actions
208 lines (199 loc) · 6.46 KB
/
resolvers_settings_sample.yaml
File metadata and controls
208 lines (199 loc) · 6.46 KB
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
# Configuring Privado Identity Chain (privado:main) is necessary as identities on the Privado ID Web Wallet and the Privado ID Wallet App are associated to this chain. This configuration ensures issuance of credentials to these identities.
privado:
main:
contractAddress: 0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896
networkURL: https://rpc-mainnet.privado.id # Switch to dedicated rpc url as this public one might be rate limited
defaultGasLimit: 600000
confirmationTimeout: 10s
confirmationBlockCount: 5
receiptTimeout: 600s
minGasPrice: 0
maxGasPrice: 1000000
rpcResponseTimeout: 5s
waitReceiptCycleTime: 30s
waitBlockCycleTime: 30s
gasLess: false
rhsSettings:
mode: None
contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
rhsUrl: https://rhs-staging.polygonid.me
chainID: 21000
publishingKey: pbkey
polygon:
# main:
# contractAddress: 0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D
# networkURL: <your-rpc-url>
# defaultGasLimit: 600000
# confirmationTimeout: 10s
# confirmationBlockCount: 5
# receiptTimeout: 600s
# minGasPrice: 0
# maxGasPrice: 1000000
# rpcResponseTimeout: 5s
# waitReceiptCycleTime: 30s
# waitBlockCycleTime: 30s
# gasLess: false
# rhsSettings:
# mode: None
# contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
# rhsUrl: https://rhs-staging.polygonid.me
# chainID: 137
# publishingKey: pbkey
amoy:
contractAddress: 0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124
networkURL: https://rpc-amoy.polygon.technology # Switch to dedicated rpc url as this public one might be rate limited
defaultGasLimit: 600000
confirmationTimeout: 10s
confirmationBlockCount: 5
receiptTimeout: 600s
minGasPrice: 0
maxGasPrice: 1000000
rpcResponseTimeout: 5s
waitReceiptCycleTime: 30s
waitBlockCycleTime: 30s
gasLess: false
rhsSettings:
mode: None
contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
rhsUrl: https://rhs-staging.polygonid.me
chainID: 80002
publishingKey: pbkey
zkevm:
contractAddress: 0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896
networkURL: https://zkevm-rpc.com # Switch to dedicated rpc url as this public one might be rate limited
defaultGasLimit: 600000
confirmationTimeout: 10s
confirmationBlockCount: 5
receiptTimeout: 600s
minGasPrice: 0
maxGasPrice: 1000000
rpcResponseTimeout: 5s
waitReceiptCycleTime: 30s
waitBlockCycleTime: 30s
gasLess: false
rhsSettings:
mode: None
contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
rhsUrl: https://rhs-staging.polygonid.me
chainID: 1101
publishingKey: pbkey
cardona:
contractAddress: 0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896
networkURL: https://etherscan.cardona.zkevm-rpc.com # Switch to dedicated rpc url as this public one might be rate limited
defaultGasLimit: 600000
confirmationTimeout: 10s
confirmationBlockCount: 5
receiptTimeout: 600s
minGasPrice: 0
maxGasPrice: 1000000
rpcResponseTimeout: 5s
waitReceiptCycleTime: 30s
waitBlockCycleTime: 30s
gasLess: false
rhsSettings:
mode: None
contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
rhsUrl: https://rhs-staging.polygonid.me
chainID: 2442
publishingKey: pbkey
# ethereum:
# main:
# contractAddress: 0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896
# networkURL: <your-rpc-url>
# defaultGasLimit: 600000
# confirmationTimeout: 10s
# confirmationBlockCount: 5
# receiptTimeout: 600s
# minGasPrice: 0
# maxGasPrice: 1000000
# rpcResponseTimeout: 5s
# waitReceiptCycleTime: 30s
# waitBlockCycleTime: 30s
# gasLess: false
# rhsSettings:
# mode: None
# contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
# rhsUrl: https://rhs-staging.polygonid.me
# chainID: 1
# publishingKey: pbkey
# sepolia:
# contractAddress: 0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896
# networkURL: <your-rpc-url>
# defaultGasLimit: 600000
# confirmationTimeout: 10s
# confirmationBlockCount: 5
# receiptTimeout: 600s
# minGasPrice: 0
# maxGasPrice: 1000000
# rpcResponseTimeout: 5s
# waitReceiptCycleTime: 30s
# waitBlockCycleTime: 30s
# gasLess: false
# rhsSettings:
# mode: None
# contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
# rhsUrl: https://rhs-staging.polygonid.me
# chainID: 11155111
# publishingKey: pbkey
# linea:
# main:
# contractAddress: 0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896
# networkURL: <your-rpc-url>
# defaultGasLimit: 600000
# confirmationTimeout: 10s
# confirmationBlockCount: 5
# receiptTimeout: 600s
# minGasPrice: 0
# maxGasPrice: 1000000
# rpcResponseTimeout: 5s
# waitReceiptCycleTime: 30s
# waitBlockCycleTime: 30s
# gasLess: false
# rhsSettings:
# mode: None
# contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
# rhsUrl: https://rhs-staging.polygonid.me
# chainID: 59144
# publishingKey: pbkey
# sepolia:
# contractAddress: 0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896
# networkURL: <your-rpc-url>
# defaultGasLimit: 600000
# confirmationTimeout: 10s
# confirmationBlockCount: 5
# receiptTimeout: 600s
# minGasPrice: 0
# maxGasPrice: 1000000
# rpcResponseTimeout: 5s
# waitReceiptCycleTime: 30s
# waitBlockCycleTime: 30s
# gasLess: false
# rhsSettings:
# mode: None
# contractAddress: 0x7dF78ED37d0B39Ffb6d4D527Bb1865Bf85B60f81
# rhsUrl: https://rhs-staging.polygonid.me
# chainID: 59141
# publishingKey: pbkey
#customBlockchain:
# customNetwork:
# contractAddress: { replace with state contract }
# networkURL: { replace with custom RPC }
# chainID: { replace with chain ID }
# networkFlag: { replace with network flag, e.g 0b0011_0001 }
# method: iden3
# defaultGasLimit: 600000
# confirmationTimeout: 10s
# confirmationBlockCount: 5
# receiptTimeout: 600s
# minGasPrice: 0
# maxGasPrice: 1000000
# rpcResponseTimeout: 5s
# waitReceiptCycleTime: 30s
# waitBlockCycleTime: 30s
# gasLess: false
# rhsSettings:
# mode: { None | OffChain | OnChain | All}
# contractAddress: 0xbEeB6bB53504E8C872023451fd0D23BeF01d320B
# rhsUrl: https://rhs-staging.polygonid.me
# chainID: 137
# publishingKey: pbkey