Added update
This commit is contained in:
@@ -11,9 +11,10 @@ class Gerty(BaseModel):
|
||||
name: str
|
||||
wallet: str
|
||||
lnbits_wallets: str = Query(None) # Wallets to keep an eye on, {"wallet-id": "wallet-read-key, etc"}
|
||||
mempool_endpoint: str = Query("https://mempool.space") # Mempool endpoint to use
|
||||
sats_quote: bool = Query(False) # Fetch Satoshi quotes
|
||||
exchange: str = Query(None) # BTC <-> Fiat exchange rate to pull ie "USD", in 0.0001 and sats
|
||||
onchain_sats: bool = Query(False) # Onchain stats
|
||||
onchain_stats: bool = Query(False) # Onchain stats
|
||||
ln_stats: bool = Query(False) # ln Sats
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user