-
Notifications
You must be signed in to change notification settings - Fork 182
/
_config.unocoin.testnet.yml
executable file
·72 lines (59 loc) · 3.82 KB
/
_config.unocoin.testnet.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
# Site settings
#url: "https://testnet.bitinvest.exchange"
url: "//localhost:4000"
author: "BlinkTrade"
baseurl: ""
deploy_version: "HEAD"
exchange: "unocoin"
exchange_logo: "unocoin"
exchange_toolbar_logo: "unocoin"
custom_css: "aqua"
default_country_code: "BR"
blinktrade_broker_id: 4 # 4 is the id for the demo backend. Don't change that if you don't understand what you doing.
required_level_to_be_a_pro_trader: 0
blinktrade_backend_api: "api_testnet.blinktrade.com"
google_analytics_id: "UA-57478613-1"
zopim_key: "2ZQbAVSILzBFbO31Z6EletdDQaW7H9xj"
# Build settings
markdown: kramdown
remittance_box: "{
'BRL':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['Dólar Bitcoin', 'BRL', 'BLINK_BTCBRL_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCBRL_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ],
['Dólar Turismo', 'BRL', 'UOL_USDBRT_BEST_BID / 100000000', 'UOL_USDBRT_BEST_ASK / 100000000' ] ],
'USD':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['BitStampUSD', 'USD', 'BITSTAMP_BTCUSD_BEST_BID / 100000000', 'BITSTAMP_BTCUSD_BEST_ASK / 100000000' ],
['KrakenUSD', 'USD', 'KRAKEN_BTCUSD_BEST_BID / 100000000', 'KRAKEN_BTCUSD_BEST_ASK / 100000000' ],
['itBitUSD', 'USD', 'ITBIT_BTCUSD_BEST_BID / 100000000', 'ITBIT_BTCUSD_BEST_ASK / 100000000' ] ],
'VEF':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> VEF', 'VEF', 'BLINK_BTCVEF_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCVEF_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ] ,
['BRL -> BTC -> VEF', 'VEF', 'BLINK_BTCVEF_BEST_BID / BLINK_BTCBRL_BEST_ASK', 'BLINK_BTCVEF_BEST_ASK / BLINK_BTCBRL_BEST_BID' ],
['VEF -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BLINK_BTCVEF_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BLINK_BTCVEF_BEST_BID' ] ],
'CLP':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ] ,
['BRL -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BLINK_BTCBRL_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BLINK_BTCBRL_BEST_BID' ] ,
['VEF -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BLINK_BTCVEF_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BLINK_BTCVEF_BEST_BID' ] ],
'VND':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> VND', 'VND', 'BLINK_BTCVND_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCPKR_BEST_ASK / BITFINEX_BTCVND_BEST_BID' ] ],
'PKR':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> PKR', 'PKR', 'BLINK_BTCPKR_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCPKR_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ] ]
}"
symbol: "BTCBRL"
languages: ["en_US"]
# languages: ["en_US"]
navbar: 'navbar-default'
phrases: [phrase1, phrase2, phrase3]
exclude: [ "jsdev", "LICENSE", "README.md", "config.rb", "deploy.sh", "build_javascript.sh", "node_modules", "gulpfile.js", "themes/ander" ]
source: .
destination: ./_site
plugins: ./_plugins
paginate: 5
paginate_path: "post/page:num"
permalink: /post/:title/
chart: https://www.unocoin.com/charts
facebook: https://www.facebook.com/unocoin
twitter: https://twitter.com/unocoin
gplus: https://plus.google.com/+Unocoin
youtube: https://www.youtube.com/channel/UCxTztdOn_HjYhMGiT8su6Bg
sass:
sass_dir: assets/themes/coinage/sass
style: :compressed