"Verify contract" page #1156
checks.yml
on: pull_request
Annotations
5 errors and 1 warning
Code quality:
lib/metadata/getPageOgType.ts#L5
Property '"/contract-verification"' is missing in type '{ '/': "Homepage"; '/txs': "Root page"; '/txs/kettle/[hash]': "Regular page"; '/tx/[hash]': "Regular page"; '/blocks': "Root page"; '/block/[height_or_hash]': "Regular page"; '/accounts': "Root page"; ... 35 more ...; '/auth/unverified-email': "Regular page"; }' but required in type 'Record<"/" | "/404" | "/account/api-key" | "/account/custom-abi" | "/account/public-tags-request" | "/account/tag-address" | "/account/verified-addresses" | "/account/watchlist" | ... 35 more ... | "/zkevm-l2-txn-batches", OGPageType>'.
|
Code quality:
lib/metadata/templates/description.ts#L8
Property '"/contract-verification"' is missing in type '{ '/': string; '/txs': string; '/txs/kettle/[hash]': string; '/tx/[hash]': string; '/blocks': string; '/block/[height_or_hash]': string; '/accounts': string; '/address/[hash]': string; '/verified-contracts': string; ... 33 more ...; '/auth/unverified-email': string; }' but required in type 'Record<"/" | "/404" | "/account/api-key" | "/account/custom-abi" | "/account/public-tags-request" | "/account/tag-address" | "/account/verified-addresses" | "/account/watchlist" | ... 35 more ... | "/zkevm-l2-txn-batches", string>'.
|
Code quality:
lib/metadata/templates/title.ts#L3
Property '"/contract-verification"' is missing in type '{ '/': string; '/txs': string; '/txs/kettle/[hash]': string; '/tx/[hash]': string; '/blocks': string; '/block/[height_or_hash]': string; '/accounts': string; '/address/[hash]': string; '/verified-contracts': string; ... 33 more ...; '/auth/unverified-email': string; }' but required in type 'Record<"/" | "/404" | "/account/api-key" | "/account/custom-abi" | "/account/public-tags-request" | "/account/tag-address" | "/account/verified-addresses" | "/account/watchlist" | ... 35 more ... | "/zkevm-l2-txn-batches", string>'.
|
Code quality:
lib/mixpanel/getPageType.ts#L3
Property '"/contract-verification"' is missing in type '{ '/': string; '/txs': string; '/txs/kettle/[hash]': string; '/tx/[hash]': string; '/blocks': string; '/block/[height_or_hash]': string; '/accounts': string; '/address/[hash]': string; '/verified-contracts': string; ... 33 more ...; '/auth/unverified-email': string; }' but required in type 'Record<"/" | "/404" | "/account/api-key" | "/account/custom-abi" | "/account/public-tags-request" | "/account/tag-address" | "/account/verified-addresses" | "/account/watchlist" | ... 35 more ... | "/zkevm-l2-txn-batches", string>'.
|
Code quality
Process completed with exit code 2.
|
Code quality:
theme/components/Tooltip/Tooltip.pw.tsx#L25
Unexpected use of the `.skip()` annotation
|