@settlemint/sdk-cli 2.6.1-prd8cf44b4 → 2.6.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/README.md CHANGED
@@ -249,7 +249,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
249
249
 
250
250
  ## API Reference
251
251
 
252
- See the [documentation](https://github.com/settlemint/sdk/tree/v2.6.1/sdk/cli/docs/settlemint.md) for available commands.
252
+ See the [documentation](https://github.com/settlemint/sdk/tree/v2.6.2/sdk/cli/docs/settlemint.md) for available commands.
253
253
 
254
254
  ## Contributing
255
255
 
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.1-prd8cf44b4",
267205
+ version: "2.6.2",
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.1-prd8cf44b4",
267260
- "@settlemint/sdk-js": "2.6.1-prd8cf44b4",
267261
- "@settlemint/sdk-utils": "2.6.1-prd8cf44b4",
267262
- "@settlemint/sdk-viem": "2.6.1-prd8cf44b4",
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",
267263
267263
  "@types/node": "24.3.0",
267264
267264
  "@types/semver": "7.7.0",
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.1-prd8cf44b4"
267279
+ "@settlemint/sdk-js": "2.6.2"
267280
267280
  },
267281
267281
  peerDependenciesMeta: {
267282
267282
  hardhat: {
@@ -268968,36 +268968,6 @@ var BlockchainNetworkFragment = graphql(`
268968
268968
  ... on BesuIbftv2BlockchainNetwork {
268969
268969
  chainId
268970
268970
  }
268971
- ... on GethPoWBlockchainNetwork {
268972
- chainId
268973
- }
268974
- ... on GethPoSRinkebyBlockchainNetwork {
268975
- chainId
268976
- }
268977
- ... on GethVenidiumBlockchainNetwork {
268978
- chainId
268979
- }
268980
- ... on GethGoerliBlockchainNetwork {
268981
- chainId
268982
- }
268983
- ... on AvalancheBlockchainNetwork {
268984
- chainId
268985
- }
268986
- ... on AvalancheFujiBlockchainNetwork {
268987
- chainId
268988
- }
268989
- ... on BscPoWBlockchainNetwork {
268990
- chainId
268991
- }
268992
- ... on BscPoWTestnetBlockchainNetwork {
268993
- chainId
268994
- }
268995
- ... on PolygonBlockchainNetwork {
268996
- chainId
268997
- }
268998
- ... on PolygonMumbaiBlockchainNetwork {
268999
- chainId
269000
- }
269001
268971
  ... on PolygonEdgePoABlockchainNetwork {
269002
268972
  chainId
269003
268973
  }
@@ -269007,6 +268977,9 @@ var BlockchainNetworkFragment = graphql(`
269007
268977
  ... on GethCliqueBlockchainNetwork {
269008
268978
  chainId
269009
268979
  }
268980
+ ... on PublicEvmBlockchainNetwork {
268981
+ chainId
268982
+ }
269010
268983
  blockchainNodes {
269011
268984
  ... on BlockchainNode {
269012
268985
  id
@@ -269200,36 +269173,6 @@ var BlockchainNodeFragment = graphql(`
269200
269173
  ... on BesuIbftv2BlockchainNetwork {
269201
269174
  chainId
269202
269175
  }
269203
- ... on GethPoWBlockchainNetwork {
269204
- chainId
269205
- }
269206
- ... on GethPoSRinkebyBlockchainNetwork {
269207
- chainId
269208
- }
269209
- ... on GethVenidiumBlockchainNetwork {
269210
- chainId
269211
- }
269212
- ... on GethGoerliBlockchainNetwork {
269213
- chainId
269214
- }
269215
- ... on AvalancheBlockchainNetwork {
269216
- chainId
269217
- }
269218
- ... on AvalancheFujiBlockchainNetwork {
269219
- chainId
269220
- }
269221
- ... on BscPoWBlockchainNetwork {
269222
- chainId
269223
- }
269224
- ... on BscPoWTestnetBlockchainNetwork {
269225
- chainId
269226
- }
269227
- ... on PolygonBlockchainNetwork {
269228
- chainId
269229
- }
269230
- ... on PolygonMumbaiBlockchainNetwork {
269231
- chainId
269232
- }
269233
269176
  ... on PolygonEdgePoABlockchainNetwork {
269234
269177
  chainId
269235
269178
  }
@@ -269239,6 +269182,9 @@ var BlockchainNodeFragment = graphql(`
269239
269182
  ... on GethCliqueBlockchainNetwork {
269240
269183
  chainId
269241
269184
  }
269185
+ ... on PublicEvmBlockchainNetwork {
269186
+ chainId
269187
+ }
269242
269188
  }
269243
269189
  }
269244
269190
  privateKeys {
@@ -304557,7 +304503,9 @@ function blockchainNetworkBesuCreateCommand() {
304557
304503
  size: size5,
304558
304504
  type: type5
304559
304505
  }));
304560
- const blockchainNode = result.blockchainNodes.find((item) => item.name === nodeName) ?? result.blockchainNodes[0];
304506
+ await new Promise((resolve8) => setTimeout(resolve8, 1000));
304507
+ const blockchainNetworkWithNodes = await showSpinner(() => settlemint.blockchainNetwork.read(result.uniqueName));
304508
+ const blockchainNode = blockchainNetworkWithNodes.blockchainNodes.find((item) => item.name === nodeName) ?? blockchainNetworkWithNodes.blockchainNodes[0];
304561
304509
  return {
304562
304510
  result,
304563
304511
  waitFor: blockchainNode ? {
@@ -308547,4 +308495,4 @@ async function sdkCliCommand(argv = process.argv) {
308547
308495
  // src/cli.ts
308548
308496
  sdkCliCommand();
308549
308497
 
308550
- //# debugId=AF846439F4F7C8E364756E2164756E21
308498
+ //# debugId=30855E6B7FD106AC64756E2164756E21