@zoralabs/protocol-deployments 0.6.4-PRE.0 → 0.6.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/.turbo/turbo-build$colon$js.log +50 -53
- package/CHANGELOG.md +5 -2
- package/LICENSE +21 -0
- package/dist/{_esm-OJM6GREZ.js → _esm-AN6HMJZC.js} +131 -138
- package/dist/_esm-AN6HMJZC.js.map +1 -0
- package/dist/{ccip-4Y6T462U.js → ccip-3JNBGYOD.js} +2 -3
- package/dist/{chunk-KMBLRPCX.js → chunk-4DQDZNUA.js} +577 -980
- package/dist/chunk-4DQDZNUA.js.map +1 -0
- package/dist/index.cjs +180 -168
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/dist/{secp256k1-XP7IUONI.js → secp256k1-QZA5SALG.js} +746 -438
- package/dist/secp256k1-QZA5SALG.js.map +1 -0
- package/package.json +12 -12
- package/dist/_esm-OJM6GREZ.js.map +0 -1
- package/dist/chunk-BYTNVMX7.js +0 -408
- package/dist/chunk-BYTNVMX7.js.map +0 -1
- package/dist/chunk-KMBLRPCX.js.map +0 -1
- package/dist/secp256k1-XP7IUONI.js.map +0 -1
- /package/dist/{ccip-4Y6T462U.js.map → ccip-3JNBGYOD.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -6,8 +6,7 @@ import {
|
|
|
6
6
|
getAbiItem,
|
|
7
7
|
keccak256,
|
|
8
8
|
toHex
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-BYTNVMX7.js";
|
|
9
|
+
} from "./chunk-4DQDZNUA.js";
|
|
11
10
|
import {
|
|
12
11
|
__export
|
|
13
12
|
} from "./chunk-PR4QN5HX.js";
|
|
@@ -18006,7 +18005,7 @@ var zoraTimedSaleStrategyConfig = {
|
|
|
18006
18005
|
abi: zoraTimedSaleStrategyABI
|
|
18007
18006
|
};
|
|
18008
18007
|
|
|
18009
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
18008
|
+
// ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.0.9_typescript@5.8.3_utf-8-validate@5.0.10_zod@3.24.1/node_modules/viem/_esm/errors/unit.js
|
|
18010
18009
|
var InvalidDecimalNumberError = class extends BaseError {
|
|
18011
18010
|
constructor({ value }) {
|
|
18012
18011
|
super(`Number \`${value}\` is not a valid decimal number.`, {
|
|
@@ -18015,7 +18014,7 @@ var InvalidDecimalNumberError = class extends BaseError {
|
|
|
18015
18014
|
}
|
|
18016
18015
|
};
|
|
18017
18016
|
|
|
18018
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
18017
|
+
// ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.0.9_typescript@5.8.3_utf-8-validate@5.0.10_zod@3.24.1/node_modules/viem/_esm/utils/unit/parseUnits.js
|
|
18019
18018
|
function parseUnits(value, decimals) {
|
|
18020
18019
|
if (!/^(-?)([0-9]*)\.?([0-9]*)$/.test(value))
|
|
18021
18020
|
throw new InvalidDecimalNumberError({ value });
|
|
@@ -18050,7 +18049,7 @@ function parseUnits(value, decimals) {
|
|
|
18050
18049
|
return BigInt(`${negative ? "-" : ""}${integer}${fraction}`);
|
|
18051
18050
|
}
|
|
18052
18051
|
|
|
18053
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
18052
|
+
// ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.0.9_typescript@5.8.3_utf-8-validate@5.0.10_zod@3.24.1/node_modules/viem/_esm/utils/unit/parseEther.js
|
|
18054
18053
|
function parseEther(ether, unit = "wei") {
|
|
18055
18054
|
return parseUnits(ether, etherUnits[unit]);
|
|
18056
18055
|
}
|