mirror of
				https://github.com/Instadapp/trustwallet-assets.git
				synced 2024-07-29 22:37:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			84 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			84 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export enum TokenType {
 | |
|     COIN = 'coin',
 | |
|     BEP2 = 'BEP2',
 | |
|     ERC20 = 'ERC20'
 | |
| }
 | 
