@fileverse-dev/formulajs 4.4.11-mod-22-patch-1 → 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.",
|
|
@@ -212,7 +212,7 @@ var FUNCTION_LOCALE = [
|
|
|
212
212
|
]
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
API_KEY: SERVICE_API_KEY.
|
|
215
|
+
API_KEY: SERVICE_API_KEY.Safe,
|
|
216
216
|
LOGO: "https://safe-transaction-mainnet.safe.global/static/safe/favicon.png",
|
|
217
217
|
BRAND_COLOR: "#ebf9f3",
|
|
218
218
|
BRAND_SECONDARY_COLOR: "#00B460",
|
package/package.json
CHANGED