* fixed deposit statistics to match with classic ui
* added view-only wallet support
* added unsigned transaction support
* support bulk deposits using multicall3
* better page view with nav urls
This commit is contained in:
Tornado Contrib 2024-11-15 07:15:39 +00:00
parent ab71c7c918
commit a16f9e779b
Signed by: tornadocontrib
GPG Key ID: 60B4DF1A076C64B1
2 changed files with 723 additions and 44 deletions

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{ {
"name": "tornado-withdraw", "name": "tornado-withdraw",
"version": "1.0.4", "version": "1.0.5",
"private": true, "private": true,
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {