forked from TrustyFund/vuex-bitshares
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
46 lines (45 loc) · 1.98 KB
/
config.js
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
const config = {
bitsharesNodes: {
list: {
'wss://bitshares.openledger.info/ws': { location: 'Nuremberg, Germany' },
'wss://eu.openledger.info/ws': { location: 'Berlin, Germany' },
// 'wss://bit.btsabc.org/ws': { location: 'Hong Kong' },
'wss://bts.ai.la/ws': { location: 'Hong Kong' },
'wss://bitshares.apasia.tech/ws': { location: 'Bangkok, Thailand' },
'wss://japan.bitshares.apasia.tech/ws': { location: 'Tokyo, Japan' },
// 'wss://bitshares.dacplay.org/ws': { location: 'Hangzhou, China' },
'wss://bitshares-api.wancloud.io/ws': { location: 'China' },
// 'wss://openledger.hk/ws': { location: 'Hong Kong' },
'wss://bitshares.crypto.fans/ws': { location: 'Munich, Germany' },
'wss://ws.gdex.top': { location: 'China' },
'wss://dex.rnglab.org': { location: 'Netherlands' },
'wss://dexnode.net/ws': { location: 'Dallas, USA' },
'wss://kc-us-dex.xeldal.com/ws': { location: 'Kansas City, USA' },
'wss://btsza.co.za:8091/ws': { location: 'Cape Town, South Africa' },
'wss://api.bts.blckchnd.com': { location: 'Falkenstein, Germany' },
'wss://api-ru.bts.blckchnd.com': { location: 'Moscow, Russia' },
'wss://eu.nodes.bitshares.ws': {
location: 'Central Europe - BitShares Infrastructure Program'
},
'wss://us.nodes.bitshares.ws': {
location: 'U.S. West Coast - BitShares Infrastructure Program'
},
'wss://sg.nodes.bitshares.ws': { location: 'Singapore - BitShares Infrastructure Program' },
'wss://ws.winex.pro': { location: 'Singapore' }
},
defaultNode: 'wss://bitshares.openledger.info/ws'
},
defaultAssetsNames: ['USD', 'OPEN.BTC', 'OPEN.ETH', 'OPEN.DASH', 'OPEN.LTC',
'OPEN.EOS', 'OPEN.STEEM', 'BTS', 'TRUSTY', 'TWENTIX', 'NOWCOIN'],
referrer: 'trfnd',
removePrefix: 'OPEN.',
faucetUrl: 'https://faucet.trusty.fund/signup',
defaultMarkets: [
'1.3.121',
'1.3.861',
'1.3.113',
'1.3.0',
'1.3.103'
]
};
export default config;