-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.sample.js
41 lines (40 loc) · 1.09 KB
/
config.sample.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
/* eslint max-len: ["error", { "ignoreStrings": true }] */
module.exports = {
referrerUserId: '',
registarUserId: '',
notiferUserId: '',
serviceUserMemoKey: '',
referrerPercent: 5000,
serviceUserBrainkey: '',
bitsharesNodes: [
'wss://bitshares.openledger.info/ws',
'wss://eu.openledger.info/ws',
'wss://bit.btsabc.org/ws',
'wss://bts.ai.la/ws',
'wss://bitshares.apasia.tech/ws',
'wss://japan.bitshares.apasia.tech/ws',
'wss://bitshares.dacplay.org/ws',
'wss://bitshares-api.wancloud.io/ws',
'wss://openledger.hk/ws',
'wss://bitshares.crypto.fans/ws',
'wss://ws.gdex.top',
'wss://dex.rnglab.org',
'wss://dexnode.net/ws',
'wss://kc-us-dex.xeldal.com/ws',
'wss://btsza.co.za:8091/ws',
'wss://api.bts.blckchnd.com',
'wss://eu.nodes.bitshares.ws',
'wss://us.nodes.bitshares.ws',
'wss://sg.nodes.bitshares.ws',
'wss://ws.winex.pro'
],
defaultPort: 80,
defaultAmountToSend: {
amount: 0,
assetId: '1.3.0'
},
minNameLength: 3,
maxNameLength: 60,
registrationDelayInMinutes: 5,
clearRegisrationInMinutes: 10
};