Compare commits
4 Commits
0a8f252d9d
...
nova
| Author | SHA1 | Date | |
|---|---|---|---|
| 77f4c37078 | |||
| 108c46bcf5 | |||
| 01a66ec6e3 | |||
| 232fc0030c |
10
.env.example
10
.env.example
@@ -8,13 +8,13 @@ PORT=8000
|
|||||||
# for production
|
# for production
|
||||||
REDIS_URL=redis://redis/0
|
REDIS_URL=redis://redis/0
|
||||||
# for development
|
# for development
|
||||||
# REDIS_URL=localhost
|
# REDIS_URL=redis://127.0.0.1:6379
|
||||||
|
|
||||||
CHAIN_ID=100
|
CHAIN_ID=100
|
||||||
# RPC_URL=https://rpc.gnosischain.com/tornado
|
|
||||||
|
|
||||||
|
RPC_URL=https://rpc.gnosischain.com
|
||||||
# ORACLE_RPC_URL should always point to the mainnet
|
# ORACLE_RPC_URL should always point to the mainnet
|
||||||
# ORACLE_RPC_URL=https://mainnet.infura.io
|
ORACLE_RPC_URL=https://rpc.payload.de
|
||||||
|
|
||||||
REWARD_ADDRESS=
|
REWARD_ADDRESS=
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ MAX_GAS_PRICE=100
|
|||||||
|
|
||||||
# commission for service
|
# commission for service
|
||||||
# transfer fee is a fixed value in ether, 0.01 means 0.01 ether
|
# transfer fee is a fixed value in ether, 0.01 means 0.01 ether
|
||||||
TRANSFER_SERVICE_FEE=0.000000001
|
TRANSFER_SERVICE_FEE=0.00000001
|
||||||
# withdrawal fee is a percentage of the amount, 0.05 means 0.05%
|
# withdrawal fee is a percentage of the amount, 0.05 means 0.05%
|
||||||
WITHDRAWAL_SERVICE_FEE=0.01
|
WITHDRAWAL_SERVICE_FEE=0.05
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pool-relayer",
|
"name": "nova-relayer",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"description": "Relayer for Tornado.cash Nova privacy solution. https://tornado.cash",
|
"description": "Relayer for Tornado.cash Nova privacy solution. https://nova.tornado.ws",
|
||||||
"author": "tornado.cash",
|
"author": "tornado.cash",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user