forked from trustwallet/blockatlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configmock.yml
199 lines (150 loc) · 4.65 KB
/
configmock.yml
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# Gin is the web framework
gin:
mode: release
# If all - run all platforms in one binary. You can pick specific coin handle to run binary only with specific coin
# Example: ethereum
# You can see all the coin handles at coins/coins.yml file
platform: all
# The transaction watcher
observer:
# Block polling interval
block_poll:
min: 3s
max: 30s
max_blocks: 15
rabbitmq:
uri: amqp://rabbit:5672
consumer:
prefetch_count: 10
postgres:
uri: postgresql://user:pass@localhost/blockatlas?sslmode=disable
read_uri: postgresql://user:pass@localhost/blockatlas?sslmode=disable
log: false
# [BNB] Binance DEX: https://wallet.binance.org
# Binance Chain: https://explorer.binance.org
binance:
api: http://localhost:3347/mock/binance-api
explorer: http://localhost:3347/mock/binance-explorer
# [NIM] Nimiq: https://nimiq.com
nimiq:
api: http://localhost:3347/mock/nimiq-rpc
# [XRP] Ripple: https://ripple.com
ripple:
api: http://localhost:3347/mock/ripple-api
# [XLM] Stellar Lumen: https://www.stellar.org
stellar:
api: http://localhost:3347/mock/stellar-api
# [KIN] Kin: https://www.kin.org
kin:
api: http://localhost:3347/mock/kin-api
# [XTZ] Tezos: https://tezos.com
tezos:
api: http://localhost:3347/mock/tezos-api
rpc: https://mainnet.tezos.org.ua
# [ETH] Ethereum: https://ethereum.org
ethereum:
api: http://localhost:3347/mock/eth-api
blockbook_api: http://localhost:3347/mock/eth-blockbook-api
collections_api: http://localhost:3347/mock/opensea-api
collections_api_key: opensea_api_key
rpc: http://localhost:3347/mock/eth-rpc
# [ETC] Ethereum Classic: https://ethereumclassic.org (Trust-Ray API)
classic:
api: http://localhost:3347/mock/ethclassic-api
# [POA] POA Network: https://poa.network (Trust-Ray API)
poa:
api: http://localhost:3347/mock/poa-api
# [CLO] Callisto Network: https://callisto.network (Trust-Ray API)
callisto:
api: http://localhost:3347/mock/callisto-api
# [GO] GoChain: https://gochain.io (Trust-Ray API)
gochain:
api: http://localhost:3347/mock/gochain-api
# [WAN] Wanchain: https://wanchain.org (Trust-Ray API)
# wanchain:
# api: https://localhost:4567
# [TOMO] TomoChain: https://tomochain.com (Trust-Ray API)
tomochain:
api: http://localhost:3347/mock/tomochain-api
# [TT] ThunderCore: https://www.thundercore.com (Trust-Ray API)
thundertoken:
api: http://localhost:3347/mock/thundertoken-api
# [AION] Aion: https://aion.network
aion:
api: http://localhost:3347/mock/aion-api
# [ICX] ICON: https://icon.foundation
icon:
api: http://localhost:3347/mock/icon-api
# [TRX] Tron: https://tron.network/
tron:
api: http://localhost:3347/mock/tron-api
# [VET] VeChain: https://www.vechain.org
vechain:
api: http://localhost:3347/mock/vechain-api
# [THETA] THETA: https://www.thetatoken.org/
theta:
api: http://localhost:3347/mock/theta-api
# [ATOM] Cosmos: https://cosmos.network/
cosmos:
api: http://localhost:3347/mock/cosmos-api
# [ONTOLOGY] ONT: https://ont.io/
ontology:
api: http://localhost:3347/mock/ontology-api
# [ZIL] Zilliqa: https://zilliqa.com
zilliqa:
api: http://localhost:3347/mock/zilliqa-api
# key: YOUR_API_KEY
rpc: https://api.zilliqa.com
#[IoTeX] IoTeX: https://iotex.io
iotex:
api: http://localhost:3347/mock/iotex-api
# [WAVES] Waves: http://wavesplatform.com
waves:
api: http://localhost:3347/mock/waves-api
# [AE] Aeternity: https://aeternity.com
aeternity:
api: http://localhost:3347/mock/aeternity-api
# [NAS] Nebulas: https://nebulas.io
nebulas:
api: http://localhost:3347/mock/nebulas-api
fio:
api: http://localhost:3347/mock/fio-api
# [BTC] Bitcoin: https://bitcoin.org/ (Blockbook API https://github.com/trezor/blockbook)
bitcoin:
api: http://localhost:3347/mock/bitcoin-api
litecoin:
api: http://localhost:3347/mock/litecoin-api
bitcoincash:
api: http://localhost:3347/mock/bitcoincash-api
doge:
api: http://localhost:3347/mock/doge-api
dash:
api: http://localhost:3347/mock/dash-api
zcoin:
api: http://localhost:3347/mock/zcoin-api
zcash:
api: http://localhost:3347/mock/zcash-api
zelcash:
api: http://localhost:3347/mock/zelcash-api
viacoin:
api: http://localhost:3347/mock/viacoin-api
qtum:
api: http://localhost:3347/mock/qtum-api
groestlcoin:
api: http://localhost:3347/mock/groestlcoin-api
ravencoin:
api: http://localhost:3347/mock/ravencoin-api
decred:
api: http://localhost:3347/mock/decred-api
algorand:
api: http://localhost:3347/mock/algorand-api
nano:
api: http://localhost:3347/mock/nano-api
digibyte:
api: http://localhost:3347/mock/digibyte-api
harmony:
api: http://localhost:3347/mock/harmony-api
kava:
api: http://localhost:3347/mock/kava-api
kusama:
api: http://localhost:3347/mock/kusama-rpc