@settlemint/sdk-js 2.6.2-pr66954c31 → 2.6.2-pr8188227e

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.
@@ -66969,7 +66969,6 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
66969
66969
  })[];
66970
66970
  };
66971
66971
  }, {
66972
- includePredeployedContracts?: boolean | null | undefined;
66973
66972
  privateKeyId?: string | null | undefined;
66974
66973
  externalNodes?: {
66975
66974
  nodeType?: "NON_VALIDATOR" | "VALIDATOR" | null | undefined;
@@ -66969,7 +66969,6 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
66969
66969
  })[];
66970
66970
  };
66971
66971
  }, {
66972
- includePredeployedContracts?: boolean | null | undefined;
66973
66972
  privateKeyId?: string | null | undefined;
66974
66973
  externalNodes?: {
66975
66974
  nodeType?: "NON_VALIDATOR" | "VALIDATOR" | null | undefined;
@@ -502,7 +502,6 @@ const createBlockchainNetwork = graphql(`
502
502
  $quorumGenesis: QuorumGenesisInput
503
503
  $externalNodes: [BlockchainNetworkExternalNodeInput!]
504
504
  $privateKeyId: ID
505
- $includePredeployedContracts: Boolean
506
505
  ) {
507
506
  createBlockchainNetwork(
508
507
  applicationId: $applicationId
@@ -531,7 +530,6 @@ const createBlockchainNetwork = graphql(`
531
530
  quorumGenesis: $quorumGenesis
532
531
  externalNodes: $externalNodes
533
532
  keyMaterial: $privateKeyId
534
- includePredeployedContracts: $includePredeployedContracts
535
533
  ) {
536
534
  ...BlockchainNetwork
537
535
  }