Skip to content

Commit

Permalink
Remove merkleTree.js in favor of merkletreejs dependency (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio authored Mar 10, 2021
1 parent 5171e46 commit 508a879
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 150 deletions.
173 changes: 172 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,16 @@
"ethereumjs-wallet": "^1.0.1",
"hardhat": "^2.0.6",
"hardhat-gas-reporter": "^1.0.4",
"keccak256": "^1.0.2",
"lodash.startcase": "^4.4.0",
"lodash.zip": "^4.2.0",
"merkletreejs": "^0.2.13",
"micromatch": "^4.0.2",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"solhint": "^3.2.0",
"solidity-coverage": "^0.7.11",
"solidity-docgen": "^0.5.3",
"web3": "^1.3.0"
},
"dependencies": {}
}
}
135 changes: 0 additions & 135 deletions test/helpers/merkleTree.js

This file was deleted.

Loading

0 comments on commit 508a879

Please sign in to comment.