Commit 2024-06-13 16:04 1e62b3f4
View on Github →chore: refactor LinarithConfig object so defaults are easier to find (#13800)
LinarithConfig
was defined before CertificateOracle
was instantiated, so it couldn't have a proper default. The default was chosen inline in the middle of a long function. Now that we have multiple oracles, it's important to make the default choice visible!