The apiKey property is the API Key for accessing ChainPatrol’s APIs. We
recommend using an environment variable to store your API Key.
This property is required when the mode property is set to cloud.
If proxyUrl is set, this property is not required as the proxy server
will handle the authentication.
The storage property is an optional property that can be used to
specify a custom storage adapter for the detector to cache URL lookups.
By default, the detector will use the Storage.memory() adapter, which
stores the cache database in memory. This means that the database will be
cleared when the process exits. If you want to persist the database, you
can use the Storage.browser() adapter, which stores the database in
local storage, or the Storage.extension() adapter, which stores the database
in the browser’s extension storage.