Skip to content

Commit bc4930b

Browse files
committed
Remove temporary response formatting in multichain search integration
1 parent b97f367 commit bc4930b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/explorer/lib/explorer/microservice_interfaces/multichain_search.ex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,7 @@ defmodule Explorer.MicroserviceInterfaces.MultichainSearch do
159159

160160
defp get_token_type(%NotLoaded{}), do: "UNSPECIFIED"
161161

162-
defp get_token_type(token) do
163-
token.type
164-
# todo: adding temporary formatting. It should be removed once multichain search allow token type as is.
165-
|> String.replace("-", "")
166-
end
162+
defp get_token_type(token), do: token.type
167163

168164
defp get_block_ranges([]), do: []
169165

0 commit comments

Comments
 (0)