@xandeum/web3.js 1.3.2 → 1.3.4
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/dist/helpers.d.ts +1 -1
- package/dist/helpers.js +1 -1
- package/package.json +1 -1
- package/src/helpers.ts +1 -1
package/dist/helpers.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare const PULSE_DURATION_SECONDS = 15;
|
|
|
10
10
|
/**
|
|
11
11
|
* Number of pulses in one yuga
|
|
12
12
|
*/
|
|
13
|
-
export declare const PULSES_PER_YUGA =
|
|
13
|
+
export declare const PULSES_PER_YUGA = 100;
|
|
14
14
|
/**
|
|
15
15
|
* Duration of one yuga in seconds (16384 * 15 = 245,760 seconds ≈ 2.84 days)
|
|
16
16
|
*/
|
package/dist/helpers.js
CHANGED
package/package.json
CHANGED
package/src/helpers.ts
CHANGED