viem 0.0.0-main.20240130T235251 → 0.0.0-main.20240131T031329
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/_cjs/errors/version.js
CHANGED
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20240131T031329';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20240131T031329";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/_types/types/fee.d.ts
CHANGED
@@ -15,14 +15,13 @@ export type FeeHistory<TQuantity = bigint> = {
|
|
15
15
|
export type FeeValuesLegacy<TQuantity = bigint> = {
|
16
16
|
/** Base fee per gas. */
|
17
17
|
gasPrice: TQuantity;
|
18
|
-
maxFeePerBlobGas?:
|
18
|
+
maxFeePerBlobGas?: never;
|
19
19
|
maxFeePerGas?: never;
|
20
20
|
maxPriorityFeePerGas?: never;
|
21
21
|
};
|
22
22
|
export type FeeValuesEIP1559<TQuantity = bigint> = {
|
23
|
-
/** Base fee per gas. */
|
24
23
|
gasPrice?: never;
|
25
|
-
maxFeePerBlobGas?:
|
24
|
+
maxFeePerBlobGas?: never;
|
26
25
|
/** Total fee per gas in wei (gasPrice/baseFeePerGas + maxPriorityFeePerGas). */
|
27
26
|
maxFeePerGas: TQuantity;
|
28
27
|
/** Max priority fee per gas (in wei). */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fee.d.ts","sourceRoot":"","sources":["../../types/fee.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAExC,MAAM,MAAM,UAAU,CAAC,SAAS,GAAG,MAAM,IAAI;IAC3C;;;sDAGkD;IAClD,aAAa,EAAE,SAAS,EAAE,CAAA;IAC1B,oGAAoG;IACpG,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,iDAAiD;IACjD,WAAW,EAAE,SAAS,CAAA;IACtB,2IAA2I;IAC3I,MAAM,CAAC,EAAE,SAAS,EAAE,EAAE,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,eAAe,CAAC,SAAS,GAAG,MAAM,IAAI;IAChD,wBAAwB;IACxB,QAAQ,EAAE,SAAS,CAAA;IACnB,gBAAgB,CAAC,EAAE,
|
1
|
+
{"version":3,"file":"fee.d.ts","sourceRoot":"","sources":["../../types/fee.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAExC,MAAM,MAAM,UAAU,CAAC,SAAS,GAAG,MAAM,IAAI;IAC3C;;;sDAGkD;IAClD,aAAa,EAAE,SAAS,EAAE,CAAA;IAC1B,oGAAoG;IACpG,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,iDAAiD;IACjD,WAAW,EAAE,SAAS,CAAA;IACtB,2IAA2I;IAC3I,MAAM,CAAC,EAAE,SAAS,EAAE,EAAE,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,eAAe,CAAC,SAAS,GAAG,MAAM,IAAI;IAChD,wBAAwB;IACxB,QAAQ,EAAE,SAAS,CAAA;IACnB,gBAAgB,CAAC,EAAE,KAAK,CAAA;IACxB,YAAY,CAAC,EAAE,KAAK,CAAA;IACpB,oBAAoB,CAAC,EAAE,KAAK,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,gBAAgB,CAAC,SAAS,GAAG,MAAM,IAAI;IACjD,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,gBAAgB,CAAC,EAAE,KAAK,CAAA;IACxB,gFAAgF;IAChF,YAAY,EAAE,SAAS,CAAA;IACvB,yCAAyC;IACzC,oBAAoB,EAAE,SAAS,CAAA;CAChC,CAAA;AAED,MAAM,MAAM,gBAAgB,CAAC,SAAS,GAAG,MAAM,IAAI,MAAM,CACvD,gBAAgB,CAAC,SAAS,CAAC,EAC3B;IACE,wFAAwF;IACxF,gBAAgB,EAAE,SAAS,CAAA;CAC5B,CACF,CAAA;AAED,MAAM,MAAM,SAAS,CAAC,SAAS,GAAG,MAAM,IACpC,eAAe,CAAC,SAAS,CAAC,GAC1B,gBAAgB,CAAC,SAAS,CAAC,GAC3B,gBAAgB,CAAC,SAAS,CAAC,CAAA;AAE/B,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAA"}
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20240131T031329'
|
package/package.json
CHANGED
package/types/fee.ts
CHANGED
@@ -17,15 +17,14 @@ export type FeeHistory<TQuantity = bigint> = {
|
|
17
17
|
export type FeeValuesLegacy<TQuantity = bigint> = {
|
18
18
|
/** Base fee per gas. */
|
19
19
|
gasPrice: TQuantity
|
20
|
-
maxFeePerBlobGas?:
|
20
|
+
maxFeePerBlobGas?: never
|
21
21
|
maxFeePerGas?: never
|
22
22
|
maxPriorityFeePerGas?: never
|
23
23
|
}
|
24
24
|
|
25
25
|
export type FeeValuesEIP1559<TQuantity = bigint> = {
|
26
|
-
/** Base fee per gas. */
|
27
26
|
gasPrice?: never
|
28
|
-
maxFeePerBlobGas?:
|
27
|
+
maxFeePerBlobGas?: never
|
29
28
|
/** Total fee per gas in wei (gasPrice/baseFeePerGas + maxPriorityFeePerGas). */
|
30
29
|
maxFeePerGas: TQuantity
|
31
30
|
/** Max priority fee per gas (in wei). */
|