mirror of
				https://github.com/grassrootseconomics/eth-tracker.git
				synced 2025-11-04 02:21:20 +01:00 
			
		
		
		
	feat: add cEUR to busyContracts
This commit is contained in:
		
							parent
							
								
									6657e48044
								
							
						
					
					
						commit
						a35d6ae3e8
					
				@ -15,6 +15,8 @@ var busyContracts = map[string]bool{
 | 
			
		||||
	"0xcebA9300f2b948710d2653dD7B07f33A8B32118C": true,
 | 
			
		||||
	// USDGLO
 | 
			
		||||
	"0x4F604735c1cF31399C6E711D5962b2B3E0225AD3": true,
 | 
			
		||||
	// cEUR
 | 
			
		||||
	"0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73": true,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (hc *HandlerContainer) checkWithinNetwork(ctx context.Context, contractAddress string, from string, to string) (bool, error) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user