@boostxyz/cli 7.0.0 → 7.0.2
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/ccip-BN7gY2C0.js +239 -0
- package/dist/ccip-Cg-IYyJw.cjs +1 -0
- package/dist/ccip-DbO2zGlz.cjs +1 -0
- package/dist/{ccip-D-TTnaIp.js → ccip-Dj5XDCKt.js} +52 -49
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +2 -2
- package/dist/commands/deploy.cjs +13 -14
- package/dist/commands/deploy.js +1699 -1570
- package/dist/commands/seed.cjs +1 -1
- package/dist/commands/seed.js +9 -9
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/seed-C_yVUARN.cjs +38 -0
- package/dist/{seed-Dq5rIA2E.js → seed-Qm19Cx2B.js} +5197 -4643
- package/dist/utils-BTtae95l.cjs +51 -0
- package/dist/{utils-ClgLOuAN.js → utils-godznAAS.js} +14927 -8068
- package/dist/utils.d.ts +4 -4
- package/dist/utils.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/ccip-BZMQ5y3q.js +0 -153
- package/dist/ccip-CovqiIHj.cjs +0 -1
- package/dist/ccip-h61XKzWe.cjs +0 -1
- package/dist/seed-CHyq3tBu.cjs +0 -35
- package/dist/utils-dz3mUqTs.cjs +0 -48
package/dist/commands/seed.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("node:fs/promises");require("node:path");require("@boostxyz/sdk");const e=require("../seed-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("node:fs/promises");require("node:path");require("@boostxyz/sdk");const e=require("../seed-C_yVUARN.cjs");require("../utils-BTtae95l.cjs");exports.ActionClaimantSchema=e.ActionClaimantSchema;exports.ActionStepCriteriaSchema=e.ActionStepCriteriaSchema;exports.ActionStepSchema=e.ActionStepSchema;exports.AllowListIncentiveSchema=e.AllowListIncentiveSchema;exports.BoostSeedConfigSchema=e.BoostSeedConfigSchema;exports.CGDAIncentiveSchema=e.CGDAIncentiveSchema;exports.ERC20IncentiveSchema=e.ERC20IncentiveSchema;exports.ERC20PeggedVariableCriteriaIncentiveV2Schema=e.ERC20PeggedVariableCriteriaIncentiveV2Schema;exports.ERC20VariableCriteriaIncentiveV2Schema=e.ERC20VariableCriteriaIncentiveV2Schema;exports.ERC20VariableIncentiveSchema=e.ERC20VariableIncentiveSchema;exports.EventActionSchema=e.EventActionSchema;exports.IncentiveCriteriaSchema=e.IncentiveCriteriaSchema;exports.LimitedSignerValidatorSchema=e.LimitedSignerValidatorSchema;exports.ManagedBudgetSchema=e.ManagedBudgetSchema;exports.ManagedBudgetWithFeesV2Schema=e.ManagedBudgetWithFeesV2Schema;exports.OffchainAccessListSchema=e.OffchainAccessListSchema;exports.PayableLimitedSignerValidatorSchema=e.PayableLimitedSignerValidatorSchema;exports.PointsIncentiveSchema=e.PointsIncentiveSchema;exports.SignerValidatorSchema=e.SignerValidatorSchema;exports.SimpleAllowListSchema=e.SimpleAllowListSchema;exports.SimpleDenyListSchema=e.SimpleDenyListSchema;exports.getCreateBoostPayloadFromBoostConfig=e.getCreateBoostPayloadFromBoostConfig;exports.makeSeed=e.makeSeed;exports.seed=e.seed;
|
package/dist/commands/seed.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "node:fs/promises";
|
|
2
2
|
import "node:path";
|
|
3
3
|
import "@boostxyz/sdk";
|
|
4
|
-
import {
|
|
5
|
-
import "../utils-
|
|
4
|
+
import { x as m, y as n, z as S, F as o, U as r, R as h, G as l, Q as d, N as C, J as g, E as V, K as p, L as v, w as A, M as I, O as L, P as E, T as f, S as B, D as P, C as R, W as b, V as y, s as w } from "../seed-Qm19Cx2B.js";
|
|
5
|
+
import "../utils-godznAAS.js";
|
|
6
6
|
export {
|
|
7
7
|
m as ActionClaimantSchema,
|
|
8
8
|
n as ActionStepCriteriaSchema,
|
|
@@ -14,18 +14,18 @@ export {
|
|
|
14
14
|
d as ERC20PeggedVariableCriteriaIncentiveV2Schema,
|
|
15
15
|
C as ERC20VariableCriteriaIncentiveV2Schema,
|
|
16
16
|
g as ERC20VariableIncentiveSchema,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
V as EventActionSchema,
|
|
18
|
+
p as IncentiveCriteriaSchema,
|
|
19
|
+
v as LimitedSignerValidatorSchema,
|
|
20
|
+
A as ManagedBudgetSchema,
|
|
21
21
|
I as ManagedBudgetWithFeesV2Schema,
|
|
22
22
|
L as OffchainAccessListSchema,
|
|
23
23
|
E as PayableLimitedSignerValidatorSchema,
|
|
24
24
|
f as PointsIncentiveSchema,
|
|
25
25
|
B as SignerValidatorSchema,
|
|
26
26
|
P as SimpleAllowListSchema,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
R as SimpleDenyListSchema,
|
|
28
|
+
b as getCreateBoostPayloadFromBoostConfig,
|
|
29
|
+
y as makeSeed,
|
|
30
30
|
w as seed
|
|
31
31
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./commands/deploy.cjs"),o=require("./seed-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./commands/deploy.cjs"),o=require("./seed-C_yVUARN.cjs"),d={deploy:e.deploy,seed:o.seed};exports.commands=d;
|
package/dist/index.js
CHANGED