hledger-flow: ledger: skip aEthWETH

Currently handled by `fetch` and 'blockchain-explorers/ethereum-based'.
This commit is contained in:
2024-06-29 23:28:14 -07:00
parent e5706103e6
commit 42e97cb3e4

View File

@@ -121,7 +121,7 @@ if %currency_ (^WETH$|^WBTC$)
skip skip
# Aave aTokens TODO: expand as needed # Aave aTokens TODO: expand as needed
if %currency_ (^stkAAVE$|^aWETH$|^aSNX$|^aGUSD$) if %currency_ (^stkAAVE$|^aWETH$|^aEthWETH$|^aSNX$|^aGUSD$)
skip skip
# Compound cTokens TODO: expand as needed # Compound cTokens TODO: expand as needed