-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathmlc_config.json
More file actions
34 lines (34 loc) · 887 Bytes
/
Copy pathmlc_config.json
File metadata and controls
34 lines (34 loc) · 887 Bytes
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
{
"ignorePatterns": [
{
"pattern": "^/"
},
{
"pattern": "^https?://localhost(:[0-9]+)?(/.*)?$"
},
{
"pattern": "^https://rpc\\.your-chain\\.com$"
},
{
"pattern": "^https://docs\\.celestia\\.org/(how-to-guides|learn|tutorials)/"
},
{
"pattern": "^https://faucet\\.celestia-arabica\\.com/?$"
},
{
"pattern": "^https://github\\.com/evstack/ev-node/blob/main/specs/src/adr/adr-022-validator-network\\.md$"
},
{
"pattern": "^https://github\\.com/ignite/apps/blob/main/evolve/template/init\\.go#L48-L60$"
},
{
"pattern": "^https://github\\.com/libp2p/go-libp2p$"
},
{
"pattern": "^https://docs\\.cosmos\\.network/main"
},
{
"pattern": "^https://medium\\.com/zeeve/exploring-data-availability-layer-and-its-importance-in-rollups-0a4fbf2e0ffc$"
}
]
}