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, }, ]