Update to 17 (16) MerkleTree levels

This commit is contained in:
arnaucube
2020-05-18 23:08:06 +02:00
parent da7cac076e
commit 4648850e0c
10 changed files with 32 additions and 28 deletions

View File

@@ -76295,7 +76295,7 @@ const Web3 = require("web3");
// const buildBn128 = require("wasmsnark").buildBn128;
const nLevels = 5;
const nLevels = 17;
const coinCode = "0"; // refearing to ETH
const ethAmount = '1';
const amount = Web3.utils.toWei(ethAmount, 'ether');