mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 23:47:56 +01:00
71 lines
1.8 KiB
JavaScript
71 lines
1.8 KiB
JavaScript
module.exports = [
|
|
{
|
|
tokenAddress: '0xdc31Ee1784292379Fbb2964b3B9C4124D8F89C60',
|
|
denomination: '10000000000000000000000',
|
|
domain: 'dai-10000.tornadocash.eth',
|
|
symbol: 'DAI',
|
|
decimals: 18,
|
|
},
|
|
{
|
|
tokenAddress: '0xdc31Ee1784292379Fbb2964b3B9C4124D8F89C60',
|
|
denomination: '100000000000000000000000',
|
|
domain: 'dai-100000.tornadocash.eth',
|
|
symbol: 'DAI',
|
|
decimals: 18,
|
|
},
|
|
{
|
|
isCToken: true,
|
|
tokenAddress: '0x822397d9a55d0fefd20F5c4bCaB33C5F65bd28Eb',
|
|
denomination: '5000000000000',
|
|
domain: 'cdai-50000.tornadocash.eth',
|
|
symbol: 'cDAI',
|
|
decimals: 8,
|
|
},
|
|
{
|
|
isCToken: true,
|
|
tokenAddress: '0x822397d9a55d0fefd20F5c4bCaB33C5F65bd28Eb',
|
|
denomination: '50000000000000',
|
|
domain: 'cdai-500000.tornadocash.eth',
|
|
symbol: 'cDAI',
|
|
decimals: 8,
|
|
},
|
|
{
|
|
isCToken: true,
|
|
tokenAddress: '0x822397d9a55d0fefd20F5c4bCaB33C5F65bd28Eb',
|
|
denomination: '500000000000000',
|
|
domain: 'cdai-5000000.tornadocash.eth',
|
|
symbol: 'cDAI',
|
|
decimals: 8,
|
|
},
|
|
{
|
|
tokenAddress: '0xC04B0d3107736C32e19F1c62b2aF67BE61d63a05',
|
|
denomination: '10000000',
|
|
domain: 'wbtc-01.tornadocash.eth',
|
|
symbol: 'wBTC',
|
|
decimals: 8,
|
|
},
|
|
{
|
|
tokenAddress: '0xC04B0d3107736C32e19F1c62b2aF67BE61d63a05',
|
|
denomination: '100000000',
|
|
domain: 'wbtc-1.tornadocash.eth',
|
|
symbol: 'wBTC',
|
|
decimals: 8,
|
|
},
|
|
{
|
|
tokenAddress: '0xC04B0d3107736C32e19F1c62b2aF67BE61d63a05',
|
|
denomination: '1000000000',
|
|
domain: 'wbtc-10.tornadocash.eth',
|
|
symbol: 'wBTC',
|
|
decimals: 8,
|
|
},
|
|
// {
|
|
// isETH: false,
|
|
// isCToken: true,
|
|
// tokenAddress: "0xBA62BCfcAaFc6622853cca2BE6Ac7d845BC0f2Dc",
|
|
// denomination: "1000000000000000000",
|
|
// domain: "fau-2.tornadocash.eth",
|
|
// symbol: "FAU",
|
|
// decimals: 18
|
|
// },
|
|
]
|