env example + fixed-merkle-tree update

This commit is contained in:
Alexey 2021-07-07 00:08:27 +03:00
parent 1016f0f700
commit 11f376cd61
4 changed files with 4 additions and 3 deletions

2
.env
View File

@ -1,2 +0,0 @@
PRIVATE_KEY=
ETH_RPC=

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
PRIVATE_KEY=
ETH_RPC=https://

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.env
node_modules
build
cache

View File

@ -35,7 +35,7 @@
"ethers": "^5.0.0",
"ffiasm": "^0.1.3",
"ffjavascript": "^0.2.36",
"fixed-merkle-tree": "^0.5.0",
"fixed-merkle-tree": "^0.5.1",
"hardhat": "^2.3.0",
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#c103e3bf10e95e2e9bbf0f7952ed13812f8e39d3",
"tmp-promise": "^3.0.2"