@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 +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/browser.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/libs/contract/contract.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4326,7 +4326,7 @@ var Contract = class {
|
|
|
4326
4326
|
groth16_tally_vkey: groth16TallyVkey,
|
|
4327
4327
|
plonk_process_vkey: plonkProcessVkey,
|
|
4328
4328
|
plonk_tally_vkey: plonkTallyVkey,
|
|
4329
|
-
max_vote_options: maxOption,
|
|
4329
|
+
max_vote_options: maxOption.toString(),
|
|
4330
4330
|
whitelist,
|
|
4331
4331
|
circuit_type: maciVoteType,
|
|
4332
4332
|
certification_system: maciCertSystem,
|