mirror of
https://github.com/alexgo-io/redstone-node.git
synced 2026-05-15 01:13:19 +08:00
17 lines
253 B
JSON
17 lines
253 B
JSON
{
|
|
"interval": 10000,
|
|
"priceAggregator": "median",
|
|
"defaultSource": [
|
|
"binance",
|
|
"currencycom",
|
|
"coingecko"
|
|
],
|
|
"sourceTimeout": 8000,
|
|
"maxPriceDeviationPercent": 25,
|
|
"tokens": {
|
|
"BTC": {},
|
|
"ETH": {},
|
|
"BNB": {}
|
|
}
|
|
}
|