@dorafactory/maci-sdk 0.0.29 → 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.js CHANGED
@@ -30156,7 +30156,7 @@ var Contract = class {
30156
30156
  groth16_tally_vkey: groth16TallyVkey,
30157
30157
  plonk_process_vkey: plonkProcessVkey,
30158
30158
  plonk_tally_vkey: plonkTallyVkey,
30159
- max_vote_options: maxOption,
30159
+ max_vote_options: maxOption.toString(),
30160
30160
  whitelist,
30161
30161
  circuit_type: maciVoteType,
30162
30162
  certification_system: maciCertSystem,