-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.example.json
More file actions
29 lines (29 loc) · 892 Bytes
/
Copy pathconfig.example.json
File metadata and controls
29 lines (29 loc) · 892 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
{
"_comment": "⚠️ IMPORTANT: Replace the network_url below with your dedicated RPC endpoint!",
"_comment_rpc": "Get a free RPC from: Helius (helius.dev), QuickNode (quicknode.com), or Triton (triton.one)",
"network_url": "YOUR_DEDICATED_RPC_URL_HERE",
"wallets": [
"CvQk2xkXtiMj2JqqVx1YZkeSqQ7jyQkNqqjeNE1jPTfc",
"FjmRj8y9xfDaj5Aygq88t5jAFbpxrbZ16JNPPG1sx9FQ",
"6AwqhVU5rx3sMovgCwc5KE1prBZaZZJSGgYSKmX8qg31"
],
"scan_interval": "1m",
"alerts": {
"minimum_balance": 1000,
"significant_change": 0.20,
"ignore_tokens": []
},
"discord": {
"enabled": false,
"webhook_url": "",
"channel_id": ""
},
"scan": {
"scan_mode": "all",
"include_tokens": [
"TokenAddressHere",
"AnotherTokenAddress"
],
"exclude_tokens": []
}
}