Skip to content

feature(ui-ux): evm support for address book #13229

feature(ui-ux): evm support for address book

feature(ui-ux): evm support for address book #13229

Triggered via pull request July 27, 2023 03:49
Status Failure
Total duration 6m 41s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: mobile-app/app/components/WalletAddressRow.test.tsx#L16
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: true; }' but required in type 'LocalAddress'.
Lint: mobile-app/app/components/WalletAddressRow.test.tsx#L23
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: false; }' but required in type 'LocalAddress'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressListEditButton.test.tsx#L13
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: true; }' but required in type 'LocalAddress'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressListEditButton.test.tsx#L20
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: false; }' but required in type 'LocalAddress'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressRow.tsx#L98
Argument of type '{ address: string; label: string; isMine: true; }' is not assignable to parameter of type 'SetStateAction<LocalAddress | undefined>'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressSelectionButton.test.tsx#L14
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: true; }' but required in type 'LocalAddress'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/components/AddressSelectionButton.test.tsx#L21
Property 'evmAddress' is missing in type '{ address: string; label: string; isMine: false; }' but required in type 'LocalAddress'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/components/CreateOrEditAddressLabelForm.tsx#L124
Argument of type '{ [x: string]: { address: string; label: string; isMine: true; }; }' is not assignable to parameter of type 'LabeledAddress'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/components/CreateOrEditAddressLabelForm.tsx#L154
Argument of type '{ [x: string]: { address: string; label: string; isMine: false; }; }' is not assignable to parameter of type 'LabeledAddress'.
Lint: mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/TokenDetailScreen.tsx#L33
Module '"./ConvertScreen"' declares 'ConversionMode' locally, but it is not exported.