-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
105 lines (98 loc) · 1.97 KB
/
config.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
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
103
104
105
Name: crosschain
Port: 7003
Timeout: 600000
Log:
Encoding: plain
Level: info
Mode: console
# for collector & matcher
LogLvl: info
Database:
DataSource: your data base
Proxy:
- http://127.0.0.1:7890
BatchSize: 10000
Pprof: 16060
EtherscanRateLimit: 5
ChainbaseApiKey: your own chainbase apiKay
ChainbaseLimit: 15
LocalEthUrl: Local Ethereum node
AmlApiKey: you can apply for your own AML API key from https://metasleuth.io/api-service
ReplayToken: you can apply for your own replay token from https://blocksec.com/fork
Projects:
- Anyspwap
- Across
- CBridge
- WormHole
- Stargate
- Synapse
- PolyNetwork
- Hop
- ArbitrumBridge
- OptimismGateway
- AvalancheBridge
GetBlockHttp:
eth:
- you need to apply for your own API key from GetBlock
bsc:
arbitrum:
polygon:
fantom:
GetBlockWs:
bsc:
AlchemyHttp:
eth:
- you need to apply for your own API key from Alchemy
polygon:
arbitrum:
optimism:
InfuraHttp:
eth:
- you need to apply for your own API key from Infura
polygon:
optimism:
arbitrum:
avalanche:
ChainProviders:
eth:
Node:
ScanUrl: https://api.etherscan.io/
ApiKeys:
ChainbaseTable: ethereum
EnableTraceCall: true
bsc:
Node:
ScanUrl: https://api.bscscan.com/
ApiKeys:
ChainbaseTable: bsc
EnableTraceCall: true
polygon:
Node:
ScanUrl: https://api.polygonscan.com/
ApiKeys:
ChainbaseTable: polygon
EnableTraceCall: true
arbitrum-nova:
Node: https://nova.arbitrum.io/rpc
ScanUrl: https://api-nova.arbiscan.io/
ApiKeys:
avalanche:
Node:
ScanUrl: https://api.snowtrace.io/
ApiKeys:
ChainbaseTable: avalanche
fantom:
Node:
ScanUrl: https://api.ftmscan.com/
ApiKeys:
ChainbaseTable: fantom
arbitrum:
Node:
ScanUrl: https://api.arbiscan.io/
ApiKeys:
ChainbaseTable: arbitrum
optimism:
Node:
ScanUrl: https://api-optimistic.etherscan.io/
ApiKeys:
ChainbaseTable: optimism