mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-16 08:00:58 +01:00
10 lines
161 B
JavaScript
10 lines
161 B
JavaScript
module.exports = [
|
|
{
|
|
isETH: true,
|
|
denomination: "1000000000000000000",
|
|
domain: "eth-1.tornadocash.eth",
|
|
symbol: "ETH",
|
|
decimals: 18
|
|
},
|
|
]
|