Skip to content

Commit

Permalink
Merge branch 'staging-harmony' into production-harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Oct 2, 2024
2 parents 400310d + 9031b00 commit 5a71445
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ defmodule BlockScoutWeb.API.V2.AddressController do

@contract_address_preloads [
:smart_contract,
:contracts_creation_internal_transaction,
:contracts_creation_transaction
# Commenting out these preloads because they are returning a lot of data and causing performance issues
# and the data is not needed for the API response.
# :contracts_creation_internal_transaction,
# :contracts_creation_transaction
]

@nft_necessity_by_association [
Expand Down

0 comments on commit 5a71445

Please sign in to comment.