@settlemint/sdk-cli 2.3.2-pra76ade69 → 2.3.2-pra7a634aa
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 +6 -6
- package/dist/cli.js.map +4 -4
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -262458,7 +262458,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
262458
262458
|
var package_default = {
|
262459
262459
|
name: "@settlemint/sdk-cli",
|
262460
262460
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
262461
|
-
version: "2.3.2-
|
262461
|
+
version: "2.3.2-pra7a634aa",
|
262462
262462
|
type: "module",
|
262463
262463
|
private: false,
|
262464
262464
|
license: "FSL-1.1-MIT",
|
@@ -262507,8 +262507,8 @@ var package_default = {
|
|
262507
262507
|
"@inquirer/input": "4.1.10",
|
262508
262508
|
"@inquirer/password": "4.0.13",
|
262509
262509
|
"@inquirer/select": "4.2.1",
|
262510
|
-
"@settlemint/sdk-js": "2.3.2-
|
262511
|
-
"@settlemint/sdk-utils": "2.3.2-
|
262510
|
+
"@settlemint/sdk-js": "2.3.2-pra7a634aa",
|
262511
|
+
"@settlemint/sdk-utils": "2.3.2-pra7a634aa",
|
262512
262512
|
"@types/node": "22.15.21",
|
262513
262513
|
"@types/semver": "7.7.0",
|
262514
262514
|
"@types/which": "3.0.4",
|
@@ -274801,7 +274801,7 @@ async function codegenViem(env2) {
|
|
274801
274801
|
}
|
274802
274802
|
const chainId = env2.SETTLEMINT_BLOCKCHAIN_NETWORK_CHAIN_ID ?? await ae4({
|
274803
274803
|
accessToken: env2.SETTLEMINT_ACCESS_TOKEN,
|
274804
|
-
rpcUrl:
|
274804
|
+
rpcUrl: loadBalancerRpcEndpoint ?? blockchainNodeRpcEndpoint
|
274805
274805
|
});
|
274806
274806
|
if (!chainId) {
|
274807
274807
|
note("[Codegen] No chain ID found, skipping Viem resources generation", "warn");
|
@@ -280273,7 +280273,7 @@ function hasuraTrackCommand() {
|
|
280273
280273
|
const env2 = await loadEnv(false, false);
|
280274
280274
|
const selectedInstance = await instancePrompt({
|
280275
280275
|
env: env2,
|
280276
|
-
accept:
|
280276
|
+
accept: acceptDefaults
|
280277
280277
|
});
|
280278
280278
|
let hasuraGraphqlEndpoint;
|
280279
280279
|
let hasuraAdminSecret;
|
@@ -284338,4 +284338,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
284338
284338
|
// src/cli.ts
|
284339
284339
|
sdkCliCommand();
|
284340
284340
|
|
284341
|
-
//# debugId=
|
284341
|
+
//# debugId=A7DDAE36AA7C796E64756E2164756E21
|