@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/README.md +5 -3
- package/dist/browser.d.mts +0 -1
- package/dist/browser.d.ts +0 -1
- package/dist/browser.js +3 -3
- package/dist/browser.js.map +1 -1
- package/dist/browser.mjs +3 -3
- package/dist/browser.mjs.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/libs/contract/contract.ts +1 -1
- package/src/libs/query/round.ts +1 -1
- package/src/types/index.ts +1 -1
package/dist/browser.mjs
CHANGED
|
@@ -26972,8 +26972,8 @@ var Round = class {
|
|
|
26972
26972
|
"maciType",
|
|
26973
26973
|
"voiceCreditAmount",
|
|
26974
26974
|
"preDeactivateRoot",
|
|
26975
|
-
"identity"
|
|
26976
|
-
|
|
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,
|