-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathresolvers_settings_sample.yaml
64 lines (62 loc) · 1.89 KB
/
resolvers_settings_sample.yaml
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
polygon:
amoy:
contractAddress: 0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124
networkURL: https://polygon-mumbai.g.alchemy.com/v2/x
defaultGasLimit: 600000
confirmationTimeout: 10s
confirmationBlockCount: 5
receiptTimeout: 600s
minGasPrice: 0
maxGasPrice: 1000000
rpcResponseTimeout: 5s
waitReceiptCycleTime: 30s
waitBlockCycleTime: 30s
gasLess: true
rhsSettings:
mode: None
contractAddress: 0x16A1ae4c460C0a42f0a87e69c526c61599B28BC9
rhsUrl: https://rhs-staging.polygonid.me
chainID: 80002
publishingKey: pbkey
main:
contractAddress: 0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D
networkURL: https://polygon-mainnet.g.alchemy.com/v2/X2
defaultGasLimit: 600000
confirmationTimeout: 10s
confirmationBlockCount: 5
receiptTimeout: 600s
minGasPrice: 0
maxGasPrice: 1000000
rpcResponseTimeout: 5s
waitReceiptCycleTime: 30s
waitBlockCycleTime: 30s
gasLess: false
rhsSettings:
mode: None
contractAddress: 0xbEeB6bB53504E8C872023451fd0D23BeF01d320B
rhsUrl: https://rhs-staging.polygonid.me
chainID: 137
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