2020-12-18 00:53:43 +01:00
|
|
|
module.exports = [
|
|
|
|
{
|
2021-03-11 21:20:09 +01:00
|
|
|
tokenAddress: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
|
|
|
|
denomination: "10000000000000000000000",
|
|
|
|
domain: "dai-10000.tornadocash.eth",
|
|
|
|
symbol: "DAI",
|
2020-12-18 00:53:43 +01:00
|
|
|
decimals: 18
|
|
|
|
},
|
2021-03-11 21:20:09 +01:00
|
|
|
{
|
|
|
|
tokenAddress: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
|
|
|
|
denomination: "100000000000000000000000",
|
|
|
|
domain: "dai-100000.tornadocash.eth",
|
|
|
|
symbol: "DAI",
|
|
|
|
decimals: 18
|
|
|
|
},
|
|
|
|
{
|
|
|
|
isCToken: true,
|
|
|
|
tokenAddress: "0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643",
|
|
|
|
denomination: "5000000000000",
|
|
|
|
domain: "cdai-50000.tornadocash.eth",
|
|
|
|
symbol: "cDAI",
|
|
|
|
decimals: 8
|
|
|
|
},
|
|
|
|
{
|
|
|
|
isCToken: true,
|
|
|
|
tokenAddress: "0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643",
|
|
|
|
denomination: "50000000000000",
|
|
|
|
domain: "cdai-500000.tornadocash.eth",
|
|
|
|
symbol: "cDAI",
|
|
|
|
decimals: 8
|
|
|
|
},
|
|
|
|
{
|
|
|
|
isCToken: true,
|
|
|
|
tokenAddress: "0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643",
|
|
|
|
denomination: "500000000000000",
|
|
|
|
domain: "cdai-5000000.tornadocash.eth",
|
|
|
|
symbol: "cDAI",
|
|
|
|
decimals: 8
|
|
|
|
},
|
|
|
|
{
|
|
|
|
tokenAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
|
|
denomination: "10000000",
|
|
|
|
domain: "wbtc-01.tornadocash.eth",
|
|
|
|
symbol: "wBTC",
|
|
|
|
decimals: 8
|
|
|
|
},
|
|
|
|
{
|
|
|
|
tokenAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
|
|
denomination: "100000000",
|
|
|
|
domain: "wbtc-1.tornadocash.eth",
|
|
|
|
symbol: "wBTC",
|
|
|
|
decimals: 8
|
|
|
|
},
|
|
|
|
{
|
|
|
|
tokenAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
|
|
denomination: "1000000000",
|
|
|
|
domain: "wbtc-10.tornadocash.eth",
|
|
|
|
symbol: "wBTC",
|
|
|
|
decimals: 8
|
|
|
|
},
|
2020-12-18 00:53:43 +01:00
|
|
|
// {
|
2021-03-11 21:20:09 +01:00
|
|
|
// isETH: false,
|
|
|
|
// isCToken: true,
|
|
|
|
// tokenAddress: "0xBA62BCfcAaFc6622853cca2BE6Ac7d845BC0f2Dc",
|
|
|
|
// denomination: "1000000000000000000",
|
|
|
|
// domain: "fau-2.tornadocash.eth",
|
|
|
|
// symbol: "FAU",
|
2020-12-18 00:53:43 +01:00
|
|
|
// decimals: 18
|
|
|
|
// },
|
|
|
|
]
|