mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
env example + fixed-merkle-tree update
This commit is contained in:
parent
1016f0f700
commit
11f376cd61
2
.env.example
Normal file
2
.env.example
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
PRIVATE_KEY=
|
||||||
|
ETH_RPC=https://
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
.env
|
||||||
node_modules
|
node_modules
|
||||||
build
|
build
|
||||||
cache
|
cache
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
"ethers": "^5.0.0",
|
"ethers": "^5.0.0",
|
||||||
"ffiasm": "^0.1.3",
|
"ffiasm": "^0.1.3",
|
||||||
"ffjavascript": "^0.2.36",
|
"ffjavascript": "^0.2.36",
|
||||||
"fixed-merkle-tree": "^0.5.0",
|
"fixed-merkle-tree": "^0.5.1",
|
||||||
"hardhat": "^2.3.0",
|
"hardhat": "^2.3.0",
|
||||||
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#c103e3bf10e95e2e9bbf0f7952ed13812f8e39d3",
|
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#c103e3bf10e95e2e9bbf0f7952ed13812f8e39d3",
|
||||||
"tmp-promise": "^3.0.2"
|
"tmp-promise": "^3.0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user