@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.
@@ -525,7 +525,6 @@ const createBlockchainNetwork = graphql(`
525
525
  $quorumGenesis: QuorumGenesisInput
526
526
  $externalNodes: [BlockchainNetworkExternalNodeInput!]
527
527
  $privateKeyId: ID
528
- $includePredeployedContracts: Boolean
529
528
  ) {
530
529
  createBlockchainNetwork(
531
530
  applicationId: $applicationId
@@ -554,7 +553,6 @@ const createBlockchainNetwork = graphql(`
554
553
  quorumGenesis: $quorumGenesis
555
554
  externalNodes: $externalNodes
556
555
  keyMaterial: $privateKeyId
557
- includePredeployedContracts: $includePredeployedContracts
558
556
  ) {
559
557
  ...BlockchainNetwork
560
558
  }