tornado-deploy/instances.js

31 lines
587 B
JavaScript
Raw Normal View History

2020-12-18 00:53:43 +01:00
module.exports = [
2021-03-29 08:35:19 +02:00
{
isETH: true,
denomination: "100000000000000000",
domain: "eth-01.tornadocash.eth",
symbol: "ETH",
decimals: 18
},
2020-12-18 00:53:43 +01:00
{
2021-03-26 21:06:46 +01:00
isETH: true,
denomination: "1000000000000000000",
domain: "eth-1.tornadocash.eth",
symbol: "ETH",
2020-12-18 00:53:43 +01:00
decimals: 18
},
2021-03-29 08:35:19 +02:00
{
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
},
2020-12-18 00:53:43 +01:00
]