@settlemint/sdk-js 2.6.0 → 2.6.1

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.
@@ -27739,6 +27739,14 @@ type introspection_types = {
27739
27739
  ofType: null;
27740
27740
  };
27741
27741
  defaultValue: null;
27742
+ }, {
27743
+ name: 'includePredeployedContracts';
27744
+ type: {
27745
+ kind: 'SCALAR';
27746
+ name: 'Boolean';
27747
+ ofType: null;
27748
+ };
27749
+ defaultValue: "false";
27742
27750
  }, {
27743
27751
  name: 'keyMaterial';
27744
27752
  type: {
@@ -27739,6 +27739,14 @@ type introspection_types = {
27739
27739
  ofType: null;
27740
27740
  };
27741
27741
  defaultValue: null;
27742
+ }, {
27743
+ name: 'includePredeployedContracts';
27744
+ type: {
27745
+ kind: 'SCALAR';
27746
+ name: 'Boolean';
27747
+ ofType: null;
27748
+ };
27749
+ defaultValue: "false";
27742
27750
  }, {
27743
27751
  name: 'keyMaterial';
27744
27752
  type: {