@settlemint/sdk-cli 2.6.2-pr4bce5e49 → 2.6.2-pr66954c31
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/cli.js +8 -8
- package/dist/cli.js.map +3 -3
- package/package.json +6 -6
package/dist/cli.js
CHANGED
@@ -267202,7 +267202,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
267202
267202
|
var package_default = {
|
267203
267203
|
name: "@settlemint/sdk-cli",
|
267204
267204
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
267205
|
-
version: "2.6.2-
|
267205
|
+
version: "2.6.2-pr66954c31",
|
267206
267206
|
type: "module",
|
267207
267207
|
private: false,
|
267208
267208
|
license: "FSL-1.1-MIT",
|
@@ -267256,10 +267256,10 @@ var package_default = {
|
|
267256
267256
|
"@inquirer/input": "4.2.2",
|
267257
267257
|
"@inquirer/password": "4.0.18",
|
267258
267258
|
"@inquirer/select": "4.3.2",
|
267259
|
-
"@settlemint/sdk-hasura": "2.6.2-
|
267260
|
-
"@settlemint/sdk-js": "2.6.2-
|
267261
|
-
"@settlemint/sdk-utils": "2.6.2-
|
267262
|
-
"@settlemint/sdk-viem": "2.6.2-
|
267259
|
+
"@settlemint/sdk-hasura": "2.6.2-pr66954c31",
|
267260
|
+
"@settlemint/sdk-js": "2.6.2-pr66954c31",
|
267261
|
+
"@settlemint/sdk-utils": "2.6.2-pr66954c31",
|
267262
|
+
"@settlemint/sdk-viem": "2.6.2-pr66954c31",
|
267263
267263
|
"@types/node": "24.3.0",
|
267264
267264
|
"@types/semver": "7.7.1",
|
267265
267265
|
"@types/which": "3.0.4",
|
@@ -267276,7 +267276,7 @@ var package_default = {
|
|
267276
267276
|
},
|
267277
267277
|
peerDependencies: {
|
267278
267278
|
hardhat: "<= 4",
|
267279
|
-
"@settlemint/sdk-js": "2.6.2-
|
267279
|
+
"@settlemint/sdk-js": "2.6.2-pr66954c31"
|
267280
267280
|
},
|
267281
267281
|
peerDependenciesMeta: {
|
267282
267282
|
hardhat: {
|
@@ -304465,7 +304465,7 @@ function blockchainNetworkBesuCreateCommand() {
|
|
304465
304465
|
subType: "Besu",
|
304466
304466
|
alias: "b",
|
304467
304467
|
execute: (cmd2, baseAction) => {
|
304468
|
-
addClusterServiceArgs(cmd2).option("--app, --application <application>", "The unique name of the application to create the network in (defaults to application from env)").requiredOption("--node-name <name>", "Name of the node").option("--chain-id <chainId>", "The chain ID for the network", parseNumber).option("--contract-size-limit <limit>", "Maximum contract size limit", parseNumber).option("--evm-stack-size <size>", "EVM stack size", parseNumber).option("--gas-limit <limit>", "Block gas limit").option("--gas-price <price>", "Gas price in wei", parseNumber).option("--seconds-per-block <seconds>", "Block time in seconds", parseNumber).option("--includePredeployedContracts", "Include predeployed contracts in the genesis file").action(async (name4, {
|
304468
|
+
addClusterServiceArgs(cmd2).option("--app, --application <application>", "The unique name of the application to create the network in (defaults to application from env)").requiredOption("--node-name <name>", "Name of the node").option("--chain-id <chainId>", "The chain ID for the network", parseNumber).option("--contract-size-limit <limit>", "Maximum contract size limit", parseNumber).option("--evm-stack-size <size>", "EVM stack size", parseNumber).option("--gas-limit <limit>", "Block gas limit").option("--gas-price <price>", "Gas price in wei", parseNumber).option("--seconds-per-block <seconds>", "Block time in seconds", parseNumber).option("--includePredeployedContracts", "Include predeployed contracts in the genesis file", parseNumber).action(async (name4, {
|
304469
304469
|
application,
|
304470
304470
|
chainId,
|
304471
304471
|
contractSizeLimit,
|
@@ -308499,4 +308499,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
308499
308499
|
// src/cli.ts
|
308500
308500
|
sdkCliCommand();
|
308501
308501
|
|
308502
|
-
//# debugId=
|
308502
|
+
//# debugId=8EAAA7660ADD89F364756E2164756E21
|