-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbot-config.json
More file actions
24 lines (24 loc) · 846 Bytes
/
bot-config.json
File metadata and controls
24 lines (24 loc) · 846 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
{
"developerAbbreviation": "AK",
"payableFunctionEtherValue": 3,
"totalUsdTransferThreshold": 9000,
"defaultAnomalyScore": {
"1": 0.0002
},
"maliciousContractMLBotId": "0x9aaa5cd64000e8ba4fa2718a467b90055b70815d60351914cc1cbe89fe1c404c",
"tornadoCashContractBotId": "0x457aa09ca38d60410c8ffa1761f535f23959195a56c9b82e0207801e86b34d99",
"aztecContractBotId": "0x127e62dffbe1a9fa47448c29c3ef4e34f515745cb5df4d9324c2a0adae59eeef",
"flashloanContractBotId": "0xda967b32461c6cd3280a49e8b5ff5b7486dbd130f3a603089ed4a6e3b03070e2",
"totalTokensThresholdsByChain": {
"1": {
"0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85": {
"name": "ENS",
"threshold": 10
},
"0x495f947276749Ce646f68AC8c248420045cb7b5e": {
"name": "OpenSea Shared Storefront",
"threshold": 10
}
}
}
}