np-token-balances-refactoring
Nikita Pozdniakov 1 year ago
parent 25f50471e2
commit d92f13ceda
No known key found for this signature in database
GPG Key ID: F344106F9804FE5F
  1. 1
      CHANGELOG.md
  2. 1
      apps/explorer/lib/explorer/chain.ex

@ -10,6 +10,7 @@
### Fixes
- [#7852](https://github.com/blockscout/blockscout/pull/7852) - Token balances refactoring & fixes
- [#7872](https://github.com/blockscout/blockscout/pull/7872) - Fix pending gas price in pending tx
- [#7875](https://github.com/blockscout/blockscout/pull/7875) - Fix twin compiler version
- [#7825](https://github.com/blockscout/blockscout/pull/7825) - Fix nginx config for the new frontend websockets

@ -47,7 +47,6 @@ defmodule Explorer.Chain do
Address.CurrentTokenBalance,
Address.TokenBalance,
Block,
CurrencyHelper,
Data,
DecompiledSmartContract,
Hash,

Loading…
Cancel
Save