Adding application name in floGlobals

This commit is contained in:
sairajzero 2022-01-14 04:15:21 +05:30
parent 0ba0f10245
commit c32833e625
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ const floGlobals = {
FLO: ['https://livenet.flocha.in/', 'https://flosight.duckdns.org/'],
FLO_TEST: ['https://testnet-flosight.duckdns.org', 'https://testnet.flocha.in/']
},
application: "exchange",
adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf",
sendAmt: 0.001,
fee: 0.0005,

View File

@ -1,3 +1,4 @@
'use strict';
const config = require('../args/app-config.json');
global.floGlobals = require('../public/floGlobals');
require('./set_globals');