From ca243bf0e40b5e3937a1c4c786f3b2f9c24d93ad Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Sun, 3 Apr 2022 19:40:01 +0530 Subject: [PATCH] Update lib.js Adding default cryptocoin as FLO --- lib.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.js b/lib.js index 8d53321..e718943 100644 --- a/lib.js +++ b/lib.js @@ -4,7 +4,7 @@ * All credits for these codes belong to their respective creators, moderators and owners. * For more info (including license and terms of use), please visit respective source. */ - GLOBAL.cryptocoin = floGlobals.blockchain; + GLOBAL.cryptocoin = floGlobals.blockchain || 'FLO'; //Crypto.js (function() { @@ -6784,4 +6784,4 @@ })(); -})(typeof global !== "undefined" ? global : window); \ No newline at end of file +})(typeof global !== "undefined" ? global : window);