2017-06-19 00:56:11 +00:00
|
|
|
export default {
|
2017-07-04 00:08:35 +00:00
|
|
|
serverURL: 'https://bity.myetherapi.com',
|
2017-06-19 05:39:07 +00:00
|
|
|
bityAPI: 'https://bity.com/api',
|
|
|
|
decimals: 6,
|
|
|
|
ethExplorer: 'https://etherscan.io/tx/[[txHash]]',
|
|
|
|
btcExplorer: 'https://blockchain.info/tx/[[txHash]]',
|
|
|
|
validStatus: ['RCVE', 'FILL', 'CONF', 'EXEC'],
|
|
|
|
invalidStatus: ['CANC'],
|
|
|
|
mainPairs: ['REP', 'ETH'],
|
|
|
|
min: 0.01,
|
|
|
|
max: 3,
|
|
|
|
priceLoaded: false,
|
|
|
|
postConfig: {
|
|
|
|
headers: {
|
|
|
|
'Content-Type': 'application/json; charse:UTF-8'
|
2017-06-19 00:56:11 +00:00
|
|
|
}
|
2017-06-19 05:39:07 +00:00
|
|
|
}
|
|
|
|
};
|