forked from SO4-Markets/so4-oracle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokens.json
More file actions
52 lines (52 loc) · 1.67 KB
/
Copy pathtokens.json
File metadata and controls
52 lines (52 loc) · 1.67 KB
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
[
{
"symbol": "TUSDC",
"display_symbol": "USDC",
"stellar_address": "CBAN5YU3KRDKPTQ2H76D6S7HQFPRBGUD524F65BUM2RQCITPTRLKWKES",
"sources": ["fixed"],
"fixed_price": "1000000000000000000000000000000",
"min_sources": 1,
"max_deviation_bps": 50,
"stale_after_seconds": 60,
"submit_threshold_bps": 5
},
{
"symbol": "TWBTC",
"display_symbol": "BTC",
"stellar_address": "CCFTOPHUPSUDO2MB4X5D3XYJ2HRJ7NJPAW4UVPAVN7ZLE63EZLSMXDUO",
"sources": ["binance", "coinbase", "pyth"],
"binance_symbol": "BTCUSDT",
"coinbase_symbol": "BTC",
"pyth_feed_id": "e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43",
"min_sources": 1,
"max_deviation_bps": 100,
"stale_after_seconds": 60,
"submit_threshold_bps": 10
},
{
"symbol": "TETH",
"display_symbol": "ETH",
"stellar_address": "CAJ6BZKGFT47ALGMVFZZGAOXBV2RWIVYVCU4WJCQIURKRNXU346RWVAU",
"sources": ["binance", "coinbase", "pyth"],
"binance_symbol": "ETHUSDT",
"coinbase_symbol": "ETH",
"pyth_feed_id": "ff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace",
"min_sources": 1,
"max_deviation_bps": 100,
"stale_after_seconds": 60,
"submit_threshold_bps": 10
},
{
"symbol": "TXLM",
"display_symbol": "XLM",
"stellar_address": "CAHNXBBSXVMGI6G3FUBY3OTNWKQ7434FDDEEE7ZT733WIW6NUZL4ONU6",
"sources": ["binance", "coinbase", "pyth"],
"binance_symbol": "XLMUSDT",
"coinbase_symbol": "XLM",
"pyth_feed_id": "b7a8eba68a997cd0210c2e1e4ee811ad2d174b3611c22d9ebf16f4cb7e9ba850",
"min_sources": 1,
"max_deviation_bps": 150,
"stale_after_seconds": 60,
"submit_threshold_bps": 10
}
]