@settlemint/sdk-js 2.6.2-pr66954c31 → 2.6.2-pr7d8c4e64
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/settlemint.cjs +0 -2
- package/dist/settlemint.cjs.map +1 -1
- package/dist/settlemint.d.cts +8 -1
- package/dist/settlemint.d.ts +8 -1
- package/dist/settlemint.js +0 -2
- package/dist/settlemint.js.map +1 -1
- package/package.json +2 -2
package/dist/settlemint.cjs
CHANGED
|
@@ -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
|
}
|