fix(chainselection): prevent overflow in catch-up 2*K calculation
Use safeAddUint64(K, K) instead of 2*K to prevent uint64 overflow when securityParam is large. Signed-off-by: wcatz <[email protected]> Signed-off-by: wcatz <[email protected]>