@zoralabs/protocol-deployments 0.7.5 → 0.7.6
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 +25 -23
- package/CHANGELOG.md +8 -0
- package/dist/{_esm-7WTTA2BK.js → _esm-IDF567EZ.js} +214 -188
- package/dist/_esm-IDF567EZ.js.map +1 -0
- package/dist/{ccip-Y2GC34UW.js → ccip-TMLJ3HRN.js} +3 -2
- package/dist/chunk-BYTNVMX7.js +408 -0
- package/dist/chunk-BYTNVMX7.js.map +1 -0
- package/dist/{chunk-TP53IMLY.js → chunk-G6JVDOS5.js} +1187 -633
- package/dist/chunk-G6JVDOS5.js.map +1 -0
- package/dist/generated/wagmi.d.ts +48 -16
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +198 -193
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -6
- package/dist/index.js.map +1 -1
- package/dist/{secp256k1-VMQNAPXV.js → secp256k1-XP7IUONI.js} +438 -736
- package/dist/secp256k1-XP7IUONI.js.map +1 -0
- package/package.json +2 -2
- package/src/generated/wagmi.ts +6 -2
- package/dist/_esm-7WTTA2BK.js.map +0 -1
- package/dist/chunk-TP53IMLY.js.map +0 -1
- package/dist/secp256k1-VMQNAPXV.js.map +0 -1
- /package/dist/{ccip-Y2GC34UW.js.map → ccip-TMLJ3HRN.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
getAbiItem,
|
|
7
7
|
keccak256,
|
|
8
8
|
toHex
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-G6JVDOS5.js";
|
|
10
|
+
import "./chunk-BYTNVMX7.js";
|
|
10
11
|
import {
|
|
11
12
|
__export
|
|
12
13
|
} from "./chunk-PR4QN5HX.js";
|
|
@@ -3131,7 +3132,6 @@ var coinFactoryABI = [
|
|
|
3131
3132
|
],
|
|
3132
3133
|
name: "InvalidTickRangeMisordered"
|
|
3133
3134
|
},
|
|
3134
|
-
{ type: "error", inputs: [], name: "InvalidTickerCharacters" },
|
|
3135
3135
|
{
|
|
3136
3136
|
type: "error",
|
|
3137
3137
|
inputs: [
|
|
@@ -3158,6 +3158,9 @@ var coinFactoryABI = [
|
|
|
3158
3158
|
inputs: [{ name: "symbol", internalType: "string", type: "string" }],
|
|
3159
3159
|
name: "TickerAlreadyUsed"
|
|
3160
3160
|
},
|
|
3161
|
+
{ type: "error", inputs: [], name: "TickerInvalidCharacters" },
|
|
3162
|
+
{ type: "error", inputs: [], name: "TickerTooLong" },
|
|
3163
|
+
{ type: "error", inputs: [], name: "TickerTooShort" },
|
|
3161
3164
|
{ type: "error", inputs: [], name: "TrendCoinPoolConfigNotSet" },
|
|
3162
3165
|
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
3163
3166
|
{
|
|
@@ -7319,7 +7322,6 @@ var devCoinFactoryABI = [
|
|
|
7319
7322
|
],
|
|
7320
7323
|
name: "InvalidTickRangeMisordered"
|
|
7321
7324
|
},
|
|
7322
|
-
{ type: "error", inputs: [], name: "InvalidTickerCharacters" },
|
|
7323
7325
|
{
|
|
7324
7326
|
type: "error",
|
|
7325
7327
|
inputs: [
|
|
@@ -7346,6 +7348,9 @@ var devCoinFactoryABI = [
|
|
|
7346
7348
|
inputs: [{ name: "symbol", internalType: "string", type: "string" }],
|
|
7347
7349
|
name: "TickerAlreadyUsed"
|
|
7348
7350
|
},
|
|
7351
|
+
{ type: "error", inputs: [], name: "TickerInvalidCharacters" },
|
|
7352
|
+
{ type: "error", inputs: [], name: "TickerTooLong" },
|
|
7353
|
+
{ type: "error", inputs: [], name: "TickerTooShort" },
|
|
7349
7354
|
{ type: "error", inputs: [], name: "TrendCoinPoolConfigNotSet" },
|
|
7350
7355
|
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
7351
7356
|
{
|
|
@@ -23046,7 +23051,7 @@ var zoraTimedSaleStrategyConfig = {
|
|
|
23046
23051
|
abi: zoraTimedSaleStrategyABI
|
|
23047
23052
|
};
|
|
23048
23053
|
|
|
23049
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23054
|
+
// ../../node_modules/.pnpm/viem@2.53.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/unit.js
|
|
23050
23055
|
var InvalidDecimalNumberError = class extends BaseError {
|
|
23051
23056
|
constructor({ value }) {
|
|
23052
23057
|
super(`Number \`${value}\` is not a valid decimal number.`, {
|
|
@@ -23055,7 +23060,7 @@ var InvalidDecimalNumberError = class extends BaseError {
|
|
|
23055
23060
|
}
|
|
23056
23061
|
};
|
|
23057
23062
|
|
|
23058
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23063
|
+
// ../../node_modules/.pnpm/viem@2.53.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/parseUnits.js
|
|
23059
23064
|
function parseUnits(value, decimals) {
|
|
23060
23065
|
if (!/^(-?)([0-9]*)\.?([0-9]*)$/.test(value))
|
|
23061
23066
|
throw new InvalidDecimalNumberError({ value });
|
|
@@ -23090,7 +23095,7 @@ function parseUnits(value, decimals) {
|
|
|
23090
23095
|
return BigInt(`${negative ? "-" : ""}${integer}${fraction}`);
|
|
23091
23096
|
}
|
|
23092
23097
|
|
|
23093
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23098
|
+
// ../../node_modules/.pnpm/viem@2.53.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/parseEther.js
|
|
23094
23099
|
function parseEther(ether, unit = "wei") {
|
|
23095
23100
|
return parseUnits(ether, etherUnits[unit]);
|
|
23096
23101
|
}
|