feat: add cEUR to busyContracts

This commit is contained in:
Mohamed Sohail 2025-08-26 23:07:38 +03:00
parent 6657e48044
commit a35d6ae3e8
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -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) {