improve progress percentage

This commit is contained in:
gozzy 2022-11-13 06:32:56 +00:00
parent d7d9ebe214
commit a9b27bf4c1
3 changed files with 19 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import { download } from '@/store/snark'
import networkConfig from '@/networkConfig'
import { mimc, bloomService } from '@/services'
const supportedCaches = ['1', '56', '100', '137', '5']
const supportedCaches = ['1', '56', '100', '137']
class MerkleTreeService {
constructor({ netId, amount, currency, commitment, instanceName }) {