Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Aug 14, 2024
1 parent 77ae853 commit d87e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Identifiers/Attestation/Attestation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useWriteContract, useAccount } from 'wagmi';
import StepperComponent from '../../../components/shared/CustomStepper';
import { platformAuthentication } from '../../../services/api/auth';
import { useLinkIdentifierMutation } from '../../../services/api/linking/query';
import { SUPPORTED_CHAINS } from '../../../contracts/chains/chains.constants';
import { SUPPORTED_CHAINS } from '../../../contracts/chains/constants';

Check failure on line 13 in src/pages/Identifiers/Attestation/Attestation.tsx

View workflow job for this annotation

GitHub Actions / test/node 17/ubuntu-latest

Cannot find module '../../../contracts/chains/constants' or its corresponding type declarations.

Check failure on line 13 in src/pages/Identifiers/Attestation/Attestation.tsx

View workflow job for this annotation

GitHub Actions / test/node 18/ubuntu-latest

Cannot find module '../../../contracts/chains/constants' or its corresponding type declarations.

Check failure on line 13 in src/pages/Identifiers/Attestation/Attestation.tsx

View workflow job for this annotation

GitHub Actions / test/node 17/ubuntu-latest

Cannot find module '../../../contracts/chains/constants' or its corresponding type declarations.

const steps = [{ label: 'Auth' }, { label: 'Attest' }, { label: 'Transact' }];

Expand Down

0 comments on commit d87e21a

Please sign in to comment.