fedimint_core::envs

Constant FM_WALLET_FEERATE_SOURCES_ENV

Source
pub const FM_WALLET_FEERATE_SOURCES_ENV: &str = "FM_WALLET_FEERATE_SOURCES";
Expand description

List of json api endpoint sources to use as a source of fee rate estimation.

;-separated list of urls with part after # (“fragment”) specifying jq filter to extract sats/vB fee rate. Eg. https://mempool.space/api/v1/fees/recommended#.halfHourFee

Note that # is a standalone separator and not parsed as a part of the Url. Which means there’s no need to escape it.