Skip to content

Commit a35d6ae

Browse files
feat: add cEUR to busyContracts
1 parent 6657e48 commit a35d6ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/handler/within_network.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ var busyContracts = map[string]bool{
1515
"0xcebA9300f2b948710d2653dD7B07f33A8B32118C": true,
1616
// USDGLO
1717
"0x4F604735c1cF31399C6E711D5962b2B3E0225AD3": true,
18+
// cEUR
19+
"0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73": true,
1820
}
1921

2022
func (hc *HandlerContainer) checkWithinNetwork(ctx context.Context, contractAddress string, from string, to string) (bool, error) {

0 commit comments

Comments
 (0)