module.exports = [ { isETH: true, denomination: '100000000000000000000', domain: 'xdai-100.tornadocash.eth', symbol: 'xDAI', decimals: 18, }, { isETH: true, denomination: '1000000000000000000000', domain: 'xdai-1000.tornadocash.eth', symbol: 'xDAI', decimals: 18, }, { isETH: true, denomination: '10000000000000000000000', domain: 'xdai-10000.tornadocash.eth', symbol: 'xDAI', decimals: 18, }, { isETH: true, denomination: '100000000000000000000000', domain: 'xdai-100000.tornadocash.eth', symbol: 'xDAI', decimals: 18, }, ]