Disable log history (#245)

* contract shard env hotfix

* disable logs after 7 days

* disable log history

Co-authored-by: jenya <hypnagonia>
pull/246/head
Jenya 2 years ago committed by GitHub
parent c27b3d6d1d
commit dfa3b5165c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/pages/AddressPage/index.tsx

@ -385,11 +385,11 @@ export function AddressPage() {
</Tab>
) : null}
{type === "erc20" &&
{/*type === "erc20" &&
<Tab title={<Text size="small">Events</Text>}>
<EventsTab id={id} />
</Tab>
}
*/}
{(type === "erc721" || type === "erc1155" || type === "erc20") ? (
<Tab title={<Text size="small">Tools</Text>}>

Loading…
Cancel
Save