tornado-deploy/instances.js

18 lines
387 B
JavaScript
Raw Normal View History

2020-12-18 00:53:43 +01:00
module.exports = [
{
isETH: false,
tokenAddress: "0xBA62BCfcAaFc6622853cca2BE6Ac7d845BC0f2Dc",
denomination: "1000000000000000000",
domain: "fau-1.tornadocash.eth",
symbol: "FAU",
decimals: 18
},
// {
// isETH: true,
// denomination: "2000000000000000000",
// domain: "eth-2.tornadocash.eth",
// symbol: "ETH",
// decimals: 18
// },
]