Compare commits

..

No commits in common. "01a66ec6e3b5bfed4436a9bf7363d68287ab6b6b" and "0a8f252d9d5d961428f17f1a1eae5d300af82426" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ PORT=8000
# for production
REDIS_URL=redis://redis/0
# for development
# REDIS_URL=redis://127.0.0.1:6379
# REDIS_URL=localhost
CHAIN_ID=100
# RPC_URL=https://rpc.gnosischain.com/tornado
@ -24,7 +24,7 @@ MAX_GAS_PRICE=100
# commission for service
# transfer fee is a fixed value in ether, 0.01 means 0.01 ether
TRANSFER_SERVICE_FEE=0.00000001
TRANSFER_SERVICE_FEE=0.000000001
# withdrawal fee is a percentage of the amount, 0.05 means 0.05%
WITHDRAWAL_SERVICE_FEE=0.05
WITHDRAWAL_SERVICE_FEE=0.01

View File

@ -1,7 +1,7 @@
{
"name": "nova-relayer",
"version": "0.1.0",
"description": "Relayer for Tornado.cash Nova privacy solution. https://nova.tornado.ws",
"name": "pool-relayer",
"version": "0.0.5",
"description": "Relayer for Tornado.cash Nova privacy solution. https://tornado.cash",
"author": "tornado.cash",
"license": "MIT",
"scripts": {