@dorafactory/maci-sdk 0.0.28 → 0.0.30

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/browser.mjs CHANGED
@@ -26972,8 +26972,8 @@ var Round = class {
26972
26972
  "maciType",
26973
26973
  "voiceCreditAmount",
26974
26974
  "preDeactivateRoot",
26975
- "identity",
26976
- "funds"
26975
+ "identity"
26976
+ // 'funds',
26977
26977
  ];
26978
26978
  if (fields && fields.length > 0) {
26979
26979
  const invalidFields = fields.filter(
@@ -30124,7 +30124,7 @@ var Contract = class {
30124
30124
  groth16_tally_vkey: groth16TallyVkey,
30125
30125
  plonk_process_vkey: plonkProcessVkey,
30126
30126
  plonk_tally_vkey: plonkTallyVkey,
30127
- max_vote_options: maxOption,
30127
+ max_vote_options: maxOption.toString(),
30128
30128
  whitelist,
30129
30129
  circuit_type: maciVoteType,
30130
30130
  certification_system: maciCertSystem,