-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.toml
102 lines (100 loc) · 1.49 KB
/
example.config.toml
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
## place in ~/.config/nodeman/config
### Github PAT ex:
#pat = "ghp_n8Jv8sTTkdsameMmlC2d8Enfnskklp3oeckK"
### list all the github repos owner/repo you want to track.
#[[repos]]
#Owner = "cardano-foundation"
#Repo = "cardano-graphql"
#
#[[repos]]
#Owner = "ava-labs"
#Repo = "avalanchego"
#
#[[repos]]
#Owner = "bitcoin"
#Repo = "bitcoin"
#
#[[repos]]
#Owner = "input-output-hk"
#Repo = "cardano-node"
#
#[[repos]]
#Owner = "cosmos"
#Repo = "gaia"
#
#[[repos]]
#Owner = "neutron-org"
#Repo = "neutron"
#
#[[repos]]
#Owner = "dashpay"
#Repo = "dash"
#
#[[repos]]
#Owner = "ethereum"
#Repo = "go-ethereum"
#
#[[repos]]
#Owner = "paritytech"
#Repo = "polkadot-sdk"
#
#[[repos]]
#Owner = "paritytech"
#Repo = "substrate-api-sidecar"
#
#[[repos]]
#Owner = "ConsenSys"
#Repo = "teku"
#
#[[repos]]
#Owner = "flashbots"
#Repo = "mev-boost"
#
#[[repos]]
#Owner = "KILTprotocol"
#Repo = "kilt-node"
#
#[[repos]]
#Owner = "litecoin-project"
#Repo = "litecoin"
#
#[[repos]]
#Owner = "sigp"
#Repo = "lighthouse"
#
#[[repos]]
#Owner = "bitcoin-cash-node"
#Repo = "bitcoin-cash-node"
#
#[[repos]]
#Owner = "thetatoken"
#Repo = "theta-protocol-ledger"
#
#[[repos]]
#Owner = "PureStake"
#Repo = "moonbeam"
#
#[[repos]]
#Owner = "centrifuge"
#Repo = "centrifuge-chain"
#
#[[repos]]
#Owner = "near"
#Repo = "nearcore"
#
#[[repos]]
#Owner = "vechain"
#Repo = "thor"
#
#[[repos]]
#Owner = "Stride-Labs"
#Repo = "stride"
#
#[[repos]]
#Owner = "celestiaorg"
#Repo = "celestia-node"
#
#[[repos]]
#Owner = "celestiaorg"
#Repo = "celestia-app"
#