We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97f367 commit bc4930bCopy full SHA for bc4930b
apps/explorer/lib/explorer/microservice_interfaces/multichain_search.ex
@@ -159,11 +159,7 @@ defmodule Explorer.MicroserviceInterfaces.MultichainSearch do
159
160
defp get_token_type(%NotLoaded{}), do: "UNSPECIFIED"
161
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
+ defp get_token_type(token), do: token.type
167
168
defp get_block_ranges([]), do: []
169
0 commit comments