@fileverse-dev/formulajs 4.4.11-mod-22-patch-2 → 4.4.11-mod-22-patch-3
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.
|
@@ -32,8 +32,8 @@ var SERVICE_API_KEY = {
|
|
|
32
32
|
var FUNCTION_LOCALE = [
|
|
33
33
|
{
|
|
34
34
|
LOGO: "https://cdn.prod.website-files.com/65f94dfd53db8b337c808067/68485baa72714ae58f350ce2_bs-logo.png",
|
|
35
|
-
BRAND_COLOR: "#
|
|
36
|
-
BRAND_SECONDARY_COLOR: "#
|
|
35
|
+
BRAND_COLOR: "#2ABEFE",
|
|
36
|
+
BRAND_SECONDARY_COLOR: "#5353D3",
|
|
37
37
|
n: "BLOCKSCOUT",
|
|
38
38
|
t: 20,
|
|
39
39
|
d: "Returns the onchain information about an address on a provided blockchain. By default on Ethereum mainnet.",
|
package/package.json
CHANGED