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