Skip to content
Request an audit

‹ All findings

OstiumLinkUpKeep Config Not Set In initialize()

Low/InfoOstium·Three Sigma · RWA perpetuals DEX · 19th February, 20243S-OS-N10

Description

The variable s_config is not set in the initializer function, which is preferable.

Recommendation

Although setConfig is called right after the deployment of the contract in the deployer script, it will be more efficient to pass the config to the initializer and call setConfig there.

Status

Acknowledged