@settlemint/sdk-js 2.6.2-pr9f60626b → 2.6.2-prf41b74b3
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 +2 -0
- package/dist/settlemint.cjs.map +1 -1
- package/dist/settlemint.d.cts +1 -0
- package/dist/settlemint.d.ts +1 -0
- package/dist/settlemint.js +2 -0
- package/dist/settlemint.js.map +1 -1
- package/package.json +2 -2
package/dist/settlemint.cjs
CHANGED
|
@@ -525,6 +525,7 @@ const createBlockchainNetwork = graphql(`
|
|
|
525
525
|
$quorumGenesis: QuorumGenesisInput
|
|
526
526
|
$externalNodes: [BlockchainNetworkExternalNodeInput!]
|
|
527
527
|
$privateKeyId: ID
|
|
528
|
+
$includePredeployedContracts: Boolean
|
|
528
529
|
) {
|
|
529
530
|
createBlockchainNetwork(
|
|
530
531
|
applicationId: $applicationId
|
|
@@ -553,6 +554,7 @@ const createBlockchainNetwork = graphql(`
|
|
|
553
554
|
quorumGenesis: $quorumGenesis
|
|
554
555
|
externalNodes: $externalNodes
|
|
555
556
|
keyMaterial: $privateKeyId
|
|
557
|
+
includePredeployedContracts: $includePredeployedContracts
|
|
556
558
|
) {
|
|
557
559
|
...BlockchainNetwork
|
|
558
560
|
}
|