mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 23:47:56 +01:00
31 lines
587 B
JavaScript
31 lines
587 B
JavaScript
module.exports = [
|
|
{
|
|
isETH: true,
|
|
denomination: "100000000000000000",
|
|
domain: "eth-01.tornadocash.eth",
|
|
symbol: "ETH",
|
|
decimals: 18
|
|
},
|
|
{
|
|
isETH: true,
|
|
denomination: "1000000000000000000",
|
|
domain: "eth-1.tornadocash.eth",
|
|
symbol: "ETH",
|
|
decimals: 18
|
|
},
|
|
{
|
|
isETH: true,
|
|
denomination: "10000000000000000000",
|
|
domain: "eth-10.tornadocash.eth",
|
|
symbol: "ETH",
|
|
decimals: 18
|
|
},
|
|
{
|
|
isETH: true,
|
|
denomination: "100000000000000000000",
|
|
domain: "eth-100.tornadocash.eth",
|
|
symbol: "ETH",
|
|
decimals: 18
|
|
},
|
|
]
|