const tokenAddress = '0xd00981105e61274c8a5cd5a88fe7e037d935b513'
const tokenSymbol = 'TUT'
const tokenImage = 'http://placekitten.com/200/300'
method: 'wallet_watchAsset',
type: 'ERC20', // Initially only supports ERC20, but eventually more!
address: tokenAddress, // The address that the token is at.
symbol: tokenSymbol, // A ticker symbol or shorthand, up to 5 chars.
decimals: tokenDecimals, // The number of decimals in the token
image: tokenImage // A string url of the token logo
id: Math.round(Math.random() * 100000)
console.log('Thanks for your interest!')
console.log('Your loss!')