feat: fix payouts not displaying in sep, add footer to v4 project page #9511
Annotations
5 errors and 2 warnings
src/contexts/CurrencyContext.ts#L23
Property 'SepETH' is missing in type '{ ETH: 1; USD: 2; }' but required in type 'Record<CurrencyName, CurrencyOption>'.
|
src/packages/v1/contexts/V1CurrencyProvider.tsx#L11
Type '{ currencyMetadata: Record<V1CurrencyOption, CurrencyMetadata>; currencies: { ETH: 0; USD: 1; }; }' is not assignable to type 'CurrencyContextType'.
|
src/packages/v2v3/contexts/V2V3CurrencyProvider.tsx#L18
Type '{ currencyMetadata: Record<V2V3CurrencyOption, CurrencyMetadata>; currencies: { ETH: 1; USD: 2; }; }' is not assignable to type 'CurrencyContextType'.
|
src/packages/v4/components/PayoutsTable/ConvertAmountsModal.tsx#L62
Type 'V4CurrencyOption' is not assignable to type 'V2V3CurrencyOption'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading