improve progress percentage
This commit is contained in:
parent
d7d9ebe214
commit
a9b27bf4c1
3 changed files with 19 additions and 2 deletions
|
@ -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 }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue