-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewm_usd_v3_config.yml
110 lines (94 loc) · 3.37 KB
/
newm_usd_v3_config.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
include: dynamic_config.yml
Node:
mnemonic: <%= @mnemonic_newm_usd %>
oracle_curr: f155a26044efe91b3c44f87a7536d2d631c847717930ff547ae9d05c
oracle_address: addr1wy32q7067yt9c2em8kx5us4vhxzv4xve24u6j8ptlc5mzqcahrwzt
c3_token_hash: 8e51398904a5d3fc129fbf4f1589701de23c7824d5c90fdb9490e15a
c3_token_name: CHARLI3
c3_oracle_nft_hash: e2ee3c439d71d22a77ccf019953459368b4d35e6184c115d67e1c735
c3_oracle_nft_name: OracleFeed
c3_oracle_rate_address: addr1wxhsunv3398mrx39wm843pyjd3p4npdp6wftcq9tt8jxvhqh5dja0
Rate:
general_base_symbol: NEWM-USD
general_quote_symbol: ADA-USD
base_currency:
dexes:
- adapter: charli3-dendrite
asset_a: 682fe60c9918842b3323c43b5144bc3d52a23bd2fb81345560d73f634e45574d
asset_b: lovelace
quote_required: true
sources:
- minswapv2
- vyfi
- wingriders
- spectrum
- sundaeswapv3
- muesliswap
api_sources:
- adapter: generic-api
asset_a: NEWM
asset_b: USD
quote_required: false
sources:
- name: bitrue
api_url: "https://openapi.bitrue.com/api/v1/ticker/price?symbol=newmusdt"
json_path: ["price"]
headers: {}
quote_currency:
api_sources:
- adapter: generic-api
asset_a: ADA
asset_b: USDT
sources:
- name: xt
api_url: "https://sapi.xt.com/v4/public/ticker?symbol=ada_usdt"
json_path: ["result", 0, "c"]
headers: {}
- name: gate
api_url: "https://api.gateio.ws/api2/1/ticker/ada_usdt"
json_path: ["last"]
headers: {}
- name: crypto
api_url: "https://api.crypto.com/v2/public/get-ticker?instrument_name=ADA_USDT"
json_path: ["result", "data", 0, "a"]
headers: {}
- name: huobi
api_url: "https://api.huobi.pro/market/trade?symbol=adausdt"
json_path: ["tick", "data", 0, "price"]
headers: {}
- adapter: generic-api
asset_a: ADA
asset_b: USD
sources:
- name: coinbase
api_url: "https://api.exchange.coinbase.com/products/ADA-USD/ticker/"
json_path: ["price"]
headers: {}
- name: kraken
api_url: "https://api.kraken.com/0/public/Ticker?pair=ADAUSD"
json_path: ["result", "ADAUSD", "o"]
headers: {}
- name: btse
api_url: "https://api.btse.com/spot/api/v3.2/price?symbol=ADA-USD"
json_path: [0, "lastPrice"]
headers: {}
- name: bitfinex
api_url: "https://api.bitfinex.com/v2/ticker/tADAUSD"
json_path: [6]
headers: {}
- adapter: generic-api
asset_a: ADA
asset_b: USDC
sources:
- name: bitget
api_url: "https://api.bitget.com/api/spot/v1/market/ticker?symbol=ADAUSDC_SPBL"
json_path: ["data", "close"]
headers: {}
- name: kucoin
api_url: "https://api.kucoin.com/api/v1/market/orderbook/level1?symbol=ADA-USDC"
json_path: ["data", "price"]
headers: {}
- name: okx
api_url: "https://www.okx.com/api/v5/market/ticker?instId=ADA-USDC"
json_path: ["data", 0, "last"]
headers: {}