mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
fix build
This commit is contained in:
parent
d6919f2797
commit
bb2e4186bf
@ -64,7 +64,11 @@ const config = {
|
||||
},
|
||||
rinkeby: {
|
||||
url: `https://rinkeby.infura.io/v3/${process.env.INFURA_API_KEY}`,
|
||||
accounts: [process.env.PRIVATE_KEY],
|
||||
accounts: process.env.PRIVATE_KEY
|
||||
? [process.env.PRIVATE_KEY]
|
||||
: {
|
||||
mnemonic: 'test test test test test test test test test test test junk',
|
||||
},
|
||||
},
|
||||
xdai: {
|
||||
url: process.env.ETH_RPC || 'https://rpc.xdaichain.com/',
|
||||
|
Loading…
Reference in New Issue
Block a user