Skip to content

Commit

Permalink
changed modal
Browse files Browse the repository at this point in the history
  • Loading branch information
KcPele committed Aug 13, 2023
1 parent 09d004b commit ca4669f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nextjs/pages/blockexplorer/address/[address].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
TransactionsTable,
} from "~~/components/blockexplorer/";
import { Address, Balance } from "~~/components/scaffold-eth";
import PageHOC from "~~/components/superhack/PageHOC";
import deployedContracts from "~~/generated/deployedContracts";
import { useFetchBlocks } from "~~/hooks/scaffold-eth";
import { GenericContractsDeclaration } from "~~/utils/scaffold-eth/contract";
Expand Down Expand Up @@ -126,7 +125,7 @@ const AddressPage = ({ address, contractData }: PageProps) => {
);
};

export default PageHOC(AddressPage);
export default AddressPage;

async function fetchByteCodeAndAssembly(buildInfoDirectory: string, contractPath: string) {
const buildInfoFiles = fs.readdirSync(buildInfoDirectory);
Expand Down

0 comments on commit ca4669f

Please sign in to comment.