tornado-deploy/instances.js
2021-02-14 11:02:24 +03:00

18 lines
387 B
JavaScript

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
// },
]