From 19201241a41a3fe67540433ce1cd7c306201d1ae Mon Sep 17 00:00:00 2001 From: Donald Hutchison Date: Thu, 14 Dec 2023 12:32:09 +0100 Subject: [PATCH] Preload celo_account on AddressReadProxyController when available. --- .../controllers/address_read_proxy_controller.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/block_scout_web/lib/block_scout_web/controllers/address_read_proxy_controller.ex b/apps/block_scout_web/lib/block_scout_web/controllers/address_read_proxy_controller.ex index 1965ebfcb41a..9c50d4774bd8 100644 --- a/apps/block_scout_web/lib/block_scout_web/controllers/address_read_proxy_controller.ex +++ b/apps/block_scout_web/lib/block_scout_web/controllers/address_read_proxy_controller.ex @@ -19,7 +19,8 @@ defmodule BlockScoutWeb.AddressReadProxyController do :names => :optional, :smart_contract => :optional, :token => :optional, - :contracts_creation_transaction => :optional + :contracts_creation_transaction => :optional, + :celo_account => :optional } ]