change tree depth to 20

This commit is contained in:
poma 2019-12-11 17:15:07 +07:00
parent 5140e1b38f
commit 1515959a01
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
MERKLE_TREE_HEIGHT=16
MERKLE_TREE_HEIGHT=20
# in wei
ETH_AMOUNT=100000000000000000
TOKEN_AMOUNT=100000000000000000

View File

@ -52,4 +52,4 @@ template Withdraw(levels) {
}
}
component main = Withdraw(16);
component main = Withdraw(20);