@fileverse-dev/formulajs 4.4.11-mod-22-patch-4 → 4.4.11-mod-22-patch-5
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.
- package/lib/browser/formula.js +2 -2
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +1 -1
- package/lib/esm/crypto-constants.mjs +1 -1
- package/lib/esm/index.mjs +1 -1
- package/package.json +1 -1
- package/types/cjs/index.d.cts +1 -1
- package/types/esm/index.d.mts +1 -1
package/lib/cjs/index.cjs
CHANGED
|
@@ -13120,7 +13120,7 @@ if(!timestamp || !chain || !apiKey) return
|
|
|
13120
13120
|
|
|
13121
13121
|
};
|
|
13122
13122
|
|
|
13123
|
-
async function BLOCKSCOUT(address, type, chain,
|
|
13123
|
+
async function BLOCKSCOUT(address, type, chain, startTimestamp, endTimestamp, page, offset) {
|
|
13124
13124
|
if (!chain) {
|
|
13125
13125
|
chain = 'ethereum';
|
|
13126
13126
|
}
|
|
@@ -32,7 +32,7 @@ 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: "#
|
|
35
|
+
BRAND_COLOR: "#f8f8fd",
|
|
36
36
|
BRAND_SECONDARY_COLOR: "#5353D3",
|
|
37
37
|
n: "BLOCKSCOUT",
|
|
38
38
|
t: 20,
|
package/lib/esm/index.mjs
CHANGED
|
@@ -13118,7 +13118,7 @@ if(!timestamp || !chain || !apiKey) return
|
|
|
13118
13118
|
|
|
13119
13119
|
};
|
|
13120
13120
|
|
|
13121
|
-
async function BLOCKSCOUT(address, type, chain,
|
|
13121
|
+
async function BLOCKSCOUT(address, type, chain, startTimestamp, endTimestamp, page, offset) {
|
|
13122
13122
|
if (!chain) {
|
|
13123
13123
|
chain = 'ethereum';
|
|
13124
13124
|
}
|
package/package.json
CHANGED
package/types/cjs/index.d.cts
CHANGED
|
@@ -419,7 +419,7 @@ export function BITRSHIFT(number: any, shift_amount: any): number | Error;
|
|
|
419
419
|
* @returns
|
|
420
420
|
*/
|
|
421
421
|
export function BITXOR(number1: any, number2: any): number | Error;
|
|
422
|
-
export function BLOCKSCOUT(address: any, type: any, chain: any,
|
|
422
|
+
export function BLOCKSCOUT(address: any, type: any, chain: any, startTimestamp: any, endTimestamp: any, page: any, offset: any): Promise<any>;
|
|
423
423
|
/**
|
|
424
424
|
* Rounds a number to the nearest integer or to the nearest multiple of significance.
|
|
425
425
|
*
|
package/types/esm/index.d.mts
CHANGED
|
@@ -419,7 +419,7 @@ export function BITRSHIFT(number: any, shift_amount: any): number | Error;
|
|
|
419
419
|
* @returns
|
|
420
420
|
*/
|
|
421
421
|
export function BITXOR(number1: any, number2: any): number | Error;
|
|
422
|
-
export function BLOCKSCOUT(address: any, type: any, chain: any,
|
|
422
|
+
export function BLOCKSCOUT(address: any, type: any, chain: any, startTimestamp: any, endTimestamp: any, page: any, offset: any): Promise<any>;
|
|
423
423
|
/**
|
|
424
424
|
* Rounds a number to the nearest integer or to the nearest multiple of significance.
|
|
425
425
|
*
|