Skip to content

Extend Swap Contract with a new behavior to take a fixed fee #2391

Extend Swap Contract with a new behavior to take a fixed fee

Extend Swap Contract with a new behavior to take a fixed fee #2391

Triggered via pull request November 6, 2024 09:10
Status Failure
Total duration 3m 42s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
files
Property 'EURC' is missing in type '{ ARB: { name: "ARB"; address: string; }; CRV: { name: "CRV"; address: string; }; MKR: { name: "MKR"; address: string; }; OP: { name: "OP"; address: string; }; SUSD: { name: "SUSD"; address: string; }; SWBTC: { name: "SWBTC"; address: string; }; ... 148 more ...; ZRX: { ...; }; }' but required in type 'CommonContracts'.
files
Property 'EURC' is missing in type '{ ARB: { name: "ARB"; address: string; }; CRV: { name: "CRV"; address: string; }; MKR: { name: "MKR"; address: string; }; OP: { name: "OP"; address: string; }; SUSD: { name: "SUSD"; address: string; }; SWBTC: { name: "SWBTC"; address: string; }; ... 148 more ...; ZRX: { ...; }; }' but required in type 'CommonContracts'.
files
Property 'EURC' is missing in type '{ ARB: { name: "ARB"; address: string; }; CRV: { name: "CRV"; address: string; }; MKR: { name: "MKR"; address: string; }; OP: { name: "OP"; address: string; }; SUSD: { name: "SUSD"; address: string; }; SWBTC: { name: "SWBTC"; address: string; }; ... 148 more ...; ZRX: { ...; }; }' but required in type 'CommonContracts'.
files
Property 'EURC' is missing in type '{ ARB: { name: "ARB"; address: string; }; CRV: { name: "CRV"; address: string; }; MKR: { name: "MKR"; address: string; }; OP: { name: "OP"; address: string; }; SUSD: { name: "SUSD"; address: string; }; SWBTC: { name: "SWBTC"; address: string; }; ... 148 more ...; ZRX: { ...; }; }' but required in type 'CommonContracts'.
files
Process completed with exit code 1.
files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/