Skip to content

Commit

Permalink
docs: some improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Nov 22, 2024
1 parent 457974d commit 0e1c11e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ If the asset is still not showing, you may need to add it manually.

### My balances are not showing after importing my history/creating history events

It's not a bug. At the moment, we don't use events to simulate current holdings. Balances are only calculated from connected exchanges, connected blockchain addresses, and manual balances.
It's not a bug. At the moment, we don't use events to determine current holdings. Balances are only calculated from connected exchanges, connected blockchain addresses, and manual balances.
8 changes: 4 additions & 4 deletions usage-guides/historical-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ rotki is capable of pulling and decoding a bunch of different events, ranging fr

Currently, these events are detected automatically by rotki:

- Transactions from registered **EVM accounts**. (Events from non-EVM accounts are not retrieved at the moment)
- Transactions from registered **EVM accounts** (except Avalanche). Events from non-EVM accounts are not retrieved at the moment
- Events from registered exchanges.
- ETH withdrawal event
- ETH block event
- ETH deposit event
- ETH withdrawal events
- ETH block events
- ETH deposit events

Additionally, you can add your custom events.

Expand Down

0 comments on commit 0e1c11e

Please sign in to comment.