mirror of
				https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
				synced 2024-07-29 21:57:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			208 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			208 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import { keccak256 } from "@ethersproject/keccak256";
 | |
| import { toUtf8Bytes } from "@ethersproject/strings";
 | |
| export function id(text) {
 | |
|     return keccak256(toUtf8Bytes(text));
 | |
| }
 | |
| //# sourceMappingURL=id.js.map
 | 
