Commit 10c75e5b authored by tom's avatar tom

remove comment

parent 81942df6
...@@ -69,21 +69,6 @@ const AddressPageContent = () => { ...@@ -69,21 +69,6 @@ const AddressPageContent = () => {
}, },
}); });
// TEST EXAMPLE OF METADATA API USAGE
// useApiQuery('address_metadata_info', {
// fetchParams: {
// method: 'POST',
// body: {
// addresses: [ hash ],
// chainId: config.chain.id,
// tags: { limit: '10' },
// },
// },
// queryOptions: {
// enabled: Boolean(hash) && config.features.addressMetadata.isEnabled,
// },
// });
const isSafeAddress = useIsSafeAddress(!addressQuery.isPlaceholderData && addressQuery.data?.is_contract ? hash : undefined); const isSafeAddress = useIsSafeAddress(!addressQuery.isPlaceholderData && addressQuery.data?.is_contract ? hash : undefined);
const safeIconColor = useColorModeValue('black', 'white'); const safeIconColor = useColorModeValue('black', 'white');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment