mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 23:47:56 +01:00
18 lines
387 B
JavaScript
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
|
|
// },
|
|
]
|