mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-22 04:29:35 -04:00
wip
This commit is contained in:
parent
9f17840034
commit
8e3f20f76c
21 changed files with 588 additions and 2672 deletions
|
@ -17,7 +17,7 @@ export const instances = tornConfig.instances;
|
|||
export const torn = tornConfig;
|
||||
export const port = process.env.APP_PORT || 8000;
|
||||
export const tornadoServiceFee = Number(process.env.REGULAR_TORNADO_WITHDRAW_FEE);
|
||||
// export const miningServiceFee = Number(process.env.MINING_SERVICE_FEE);
|
||||
export const miningServiceFee = Number(process.env.MINING_SERVICE_FEE);
|
||||
export const rewardAccount = process.env.REWARD_ACCOUNT;
|
||||
export const governanceAddress = '0x5efda50f22d34F262c29268506C5Fa42cB56A1Ce';
|
||||
export const tornadoGoerliProxy = '0x454d870a72e29d5E5697f635128D18077BD04C60';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue