@fileverse-dev/formulajs 4.4.11-mod-56 → 4.4.11-mod-58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ var SERVICE_API_KEY = {
45
45
  var FUNCTION_LOCALE = [
46
46
  {
47
47
  API_KEY: SERVICE_API_KEY.Etherscan,
48
- LOGO: "https://etherscan.io/images/favicon3.ico",
48
+ LOGO: "https://raw.githubusercontent.com/ethereum/ethereum-org/master/dist/favicon.ico",
49
49
  BRAND_COLOR: "#F6F7F8",
50
50
  BRAND_SECONDARY_COLOR: "#21325B",
51
51
  n: "EOA",
@@ -538,7 +538,8 @@ If "derivatives": exchange name (e.g., "binance_futures").`,
538
538
  },
539
539
  {
540
540
  API_KEY: SERVICE_API_KEY.Firefly,
541
- LOGO: "https://firefly.social/android-chrome-192x192.png",
541
+ LOGO: "https://tse3.mm.bing.net/th?id=OIP.1TANdvYNcEadCk6CO1bCcgAAAA&r=0&w=440&h=440&c=7",
542
+ SECONDARY_LOGO: "https://firefly.social/android-chrome-192x192.png",
542
543
  BRAND_COLOR: "#f8f5fc",
543
544
  BRAND_SECONDARY_COLOR: "#855dcd",
544
545
  n: "LENS",
@@ -578,7 +579,8 @@ If "derivatives": exchange name (e.g., "binance_futures").`,
578
579
  },
579
580
  {
580
581
  API_KEY: SERVICE_API_KEY.Firefly,
581
- LOGO: "https://firefly.social/android-chrome-192x192.png",
582
+ LOGO: "https://farcaster.xyz/favicon.ico",
583
+ SECONDARY_LOGO: "https://firefly.social/android-chrome-192x192.png",
582
584
  BRAND_COLOR: "#f8f5fc",
583
585
  BRAND_SECONDARY_COLOR: "#855dcd",
584
586
  n: "FARCASTER",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-56",
3
+ "version": "4.4.11-mod-58",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {