@boostxyz/cli 7.0.0-canary.2 → 7.0.0-canary.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/{ccip-6kqWjVCt.js → ccip-BZMQ5y3q.js} +1 -1
- package/dist/{ccip-DanTFsGy.cjs → ccip-h61XKzWe.cjs} +1 -1
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/commands/deploy.cjs +1 -1
- package/dist/commands/deploy.js +13 -13
- package/dist/commands/seed.cjs +1 -1
- package/dist/commands/seed.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{seed-1aqlUQTN.cjs → seed-CHyq3tBu.cjs} +22 -22
- package/dist/{seed-BIeYt0os.js → seed-Dq5rIA2E.js} +280 -280
- package/package.json +2 -2
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-CHyq3tBu.cjs");require("../utils-dz3mUqTs.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,7 +1,7 @@
|
|
|
1
1
|
import "node:fs/promises";
|
|
2
2
|
import "node:path";
|
|
3
3
|
import "@boostxyz/sdk";
|
|
4
|
-
import { A as m, j as n, k as S, n as o, v as r, C as h, o as l, t as d, r as C, p as g, E as p, q as v, L as A, h as V, M as I, O as L, P as E, u as f, S as B, m as P, l as b, x as R, w as u, s as w } from "../seed-
|
|
4
|
+
import { A as m, j as n, k as S, n as o, v as r, C as h, o as l, t as d, r as C, p as g, E as p, q as v, L as A, h as V, M as I, O as L, P as E, u as f, S as B, m as P, l as b, x as R, w as u, s as w } from "../seed-Dq5rIA2E.js";
|
|
5
5
|
import "../utils-ClgLOuAN.js";
|
|
6
6
|
export {
|
|
7
7
|
m as ActionClaimantSchema,
|
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-CHyq3tBu.cjs"),d={deploy:e.deploy,seed:o.seed};exports.commands=d;
|
package/dist/index.js
CHANGED