mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
add mainnet
This commit is contained in:
parent
9325e5a331
commit
fb624e57c9
@ -1,4 +1,6 @@
|
||||
PRIVATE_KEY=
|
||||
ETH_RPC=https://
|
||||
XDAI_RPC=https://
|
||||
BSC_RPC=https://
|
||||
MINIMUM_WITHDRAWAL_AMOUNT=0.05
|
||||
MAXIMUM_DEPOSIT_AMOUNT=1
|
||||
|
@ -54,6 +54,14 @@ const config = {
|
||||
mnemonic: 'test test test test test test test test test test test junk',
|
||||
},
|
||||
},
|
||||
mainnet: {
|
||||
url: process.env.ETH_RPC || '',
|
||||
accounts: process.env.PRIVATE_KEY
|
||||
? [process.env.PRIVATE_KEY]
|
||||
: {
|
||||
mnemonic: 'test test test test test test test test test test test junk',
|
||||
},
|
||||
},
|
||||
},
|
||||
mocha: {
|
||||
timeout: 600000000,
|
||||
|
Loading…
Reference in New Issue
Block a user