mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-16 18:10:36 -04:00
validator tests
This commit is contained in:
parent
6367bad194
commit
6c514dc904
8 changed files with 538 additions and 43 deletions
|
@ -152,5 +152,5 @@ module.exports = {
|
|||
watherInterval: Number(process.env.NONCE_WATCHER_INTERVAL || 30) * 1000,
|
||||
pendingTxTimeout: Number(process.env.ALLOWABLE_PENDING_TX_TIMEOUT || 180) * 1000,
|
||||
gasBumpPercentage: process.env.GAS_PRICE_BUMP_PERCENTAGE || 20,
|
||||
rewardAccount: '0x03Ebd0748Aa4D1457cF479cce56309641e0a98F5',
|
||||
rewardAccount: '0x0000000000000000000000000000000000000000',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue