@boostxyz/cli 1.1.0-alpha.34 → 1.1.0-alpha.36
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-B90Impbv.js +145 -0
- package/dist/ccip-DQqriboS.cjs +1 -0
- package/dist/cli.cjs +2 -2
- package/dist/cli.js +145 -35
- package/dist/commands/deploy.cjs +1 -1
- package/dist/commands/deploy.js +371 -313
- package/dist/commands/seed.cjs +2 -2
- package/dist/commands/seed.js +3389 -465
- package/dist/utils-C7UotnrC.cjs +44 -0
- package/dist/utils-CX1JpbvX.js +21452 -0
- package/package.json +2 -2
- package/dist/utils-D0bdHF2y.js +0 -64
- package/dist/utils-DX4pZJ98.cjs +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boostxyz/cli",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.36",
|
|
4
4
|
"description": "A repository of useful scripts to interact with the protocol",
|
|
5
5
|
"repository": "https://github.com/boostxyz/boost-protocol",
|
|
6
6
|
"author": "Boost Team<boost-team@boost.xyz>",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"license": "GPL-3.0-or-later",
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@boostxyz/sdk": "2.0.0-alpha.
|
|
48
|
+
"@boostxyz/sdk": "2.0.0-alpha.34"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "vite build",
|
package/dist/utils-D0bdHF2y.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { createConfig as l } from "/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/@wagmi+core@2.13.8_@tanstack+query-core@5.32.0_@types+react@18.3.0_immer@10.0.2_react@18.3.0__rf4knvbttxkigkqzlfrm4rcvsi/node_modules/@wagmi/core/dist/esm/exports/index.js";
|
|
2
|
-
import { createTestClient as h, http as s, publicActions as u, walletActions as f, createWalletClient as d } from "/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/viem@2.21.16_bufferutil@4.0.8_typescript@5.6.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_esm/index.js";
|
|
3
|
-
import { privateKeyToAccount as p, mnemonicToAccount as m } from "/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/viem@2.21.16_bufferutil@4.0.8_typescript@5.6.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_esm/accounts/index.js";
|
|
4
|
-
import * as g from "/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/viem@2.21.16_bufferutil@4.0.8_typescript@5.6.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_esm/chains/index.js";
|
|
5
|
-
const i = g;
|
|
6
|
-
function b(r) {
|
|
7
|
-
return Object.entries(r).reduce((e, [o, n]) => `${e}${o}=${JSON.stringify(n)}
|
|
8
|
-
`, "");
|
|
9
|
-
}
|
|
10
|
-
function x(r) {
|
|
11
|
-
return r.split(`
|
|
12
|
-
`).reduce(
|
|
13
|
-
(e, o) => {
|
|
14
|
-
let [n, t] = o.split("=");
|
|
15
|
-
if (!n || !t) return e;
|
|
16
|
-
try {
|
|
17
|
-
t = JSON.parse(t);
|
|
18
|
-
} catch {
|
|
19
|
-
}
|
|
20
|
-
return e[n] = t, e;
|
|
21
|
-
},
|
|
22
|
-
{}
|
|
23
|
-
);
|
|
24
|
-
}
|
|
25
|
-
function T(r) {
|
|
26
|
-
try {
|
|
27
|
-
return JSON.parse(r);
|
|
28
|
-
} catch {
|
|
29
|
-
return !1;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
function A({
|
|
33
|
-
chain: r,
|
|
34
|
-
privateKey: e,
|
|
35
|
-
mnemonic: o,
|
|
36
|
-
rpcUrl: n
|
|
37
|
-
}) {
|
|
38
|
-
const t = i[r];
|
|
39
|
-
if (!t) throw new Error(`No matching chain for ${t}`);
|
|
40
|
-
const a = e ? p(e) : m(o, { addressIndex: 0 });
|
|
41
|
-
let c;
|
|
42
|
-
return t === i.hardhat || t === i.anvil ? c = h({
|
|
43
|
-
transport: s(n ?? "http://127.0.0.1:8545", { retryCount: 0 }),
|
|
44
|
-
chain: t,
|
|
45
|
-
mode: t === i.hardhat ? "hardhat" : "anvil",
|
|
46
|
-
account: a,
|
|
47
|
-
key: e
|
|
48
|
-
}).extend(u).extend(f) : c = d({
|
|
49
|
-
account: a,
|
|
50
|
-
chain: t,
|
|
51
|
-
transport: n ? s(n, { retryCount: 0 }) : s()
|
|
52
|
-
}).extend(u), [{ config: l({
|
|
53
|
-
chains: [t],
|
|
54
|
-
// biome-ignore lint/suspicious/noExplicitAny: Client will not be undefined
|
|
55
|
-
client: () => c
|
|
56
|
-
}), account: a }, t];
|
|
57
|
-
}
|
|
58
|
-
export {
|
|
59
|
-
i as C,
|
|
60
|
-
x as e,
|
|
61
|
-
A as g,
|
|
62
|
-
b as o,
|
|
63
|
-
T as v
|
|
64
|
-
};
|
package/dist/utils-DX4pZJ98.cjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";const l=require("/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/@wagmi+core@2.13.8_@tanstack+query-core@5.32.0_@types+react@18.3.0_immer@10.0.2_react@18.3.0__rf4knvbttxkigkqzlfrm4rcvsi/node_modules/@wagmi/core/dist/esm/exports/index.js"),c=require("/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/viem@2.21.16_bufferutil@4.0.8_typescript@5.6.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_esm/index.js"),u=require("/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/viem@2.21.16_bufferutil@4.0.8_typescript@5.6.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_esm/accounts/index.js"),d=require("/home/runner/work/boost-protocol/boost-protocol/node_modules/.pnpm/viem@2.21.16_bufferutil@4.0.8_typescript@5.6.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_esm/chains/index.js");function f(n){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const o in n)if(o!=="default"){const r=Object.getOwnPropertyDescriptor(n,o);Object.defineProperty(t,o,r.get?r:{enumerable:!0,get:()=>n[o]})}}return t.default=n,Object.freeze(t)}const h=f(d),i=h;function p(n){return Object.entries(n).reduce((t,[o,r])=>`${t}${o}=${JSON.stringify(r)}
|
|
2
|
-
`,"")}function b(n){return n.split(`
|
|
3
|
-
`).reduce((t,o)=>{let[r,e]=o.split("=");if(!r||!e)return t;try{e=JSON.parse(e)}catch{}return t[r]=e,t},{})}function O(n){try{return JSON.parse(n)}catch{return!1}}function g({chain:n,privateKey:t,mnemonic:o,rpcUrl:r}){const e=i[n];if(!e)throw new Error(`No matching chain for ${e}`);const a=t?u.privateKeyToAccount(t):u.mnemonicToAccount(o,{addressIndex:0});let s;return e===i.hardhat||e===i.anvil?s=c.createTestClient({transport:c.http(r??"http://127.0.0.1:8545",{retryCount:0}),chain:e,mode:e===i.hardhat?"hardhat":"anvil",account:a,key:t}).extend(c.publicActions).extend(c.walletActions):s=c.createWalletClient({account:a,chain:e,transport:r?c.http(r,{retryCount:0}):c.http()}).extend(c.publicActions),[{config:l.createConfig({chains:[e],client:()=>s}),account:a},e]}exports.Chains=i;exports.envToObject=b;exports.getDeployableOptions=g;exports.objectToEnv=p;exports.validateJson=O;
|